diff --git a/src/app/clinic-dashboard/general/clinic-lab-orders/clinic-lab-orders.component.ts b/src/app/clinic-dashboard/general/clinic-lab-orders/clinic-lab-orders.component.ts index a0895a1a0..9c709c602 100644 --- a/src/app/clinic-dashboard/general/clinic-lab-orders/clinic-lab-orders.component.ts +++ b/src/app/clinic-dashboard/general/clinic-lab-orders/clinic-lab-orders.component.ts @@ -410,6 +410,20 @@ export class ClinicLabOrdersComponent implements OnInit, OnDestroy { filter: 'text', pinned: true }, + { + headerName: 'CR', + field: 'cr_id', + width: 150, + filter: 'text', + pinned: true + }, + { + headerName: 'SHA', + field: 'sha_id', + width: 150, + filter: 'text', + pinned: true + }, { headerName: 'Person Name', field: 'person_name', diff --git a/src/app/hiv-care-lib/retention-report/retention-report-patient-list.component.ts b/src/app/hiv-care-lib/retention-report/retention-report-patient-list.component.ts index b7102892b..f9a23d694 100644 --- a/src/app/hiv-care-lib/retention-report/retention-report-patient-list.component.ts +++ b/src/app/hiv-care-lib/retention-report/retention-report-patient-list.component.ts @@ -51,6 +51,18 @@ export class RetentionReportPatientListComponent implements OnInit { width: 150, pinned: true }, + { + headerName: 'CR', + field: 'cr_id', + width: 150, + pinned: true + }, + { + headerName: 'SHA', + field: 'sha_id', + width: 150, + pinned: true + }, { headerName: 'Name', field: 'person_name', diff --git a/src/app/oncology-care-lib/moh-412-report/moh-412-patient-list/moh-412-patient-list.component.ts b/src/app/oncology-care-lib/moh-412-report/moh-412-patient-list/moh-412-patient-list.component.ts index 79e14a529..37ffc4b64 100644 --- a/src/app/oncology-care-lib/moh-412-report/moh-412-patient-list/moh-412-patient-list.component.ts +++ b/src/app/oncology-care-lib/moh-412-report/moh-412-patient-list/moh-412-patient-list.component.ts @@ -35,6 +35,18 @@ export class MOH412PatientListComponent implements OnInit { width: 100, pinned: true }, + { + headerName: 'CR', + field: 'cr_id', + width: 100, + pinned: true + }, + { + headerName: 'SHA', + field: 'sha_id', + width: 100, + pinned: true + }, { headerName: 'Name', field: 'person_name', diff --git a/src/app/patients-program-enrollment/program-enrollent-patient-list.component.ts b/src/app/patients-program-enrollment/program-enrollent-patient-list.component.ts index 1f5d81f0d..7ecdfa720 100644 --- a/src/app/patients-program-enrollment/program-enrollent-patient-list.component.ts +++ b/src/app/patients-program-enrollment/program-enrollent-patient-list.component.ts @@ -39,6 +39,18 @@ export class ProgramEnrollmentPatientListComponent field: 'ccc_number', pinned: true }, + { + headerName: 'CR', + width: 200, + field: 'cr_id', + pinned: true + }, + { + headerName: 'SHA', + width: 200, + field: 'sha_id', + pinned: true + }, { headerName: 'Name', field: 'name', width: 250, pinned: true }, { headerName: 'NUPI Identifier', diff --git a/src/app/shared/data-lists/patient-list/patient-list-columns.data.ts b/src/app/shared/data-lists/patient-list/patient-list-columns.data.ts index 3bc48b357..153b97ee4 100644 --- a/src/app/shared/data-lists/patient-list/patient-list-columns.data.ts +++ b/src/app/shared/data-lists/patient-list/patient-list-columns.data.ts @@ -33,6 +33,18 @@ export class PatientListColumns { field: 'upi_number', pinned: true }, + { + headerName: 'CR', + width: 150, + field: 'cr_id', + pinned: true + }, + { + headerName: 'SHA', + width: 150, + field: 'sha_id', + pinned: true + }, { headerName: 'Gender', width: 75,