='".$start_date."' "; $qry_date.=" and medical_entry_date >=str_to_date('".$start_date."','%d-%m-%Y') "; } if(isset($end_date) && $end_date!=''){ //$qry_date.=" and checkup_date <='".$end_date."' "; $qry_date.=" and medical_entry_date <=str_to_date('".$end_date."','%d-%m-%Y') "; } $i=0; $record =array(); $query1="select id FROM patient_master where YEAR(CURDATE())-year(doj)>=0 and YEAR(CURDATE())-year(doj)<2 ".$qry_bu; $query="SELECT count(*) as total from medical_examination where patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['key'] ='0-2'; $record[$i]['total'] =$row['total']; } } $query="SELECT count(*) as total from medical_examination where bmi>=25 and bmi<30 and patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['overweight_total_emp'] =$row['total']; $i++; } } $query1="select id FROM patient_master where YEAR(CURDATE())-year(doj)>=2 and YEAR(CURDATE())-year(doj)<5 ".$qry_bu; $query="SELECT count(*) as total from medical_examination where patient_id in ($query1 ) $qry_date"; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['key'] ='2-5'; $record[$i]['total'] =$row['total']; } } $query="SELECT count(*) as total from medical_examination where bmi>=25 and bmi<30 and patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['overweight_total_emp'] =$row['total']; $i++; } } $query1="select id FROM patient_master where YEAR(CURDATE())-year(doj)>=5 and YEAR(CURDATE())-year(doj)<10 ".$qry_bu; $query="SELECT count(*) as total from medical_examination where patient_id in ($query1) $qry_date"; // echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['key'] ='5-10'; $record[$i]['total'] =$row['total']; ; } } $query="SELECT count(*) as total from medical_examination where bmi>=25 and bmi<30 and patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['overweight_total_emp'] =$row['total']; $i++; } } $query1="select id FROM patient_master where YEAR(CURDATE())-year(doj)>=10 and YEAR(CURDATE())-year(doj)<15 ".$qry_bu; $query="SELECT count(*) as total from medical_examination where patient_id in ($query1) $qry_date"; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['key'] ='10-15'; $record[$i]['total'] =$row['total']; } } $query="SELECT count(*) as total from medical_examination where bmi>=25 and bmi<30 and patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['overweight_total_emp'] =$row['total']; $i++; } } $query1="select id FROM patient_master where YEAR(CURDATE())-year(doj)>15 and YEAR(CURDATE())-year(doj)<=20 ".$qry_bu; $query="SELECT count(*) as total from medical_examination where patient_id in ($query1) $qry_date"; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['key'] ='15-20'; $record[$i]['total'] =$row['total']; } } $query="SELECT count(*) as total from medical_examination where bmi>=25 and bmi<30 and patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['overweight_total_emp'] =$row['total']; $i++; } } $query1="select id FROM patient_master where YEAR(CURDATE())-year(doj)>20 and YEAR(CURDATE())-year(doj)<=25 ".$qry_bu; $query="SELECT count(*) as total from medical_examination where patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['key'] ='20-25'; $record[$i]['total'] =$row['total']; } } $query="SELECT count(*) as total from medical_examination where bmi>=25 and bmi<30 and patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['overweight_total_emp'] =$row['total']; $i++; } } $query1="select id FROM patient_master where YEAR(CURDATE())-year(doj)>25 ".$qry_bu; $query="SELECT count(*) as total from medical_examination where patient_id in ($query1) $qry_date"; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['key'] ='>25'; $record[$i]['total'] =$row['total']; } } $query="SELECT count(*) as total from medical_examination where bmi>=25 and bmi<30 and patient_id in ($query1) $qry_date"; //echo $query; if (!$result = @mysqli_query($conn,$query)) { exit(mysqli_error($conn)); } if(mysqli_num_rows($result) > 0) { if ($row = mysqli_fetch_assoc($result)) { $record[$i]['overweight_total_emp'] =$row['total']; $i++; } } echo json_encode($record); ?>