Skip to content

Commit

Permalink
POC-605:Remove CovidAlert from program snapshot (AMPATH#1690)
Browse files Browse the repository at this point in the history
Co-authored-by: Rugut Kibet Enock <[email protected]>
  • Loading branch information
2 people authored and henrykorir committed Jan 17, 2024
1 parent 390e91b commit b9e6a3d
Showing 1 changed file with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,6 @@
>
</p>
</div>
<div
*ngIf="covid19VaccinationSummary?.vaccination_status"
style="display: inline-block"
>
<p
[ngClass]="
getCovidVaccinationAlert(
covid19VaccinationSummary.vaccination_status_code
)
"
>
<span class="hiv-alert"
>COVID-19 Assessment Status :
{{ covid19VaccinationSummary?.vaccination_status }}</span
>
</p>
</div>
<div
class="alert-div"
*ngIf="covid19VaccinationSummary?.covid_screening_outcome_this_visit"
style="display: inline-block"
>
<p
[ngClass]="{
label: true,
'label-info': true
}"
>
<span class="hiv-alert"
>COVID-19 Screening Outcome :
{{
covid19VaccinationSummary?.covid_screening_outcome_this_visit
}}</span
>
</p>
</div>
<div
class="alert-div"
*ngIf="
Expand Down

0 comments on commit b9e6a3d

Please sign in to comment.