Skip to content

Commit

Permalink
POC-666: Missing cancer screening results in patient snapshot and HIV…
Browse files Browse the repository at this point in the history
… summary (#1723)
  • Loading branch information
henrykorir authored Mar 20, 2024
1 parent d480d87 commit b08919c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,15 @@ <h4 class="component-title">Last Encounter</h4>
</div>
</div>
<div class="col-md-12">
<div class="col-md-12" *ngIf="reason_cacx_not_done">
<!-- <div class="col-md-12" *ngIf="reason_cacx_not_done">
<p>
Cervical Cancer Screening :
<strong>{{ reason_cacx_not_done }}</strong>
</p>
</div>
</div> -->
<div
class="col-md-12"
*ngIf="
!reason_cacx_not_done &&
cervicalScreeningSummary.length > 0 &&
cervicalScreeningSummary[0].via_or_via_vili
"
Expand Down

0 comments on commit b08919c

Please sign in to comment.