Examination Date | Examination Type | Emp Code | Patient Name | Patient Category | Aadhar No | Phone No |
y;
// $date_added=date_create($row['date_added']);
// $date_added=date_format($date_added,"d-m-Y");
// $resumed_duties_from=date_create($row['resumed_duties_from']);
// $resumed_duties_from=date_format($resumed_duties_from,"d-m-Y");
// $tested_positive_on=date('d-m-Y h:i A', strtotime($row['tested_positive_on']));
// $discharge_on=date('d-m-Y h:i A', strtotime($row['discharge_on']));
if($row_medical_examination['task']=='pme'){
$form_name="PME Form";
}else if($row_medical_examination['task']=='ame_greater_40'){
$form_name="Ame Greater 40";
}else if($row_medical_examination['task']=='ime_short'){
$form_name="IME Short";
}else if($row_medical_examination['task']=='ime_long'){
$form_name="Ime Long";
}else if($row_medical_examination['task']=='ame_less_40'){
$form_name="Ame Less 40";
}
$medical_entry_date=date_format(date_create($row_medical_examination['medical_entry_date']),"d-M-Y ");
?>
|
|
|
|
|
|
|