Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
<div style="padding:15px 5px">
<div class="cwad-header" tabindex="0">Allergies</div>
<div style="font-size:.8em;padding:10px;max-height:300px;overflow-y:scroll">
<app-grid [format]="'compact'" [params]="allergyParams" [dataDef]="allergyTableDef" [data]="allergies.dataTable" (rowClick)="viewAllergy($event)"></app-grid>
</div>
<div class="cwad-header">Crisis Notes, Warnings and Directives</div>
<div style="font-size:.8em;padding:10px;max-height:300px;overflow-y:scroll">
<app-grid *ngIf="cwad.dataTable && cwad.dataTable.length>0" [format]="'compact'" [params]="cwadParams" [dataDef]="cwadTableDef" [data]="cwad.dataTable" (rowClick)="viewNoteDetail($event)"></app-grid>
<div style="text-align:center;width:100%;font-size:1.1em" *ngIf="!cwad.dataTable || cwad.dataTable.length===0">No Patient Postings Found</div>
</div>
<div class="modal-footer" style="justify-content:space-around">
<button type="button" class="btn btn-outline-dark" (click)="cancel()">Close</button>
</div>
</div>