Date |
Ticket No |
ECode/G.Pass |
Patient Name |
Emergency |
Injury |
Doctor Consulted |
Complaints |
Examination Findings |
Diagnosis |
Treatment |
Treatment given by |
Referral |
Followup |
Vitals |
Yes";
} else {
$isInjury = "No";
}
if ($rowOfEmployeeAppointment['IsEmergency'] == 1) {
$isEmergency = "Yes";
} else {
$isEmergency = "No";
}
$doctor_attended_flag = "No";
if ($rowOfEmployeeAppointment['doctor_attended_flag'] == 'Y') {
$doctor_attended_flag = "Yes";
} else {
$doctor_attended_flag = "No";
}
$check_results = "SBP:" . $rowOfEmployeeAppointment['bp_sbp'] . ", DBP:" . $rowOfEmployeeAppointment['bp_dbp'] . ", FBS:" . $rowOfEmployeeAppointment['blood_sugar_fbs'] . ", RBS:" . $rowOfEmployeeAppointment['blood_sugar_rbs'] . ",Temp:" . $rowOfEmployeeAppointment['temperature'] . ",SPOC2%:" . $rowOfEmployeeAppointment['spo2_percent'];
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |