From eb5d787cd40603fc8b8bca07a4579b75b838fc9a Mon Sep 17 00:00:00 2001 From: Alfred Mutai <124869802+Alfred-Mutai@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:17:31 +0300 Subject: [PATCH] POC-155: Family testing module does not display elicited contacts on the form (#1763) * POC-155: Family testing module does not display elicited contacts on the form * POC-155: Family testing module does not display elicited contacts on the form * POC-155: Family testing module does not display elicited contacts on the form --- src/app/etl-api/family-testing-resource.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/etl-api/family-testing-resource.service.ts b/src/app/etl-api/family-testing-resource.service.ts index 612a80462..dbc9b6eb6 100644 --- a/src/app/etl-api/family-testing-resource.service.ts +++ b/src/app/etl-api/family-testing-resource.service.ts @@ -135,7 +135,7 @@ export class FamilyTestingService { isFamilyTestingEncounter: boolean ) { const familyTestingEncounterTypeUuid = isFamilyTestingEncounter - ? '3fbc8512-b37b-4bc2-a0f4-8d0ac7955127' + ? '975ae894-7660-4224-b777-468c2e710a2a' : '5a58f6f5-f5a6-47eb-a644-626abd83f83b'; return this.http.get( `${this.amrsUrl()}encounter?patient=${patientUuid}&encounterType=${familyTestingEncounterTypeUuid}`