From 69e9cf5b6cd7a03316a871d9ab3bcd42dd693938 Mon Sep 17 00:00:00 2001 From: Henry Korir <5462699+henrykorir@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:11:30 +0300 Subject: [PATCH] POC-667: Clients indicated to have been done Total Abdominal hysterectomy and yet no documentation in the system (#1729) * POC-667: Clients indicated to have been done Total Abdominal hysterectomy and yet no documentation in the system * POC-667: Clients indicated to have been done Total Abdominal hysterectomy and yet no documentation in the system --- .../hiv-program-snapshot.component.html | 28 ++++++++++++++----- 1 file changed, 21 insertions(+), 7 deletions(-) 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' + }}{{ ')' }} +

+