Skip to content

Commit

Permalink
POC-667: Clients indicated to have been done Total Abdominal hysterec…
Browse files Browse the repository at this point in the history
…tomy 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
  • Loading branch information
henrykorir authored Mar 24, 2024
1 parent b08919c commit 69e9cf5
Showing 1 changed file with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,6 @@ <h4 class="component-title">Last Encounter</h4>
</div>
</div>
<div class="col-md-12">
<!-- <div class="col-md-12" *ngIf="reason_cacx_not_done">
<p>
Cervical Cancer Screening :
<strong>{{ reason_cacx_not_done }}</strong>
</p>
</div> -->
<div
class="col-md-12"
*ngIf="
Expand All @@ -259,7 +253,12 @@ <h4 class="component-title">Last Encounter</h4>
>
<div class="col-md-12 col-xs-12">
<p>
Cervical Cancer Screening :
{{
cervicalScreeningSummary[0].tah_done == '1'
? 'Previous Cervical Cancer Screening'
: 'Cervical Cancer Screening'
}}
:
<span>
{{ latestCervicalScreeningSummary.test }}
</span>
Expand All @@ -272,6 +271,21 @@ <h4 class="component-title">Last Encounter</h4>
</p>
</div>
</div>
<div
class="col-md-12"
*ngIf="cervicalScreeningSummary[0]?.tah_done == '1'"
>
<p>
Latest Cervical Cancer Screening Status :
<strong
>{{ ' Not Done: Total Abdominal Hysterectomy - TAH ('
}}{{
cervicalScreeningSummary[0]?.tah_confirmation_datetime
| date: 'dd-MM-yyyy'
}}{{ ')' }}</strong
>
</p>
</div>
</div>
<div class="col-md-12">
<div
Expand Down

0 comments on commit 69e9cf5

Please sign in to comment.