Skip to content

Commit

Permalink
POC-155: Family testing module does not display elicited contacts on …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Alfred-Mutai authored Jul 19, 2024
1 parent b73681b commit eb5d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/etl-api/family-testing-resource.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit eb5d787

Please sign in to comment.