include('includes/config/config.php'); include('includes/functions.php'); header("Content-type:application/octet-stream"); header("Content-type: application/x-msdownload"); header("Content-Disposition: attachment; filename=daily_respiratory_report_excel.xls"); header("Pragma: no-cache"); header("Expires: 0"); error_reporting(E_ERROR | E_PARSE); ?>
include('excel_ohc_header.php'); ?>Daily Respiratory Report |
For Date: echo date("d-M-Y", strtotime($from_date)); ?> |
Sr | Patients Name | Dob | Emp Id | Employer | Designation | Division | Department | Ute | Station | Contact No | Supervisor | Symptoms | Diagnosis | Temp(1st) | Temp(2nd) | Temp(3rd) | Reporting By | Advice | Reffered By/RTW | Remarks | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
= $count ?> | = $row['patient_name'] ?> | = $dob ?> | = $row['emp_code'] ?> | = getFieldFromTable('designation_name', 'designation', 'designation_id', $row['designation_id']) ?> | = $division ?> | = $division ?> | = $division ?> | = $division ?> | = getFieldFromTable('dept_name', 'department', 'dept_id', $row['dept_id']) ?> | = getFieldFromTable('section_name', 'section', 'section_id', $row['section_id']) ?> | = getFieldFromTable('sub_section_name', 'sub_section', 'sub_section_id', $row['sub_section_id']) ?> | = $row['primary_phone'] ?> | = getFieldFromTable('patient_name', 'patient_master', 'id', $row['emp_mgr_code']) ?> | = $complaints ?> | = $diagnosis ?> | = $row['temperature'] ?> |