From 24d598221c19194eea87c39f76c840c9b6d9e465 Mon Sep 17 00:00:00 2001 From: Alfred-Mutai Date: Mon, 20 May 2024 14:54:15 +0300 Subject: [PATCH 1/3] 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}` From 75f19dd730ecc7ff2b9510233e0634b031b217d4 Mon Sep 17 00:00:00 2001 From: Alfred-Mutai Date: Fri, 19 Jul 2024 14:53:50 +0300 Subject: [PATCH 2/3] 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 dbc9b6eb6..612a80462 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 - ? '975ae894-7660-4224-b777-468c2e710a2a' + ? '3fbc8512-b37b-4bc2-a0f4-8d0ac7955127' : '5a58f6f5-f5a6-47eb-a644-626abd83f83b'; return this.http.get( `${this.amrsUrl()}encounter?patient=${patientUuid}&encounterType=${familyTestingEncounterTypeUuid}` From 91d235576e456a32300609f3a324d2379d31acf7 Mon Sep 17 00:00:00 2001 From: Alfred-Mutai Date: Fri, 19 Jul 2024 21:46:17 +0300 Subject: [PATCH 3/3] 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}`