diff --git a/src/app/patient-dashboard/hiv/program-snapshot/hiv-program-snapshot.component.html b/src/app/patient-dashboard/hiv/program-snapshot/hiv-program-snapshot.component.html index 4d965f621..a2b352a7e 100644 --- a/src/app/patient-dashboard/hiv/program-snapshot/hiv-program-snapshot.component.html +++ b/src/app/patient-dashboard/hiv/program-snapshot/hiv-program-snapshot.component.html @@ -244,12 +244,6 @@

Last Encounter

-
Last Encounter >

- Cervical Cancer Screening : + {{ + cervicalScreeningSummary[0].tah_done == '1' + ? 'Previous Cervical Cancer Screening' + : 'Cervical Cancer Screening' + }} + : {{ latestCervicalScreeningSummary.test }} @@ -272,6 +271,21 @@

Last Encounter

+
+

+ Latest Cervical Cancer Screening Status : + {{ ' Not Done: Total Abdominal Hysterectomy - TAH (' + }}{{ + cervicalScreeningSummary[0]?.tah_confirmation_datetime + | date: 'dd-MM-yyyy' + }}{{ ')' }} +

+