TML/REC/OHC/53
Sr. |
POHC NO |
Date Of Exam |
Name |
Employee Code |
Business Unit |
Age |
Sex |
Height (in cms) |
Weight (in kgs) |
BMI |
BP SYS |
BP DIA |
Blood group |
HB% |
TLC |
L (gm%) |
N (gm%) |
M (gm%) |
E (gm%) |
ESR |
URIC ACID |
Serum Creatinine |
FBS/RBS/PPBS (MG/DL) |
Total Bilirubin |
Conj |
Unconj |
SGOT |
SGPT |
Alkaline Phosphatase |
Total Protein |
Albumin |
Globulin |
Total Cholestrol |
(LDL) Cholestrol |
(VLDL) Cholestrol |
(HDL) Cholestrol |
Triglycerides |
Audio |
Spiro |
ECG |
XRAY |
BMI Score |
BP Score |
RBS Score |
CHOLESTROL Score |
Total Score |
30){
$bmi_score = 0;
}
elseif ($row1['bmi'] > 25 && $row1['bmi'] < 30) {
$bmi_score = 2;
}
else{
$bmi_score = 4;
}
if($bp[0]>140 && $bp[1]>90){
$bp_score = 0;
}
elseif ($bp[0]>120 && $bp[0]<140 && $bp[1]>80 && $bp[1]<90) {
$bp_score = 2;
}
else{
$bp_score = 4;
}
if($row1['blood_sugar_rbs'] > 200){
$rbs_score = 0;
}
elseif ($row1['blood_sugar_rbs'] > 139 && $row1['blood_sugar_rbs'] < 200) {
$rbs_score = 2;
}
else{
$rbs_score = 4;
}
if($row1['bmi'] > 30){
$bmi_score = 0;
}
elseif ($row1['bmi'] > 25 && $row1['bmi'] < 30) {
$bmi_score = 2;
}
else{
$bmi_score = 4;
}
if($row1['total_cholestrol'] > 240){
$tc_score=0;
}
else if($row1['total_cholestrol'] > 200 && $row1['total_cholestrol'] < 240){
$tc_score=2;
}
else{
$tc_score=4;
}
$total_score = $bmi_score + $bp_score + $rbs_score + $tc_score;
$bp_sum = $bp_sum+$bp_score;
$bmi_sum = $bmi_sum+$bmi_score;
$rbs_sum = $rbs_sum+$rbs_score;
$cholestrol_sum = $cholestrol_sum+$tc_score;
$health_index_sum = $health_index_sum+$health_index;
$bp_avg = $bp_sum/$num_rows;
$bmi_avg = $bmi_sum/$num_rows;
$rbs_avg = $rbs_sum/$num_rows;
$cholestrol_avg = $cholestrol_sum/$num_rows;
$health_index_avg = $health_index_sum/$row0['total'];
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TOTAL: |
AVERAGE |
|
|
|
|
|