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
  • Loading branch information
henrykorir committed Mar 21, 2024
1 parent 4c8ceca commit 7f3e7ff
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,21 +244,6 @@ <h4 class="component-title">Last Encounter</h4>
</div>
</div>
<div class="col-md-12">
<div
class="col-md-12"
*ngIf="cervicalScreeningSummary[0]?.tah_done == '1'"
>
<p>
Current Cervical Cancer Screening Status :
<strong
>{{ ' Not Done: Total Abdominal Hysterectomy - TAH ('
}}{{
cervicalScreeningSummary[0]?.tah_confirmation_datetime
| date: 'dd-MM-yyyy'
}}{{ ')' }}</strong
>
</p>
</div>
<div
class="col-md-12"
*ngIf="
Expand All @@ -270,7 +255,7 @@ <h4 class="component-title">Last Encounter</h4>
<p>
{{
cervicalScreeningSummary[0].tah_done == '1'
? 'Previous Cervical Cancer Screening Before TAH'
? 'Previous Cervical Cancer Screening'
: 'Cervical Cancer Screening'
}}
:
Expand All @@ -286,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 7f3e7ff

Please sign in to comment.