Skip to content

Commit e503efb

Browse files
committed
Created JIRA reference for TODO
1 parent 077d459 commit e503efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/fhir_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def update_immunization(
142142
existing_resource_vacc_type: str,
143143
supplier_system: str,
144144
) -> tuple[Optional[UpdateOutcome], Immunization | dict, Optional[int]]:
145-
# TODO - raise ticket to refactor this and below 3. Should have one update method and call repo based on type
145+
# VED-747 - TODO - this and the below 2 methods are duplicated. We should streamline the update journey
146146
immunization["id"] = imms_id
147147

148148
patient = self._validate_patient(immunization)

0 commit comments

Comments
 (0)