diff --git a/src/app/health/health-event-dialog.component.html b/src/app/health/health-event-dialog.component.html index 5879b833db..6f60733a31 100644 --- a/src/app/health/health-event-dialog.component.html +++ b/src/app/health/health-event-dialog.component.html @@ -1,32 +1,49 @@ -
Performed by: {{performedBy}}
-Temperature: {{event.temperature}} °C
-Pulse: {{event.pulse}} bpm
-Blood Pressure: {{event.bp}}
-Height: {{event.height}} cm
-Weight: {{event.weight}} kg
-Vision: {{event.vision}}
-Hearing: {{event.hearing}}
+Name: {{userDetail.firstName ? userDetail.firstName + ' ' + userDetail.middleName + ' ' + userDetail.lastName : 'N/A'}}
+Date: {{event.date | date: 'medium'}}
+DOB: {{(userDetail.birthDate | date: 'longDate') || 'N/A'}}
+Email: {{userDetail.email || 'N/A'}}
+Phone: {{userDetail.phoneNumber || 'N/A'}}
+Language: {{userDetail.language || 'N/A'}}
+Birthplace: {{userDetail.birthplace || 'N/A'}}
+Name: {{healthDetail?.emergencyContactName || 'N/A'}}
+Type: {{healthDetail?.emergencyContactType || 'N/A'}}
+Contact: {{healthDetail?.emergencyContact || 'N/A'}}
+Temperature: {{event.temperature}} °C
+Pulse: {{event.pulse}} bpm
+Blood Pressure: {{event.bp}}
+Height: {{event.height}} cm
+Weight: {{event.weight}} kg
+Vision: {{event.vision}}
+Hearing: {{event.hearing}}
{{conditions}}
Observations & Notes:
Diagnosis:
Treatments:
Medications:
Immunizations:
Allergies:
X-rays:
Lab Tests:
Referrals:
Observations & Notes:
Diagnosis:
Treatments:
Medications:
Immunizations:
Allergies:
X-rays:
Lab Tests:
Referrals: