Skip to content

Commit 177923e

Browse files
committed
verified commit test
1 parent 5c3b512 commit 177923e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/src/fhir_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_immunization_by_id(self, imms_id: str, imms_vax_type_perms: str) -> Opti
9797

9898
def get_immunization_by_id_all(self, imms_id: str, imms: dict) -> Optional[dict]:
9999
"""
100-
Get an Immunization by its ID. Return None if not found. If the patient doesn't have an NHS number,
100+
Get an Immunization by its ID. Return None if it is not found. If the patient doesn't have an NHS number,
101101
return the Immunization without calling PDS or checking S flag.
102102
"""
103103
imms["id"] = imms_id

secret-key.asc

Whitespace-only changes.

0 commit comments

Comments
 (0)