Skip to content

Commit

Permalink
Poc 454 (#1675)
Browse files Browse the repository at this point in the history
* 2.17.1

* 2.17.2

* remove covid restriction
  • Loading branch information
drizzentic authored Oct 6, 2023
1 parent 43c4cb4 commit 5c74692
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-amrs",
"version": "2.17.1",
"version": "2.17.2",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 3000",
Expand Down
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 5c74692

Please sign in to comment.