Skip to content

Commit

Permalink
POC-563:Added sms outcome and comments column (AMPATH#1703)
Browse files Browse the repository at this point in the history
* added sms outcome column to pre-appoiment line list

* POC-563: added sms outcome and comments column on pre-appointment linelist
  • Loading branch information
Angie-540 authored Jan 19, 2024
1 parent 6d238f4 commit 1127c3d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1127c3d

Please sign in to comment.