Run Date :
PENDING MEDICINE
User :
Date
Ticket No
ECode / G.Pass
Patient Name
Emg
Injury
Doc. Con.
Complaints.
Diagnosis
Treatment
Vitals
Doc Comments
Yes"; } else { $isInjury = "
No
"; } if ($row_employee_appointment['IsEmergency'] == 1) { $isEmergency = "
Yes
"; } else { $isEmergency = "
No
"; } $doctor_attended_flag = ""; if ($row_employee_appointment['doctor_attended_flag'] == 'Y') { $doctor_attended_flag = "
Yes
"; } else { $doctor_attended_flag = "
No
"; } $check_results = "SBP:" . $row_employee_appointment['bp_sbp'] . ", DBP:" . $row_employee_appointment['bp_dbp'] . ", TEMP:" . $row_employee_appointment['temperature'] . ", SpO2:" . $row_employee_appointment['spo2_percent'] . ",WEIGHT:" . $row_employee_appointment['weight'] . ",HEIGHT:" . $row_employee_appointment['height'] . ",BMI:" . $row_employee_appointment['bmi'] . ",RESPIRATORY RATE:" . $row_employee_appointment['respiratory_rate'] . ",HEART RATE:" . $row_employee_appointment['heart_rate'] . ",PULSE OUTPUT:" . $row_employee_appointment['pulse_output'] . ", GLASGOW COMA SCALE:" . $row_employee_appointment['glasgow_coma_scale']; $complaints = getCommaSeperatedValuesForInClause("select complaint from complaints ", "complaint_id", $row_employee_appointment['complaints']); $referral = getCommaSeperatedValuesForInClause("select referral_point_name from referral_point ", "referral_point_id ", $row_employee_appointment['referral']); $findings = getCommaSeperatedValuesForInClause("select examination_finding from examination_findings ", "id", $row_employee_appointment['examination_remarks']); $treatment_text = getTreatmentTextPdf($row_employee_appointment['appointment_id']); ?>