Skip to content

Commit

Permalink
Merge branch 'master' into POC-379
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Jun 29, 2023
2 parents 6e1f6ac + 406431d commit c749eb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ export class DailyScheduleAppointmentsComponent implements OnInit, OnDestroy {
width: 250,
field: 'covid_19_vaccination_status'
},
{
headerName: 'Hiv Disclosure Status',
width: 250,
field: 'hiv_diclosure_status'
},
{
headerName: 'TB Screening Date',
width: 150,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export class Moh731PatientListComponent implements OnInit, OnChanges {
ipt_completion_date: 'IPT Completion Date',
ipt_stop_date: 'IPT Stop Date',
ovcid_id: 'OVCID',
hiv_diclosure_status: 'Hiv Disclosure Status',
discordant_status: 'Discordant Status',
tb_screening_date: 'TB Screening Date',
tb_screening_result: 'TB Screening Result',
Expand Down

0 comments on commit c749eb8

Please sign in to comment.