Skip to content

Commit

Permalink
POC-599:Add Jua Mtoto Wako to program snapshot (AMPATH#1691)
Browse files Browse the repository at this point in the history
* POC-599:Add Jua Mtoto Wako to program snapshot

* POC-599: Add JMW to program snapshot

* POC-599: Add Jua Mtoto Wako to program snapshot

---------

Co-authored-by: Rugut Kibet Enock <[email protected]>
  • Loading branch information
2 people authored and henrykorir committed Jan 17, 2024
1 parent 7c0876b commit 390e91b
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
>
</p>
</div>
<div
class="alert-div"
*ngIf="patientData?.vl_1 > 200 && this.patient.person.age <= 19"
style="display: inline-block"
>
<p
[ngClass]="{
label: true,
'label-warning': true
}"
>
<span class="hiv-alert">Jua Mtoto Wako</span>
</p>
</div>
<div *ngIf="!isHEIActive" class="alert-div" style="display: inline-block">
<p [ngClass]="getViralLoadCategory(patientData?.vl_1)">
<span class="hiv-alert" [style.background-color]="viralloadColor"
Expand Down

0 comments on commit 390e91b

Please sign in to comment.