Skip to content

Commit

Permalink
Added cervical screening date, type and result to txcur patient lists
Browse files Browse the repository at this point in the history
  • Loading branch information
maikofelix47 committed Sep 30, 2022
1 parent 1e8d5f0 commit 3c6e583
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@ export class DailyScheduleAppointmentsComponent implements OnInit, OnDestroy {
width: 200,
field: 'tb_screening_result'
},
{
headerName: 'Cervical Screening Date',
width: 200,
field: 'cervical_screening_date'
},
{
headerName: 'Cervical Screening Method',
width: 200,
field: 'cervical_screening_method'
},
{
headerName: 'Cervical Screening Result',
width: 200,
field: 'cervical_screening_result'
},
{
headerName: 'SMS Consent Provided',
width: 150,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,21 @@ export class DailyScheduleNotReturnedComponent implements OnInit, OnDestroy {
width: 200,
field: 'tb_screening_result'
},
{
headerName: 'Cervical Screening Date',
width: 200,
field: 'cervical_screening_date'
},
{
headerName: 'Cervical Screening Method',
width: 200,
field: 'cervical_screening_method'
},
{
headerName: 'Cervical Screening Result',
width: 200,
field: 'cervical_screening_result'
},
{
headerName: 'SMS Consent Provided',
width: 150,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ export class DailyScheduleVisitsComponent implements OnInit, OnDestroy {
width: 200,
field: 'tb_screening_result'
},
{
headerName: 'Cervical Screening Date',
width: 200,
field: 'cervical_screening_date'
},
{
headerName: 'Cervical Screening Method',
width: 200,
field: 'cervical_screening_method'
},
{
headerName: 'Cervical Screening Result',
width: 200,
field: 'cervical_screening_result'
},
{
headerName: 'SMS Consent Provided',
width: 150,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,10 @@ export class Moh731PatientListComponent implements OnInit, OnChanges {
discordant_status: 'Discordant Status',
tb_screening_date: 'TB Screening Date',
tb_screening_result: 'TB Screening Result',
covid_19_vaccination_status: 'Covid-19 Vaccination Status',
covid_19_vaccination_status: 'Covid-19 Assessment Status',
cervical_screening_date: 'Cervical Screening Date',
cervical_screening_method: 'Cervical Screening Method',
cervical_screening_result: 'Cervical Screening Result',
sms_consent_provided: 'SMS Consent Provided',
sms_receive_time: 'SMS Time',
nearest_center: 'Nearest Center'
Expand Down

0 comments on commit 3c6e583

Please sign in to comment.