From 1127c3d45b87b4e7d595fec049d49ba7e9687833 Mon Sep 17 00:00:00 2001 From: Angie-540 <96350406+Angie-540@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:42:05 +0300 Subject: [PATCH] POC-563:Added sms outcome and comments column (#1703) * added sms outcome column to pre-appoiment line list * POC-563: added sms outcome and comments column on pre-appointment linelist --- .../pre-appointment-outreach.component.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/clinic-dashboard/general/pre-appointment-outreach/pre-appointment-outreach.component.ts b/src/app/clinic-dashboard/general/pre-appointment-outreach/pre-appointment-outreach.component.ts index 776052c60..adc07d908 100644 --- a/src/app/clinic-dashboard/general/pre-appointment-outreach/pre-appointment-outreach.component.ts +++ b/src/app/clinic-dashboard/general/pre-appointment-outreach/pre-appointment-outreach.component.ts @@ -223,6 +223,16 @@ export class PreAppointmentOutreachComponent implements OnInit { width: 100, field: 'number_of_failed_phone_attempts' }, + { + headerName: 'Comments ', + width: 100, + field: 'comments' + }, + { + headerName: 'SMS outcome ', + width: 100, + field: 'sms_delivery_status' + }, { headerName: 'Contact Reached', width: 100,