From 4359737e9a2cd848b3031abfe3e4aa30c3db44e8 Mon Sep 17 00:00:00 2001 From: Saningo Lekalantula Date: Thu, 29 Jun 2023 12:50:56 +0300 Subject: [PATCH] POC-329: Add reasons for initiation/discontinuation columns on the monthly PrEP reports (#1631) --- .../prep-report-patient-list.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/hiv-care-lib/prep-report/prep-report-patient-list/prep-report-patient-list.component.ts b/src/app/hiv-care-lib/prep-report/prep-report-patient-list/prep-report-patient-list.component.ts index c0e705396..61fab8482 100644 --- a/src/app/hiv-care-lib/prep-report/prep-report-patient-list/prep-report-patient-list.component.ts +++ b/src/app/hiv-care-lib/prep-report/prep-report-patient-list/prep-report-patient-list.component.ts @@ -62,9 +62,11 @@ export class PrepReportPatientListComponent implements OnInit { latest_rtc_date: 'RTC Date', days_since_rtc_date: 'Days missed since RTC', cur_prep_meds_names: 'Current prEp Regimen', + initiation_reason: 'Reason for Initiation', hiv_rapid_test: 'HIV Rapid test result', rapid_test_date: 'HIV Rapid test date', population_type: 'Population Type', + discontinue_reason: 'Reason for Discontinued', ovcid_id: 'OVCID', population_type_category: 'Population Type Category', nearest_center: 'Estate/Nearest Center'