Date:
|
PME No.
|
DOJ:
|
DESIGNATION:
|
DEPARTMENT:
|
DIVISION:
|
TRADE
|
EMPLOYEE ID
|
NAME OF CANDIDATE:
|
DOB:
= !empty($row_employee['dob']) ? date_format(date_create($row_employee['dob']), "d-M-Y") : '' ?>
|
AGE
|
FATHER’S/HUSBAND’S NAME:
|
GENDER:
|
BLOOD GROUP:
= $row_employee['blood_group'] ?>
|
$val) {
$units = 0;
$ranges = 0;
$notes = '';
$comments = '';
$notes .= getTableFieldValue('checkup_form_section', 'notes', 'section_id', $val);
$comments .= (
getTableFieldValue(
'checkup_form_section',
'comments',
'section_id',
$val
)
);
?>
Test Names
|
Result
|
Unit
|
Ref Range
|
|
= $param_name[$k] ?>
|
|
">
|
' . $rangs[$r] . '';
}
}
?>
|
Additional/Other
Tests
Test Names
|
Result
|
Unit
|
Ref Range
|
= $param_name[$i] ?>
|
">
|
">
|
' . $rangs[$r] . '';
}
}
?>
|
FACTS AND FINDINGS
Doctor's Findings |
= $Facts['doc_findings'] ?>
|
Doctor's Comments |
= $Facts['doc_comments'] ?>
|
Health Risks : |
= ucwords(strtolower(getCommaSeperatedValuesForInClause('select health_risk_name from health_risk', 'health_risk_id', $Facts['health_risk_id']))) ?>
|
Health Advices : |
= ucwords(strtolower(getCommaSeperatedValuesForInClause('select health_advice_name from health_advice', 'health_advice_id', $Facts['health_advice_id']))) ?>
|
Chronic Illness : |
= ucwords(strtolower(implode(",", getChronicIllness($Facts['emp_id'])))); ?>
|
Habits : |
= ucwords(strtolower(getHabitData($Facts['emp_id']))); ?>
|