Skip to content

Commit

Permalink
Merge pull request #1597 from lucyjemutai/OHRI-1688
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius authored Jul 26, 2023
2 parents d69b64b + b28a4ff commit 3e7a986
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ const HivExposedInfant: React.FC<{
{
key: 'hivStatus',
header: t('hivStatus', 'HIV Status'),
encounterTypes: [],
encounterTypes: [infantPostnatalEncounterType],
getObsValue: ([encounter]) => {
return getObsFromEncounter(encounter, infantExposureStatus);
},
},
{
key: 'finalOutcome',
header: t('finalOutcome', 'Final Outcome'),
encounterTypes: [],
encounterTypes: [infantPostnatalEncounterType],
getObsValue: ([encounter]) => {
return getObsFromEncounter(encounter, outcomeStatus);
},
Expand Down

0 comments on commit 3e7a986

Please sign in to comment.