This commit is contained in:
Olu Amey
2020-12-07 14:48:17 -05:00
parent f5cfe86c3e
commit c05baf916c
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
<ion-item *ngFor="let type of pendingEncounterData" (click)="goPatient(type)">
<ion-avatar slot="start">
<img src="./../../assets/imgs/avatar.svg">
<img src="./../../assets/imgs/avatar{{type.gender}}.png">
</ion-avatar>
<ion-label>
<h3 style="font-weight: bold;color: #8e54e9;">{{type.appt}} {{type.gender}} , {{type.age}} yrs</h3>
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB