diff --git a/src/app/hiv-care-lib/tx-curr-report/tx-curr-report-patient-list/tx-curr-report-patient-list.component.ts b/src/app/hiv-care-lib/tx-curr-report/tx-curr-report-patient-list/tx-curr-report-patient-list.component.ts index 44018923b..c8e8a0f4c 100644 --- a/src/app/hiv-care-lib/tx-curr-report/tx-curr-report-patient-list/tx-curr-report-patient-list.component.ts +++ b/src/app/hiv-care-lib/tx-curr-report/tx-curr-report-patient-list/tx-curr-report-patient-list.component.ts @@ -56,12 +56,15 @@ export class TxCurrReportPatientListComponent implements OnInit { public addExtraColumns() { const extraColumns = { + weight: 'Weight', phone_number: 'Phone', enrollment_date: 'Enrolment Date', last_appointment: 'Last Appointment', latest_rtc_date: 'Latest RTC Date', days_since_rtc_date: 'Days since RTC', arv_first_regimen: 'ARV first regimen', + cd4_1: 'CD4', + cd4_1_date: 'CD4 Date', arv_first_regimen_start_date: 'First ARV start date', cur_meds: 'Current Regimen', cur_arv_line: 'Current ARV Line', diff --git a/src/app/hiv-care-lib/tx-ml-report/tx-ml-report-patient-list/tx-ml-report-patient-list.component.ts b/src/app/hiv-care-lib/tx-ml-report/tx-ml-report-patient-list/tx-ml-report-patient-list.component.ts index b489dc493..5cc0afd57 100644 --- a/src/app/hiv-care-lib/tx-ml-report/tx-ml-report-patient-list/tx-ml-report-patient-list.component.ts +++ b/src/app/hiv-care-lib/tx-ml-report/tx-ml-report-patient-list/tx-ml-report-patient-list.component.ts @@ -54,12 +54,15 @@ export class TxMlReportPatientListComponent implements OnInit { public addExtraColumns() { const extraColumns = { + weight: 'Weight', phone_number: 'Phone', enrollment_date: 'Enrolment Date', last_appointment: 'Last Appointment', latest_rtc_date: 'Latest RTC Date', days_since_rtc_date: 'Days since RTC', arv_first_regimen: 'ARV first regimen', + cd4_1: 'CD4', + cd4_1_date: 'CD4 Date', arv_first_regimen_start_date: 'First ARV start date', cur_meds: 'Current Regimen', cur_arv_line: 'Current ARV Line', diff --git a/src/app/hiv-care-lib/tx-mmd-report/tx-mmd-report-patient-list/tx-mmd-report-patient-list.component.ts b/src/app/hiv-care-lib/tx-mmd-report/tx-mmd-report-patient-list/tx-mmd-report-patient-list.component.ts index 1baa46394..726eb925a 100644 --- a/src/app/hiv-care-lib/tx-mmd-report/tx-mmd-report-patient-list/tx-mmd-report-patient-list.component.ts +++ b/src/app/hiv-care-lib/tx-mmd-report/tx-mmd-report-patient-list/tx-mmd-report-patient-list.component.ts @@ -54,12 +54,15 @@ export class TxMmdReportPatientListComponent implements OnInit { public addExtraColumns() { const extraColumns = { + weight: 'Weight', phone_number: 'Phone', enrollment_date: 'Enrolment Date', last_appointment: 'Last Appointment', latest_rtc_date: 'Latest RTC Date', days_since_rtc_date: 'Days since RTC', arv_first_regimen: 'ARV first regimen', + cd4_1: 'CD4', + cd4_1_date: 'CD4 Date', arv_first_regimen_start_date: 'First ARV start date', cur_meds: 'Current Regimen', cur_arv_line: 'Current ARV Line', diff --git a/src/app/hiv-care-lib/tx-new-report/tx-new-report-patient-list/tx-new-report-patient-list.component.ts b/src/app/hiv-care-lib/tx-new-report/tx-new-report-patient-list/tx-new-report-patient-list.component.ts index d86698cf0..557c3cea0 100644 --- a/src/app/hiv-care-lib/tx-new-report/tx-new-report-patient-list/tx-new-report-patient-list.component.ts +++ b/src/app/hiv-care-lib/tx-new-report/tx-new-report-patient-list/tx-new-report-patient-list.component.ts @@ -54,12 +54,15 @@ export class TxNewReportPatientListComponent implements OnInit { public addExtraColumns() { const extraColumns = { + weight: 'Weight', phone_number: 'Phone', enrollment_date: 'Enrolment Date', last_appointment: 'Last Appointment', latest_rtc_date: 'Latest RTC Date', days_since_rtc_date: 'Days since RTC', arv_first_regimen: 'ARV first regimen', + cd4_1: 'CD4', + cd4_1_date: 'CD4 Date', arv_first_regimen_start_date: 'First ARV start date', cur_meds: 'Current Regimen', cur_arv_line: 'Current ARV Line', diff --git a/src/app/hiv-care-lib/tx-rtt-report/tx-rtt-report-patient-list/tx-rtt-report-patient-list.component.ts b/src/app/hiv-care-lib/tx-rtt-report/tx-rtt-report-patient-list/tx-rtt-report-patient-list.component.ts index d813f7e9a..9346a5fb5 100644 --- a/src/app/hiv-care-lib/tx-rtt-report/tx-rtt-report-patient-list/tx-rtt-report-patient-list.component.ts +++ b/src/app/hiv-care-lib/tx-rtt-report/tx-rtt-report-patient-list/tx-rtt-report-patient-list.component.ts @@ -54,12 +54,15 @@ export class TxRttReportPatientListComponent implements OnInit { public addExtraColumns() { const extraColumns = { + weight: 'Weight', phone_number: 'Phone', enrollment_date: 'Enrolment Date', last_appointment: 'Last Appointment', latest_rtc_date: 'Latest RTC Date', days_since_rtc_date: 'Days since RTC', arv_first_regimen: 'ARV first regimen', + cd4_1: 'CD4', + cd4_1_date: 'CD4 Date', arv_first_regimen_start_date: 'First ARV start date', cur_meds: 'Current Regimen', cur_arv_line: 'Current ARV Line',