Skip to content

Commit

Permalink
Add reason for discontinuation in HIV summary under completed tab. (#86)
Browse files Browse the repository at this point in the history
gabriel090 authored Dec 8, 2023
1 parent 389c577 commit cf91d93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ import dayjs from 'dayjs';
import { formatDate } from '@openmrs/esm-framework';
import orderBy from 'lodash/orderBy';
import { mutate } from 'swr';
import { empty } from 'rxjs';

export interface ProgramEnrollmentProps {
patientUuid: string;
@@ -36,6 +37,7 @@ const programDetailsMap = {
entryPoint: 'Entry Point',
regimenShortDisplay: 'Regimen',
changeReasons: 'Reason for regimen change',
reason: 'Reason for discontinuation',
},
TB: {
...shareObjProperty,

0 comments on commit cf91d93

Please sign in to comment.