Skip to content

Commit

Permalink
remove covid restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed Oct 5, 2023
1 parent a16a9be commit afb90b0
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,7 @@ <h3 *ngIf="confirmingCancelVisit || confirmingEndVisit">
(onEncounterEdit)="onEncounterSelected($event)"
></encounter-list>
<div *ngIf="visitWithNoEncounters">Patient yet to see provider</div>
<div
class="alert alert-danger"
*ngIf="qualifiesForCovidScreening"
style="margin-top: 10px"
>
<strong
>To access clinical forms kindly fill Covid 19 Assessment Form</strong
>
</div>
<div
<!-- <div
class="alert alert-danger"
*ngIf="isViremicHighVL"
style="margin-top: 10px"
Expand All @@ -173,7 +164,7 @@ <h3 *ngIf="confirmingCancelVisit || confirmingEndVisit">
>To access clinical forms kindly fill Enhanced Adherence Encounter
Form</strong
>
</div>
</div> -->
</div>
</div>
<span style="padding: 10px"></span>
Expand Down

0 comments on commit afb90b0

Please sign in to comment.