= 5){ header("Location: logout.php"); } } if($checkIfAccess==='1'){ header("Refresh:0; url=checkin-window.php?view=in"); } if($checkIfNurse==='1'){ header("Refresh:0; url=nurse-station.php?view=on"); } //check if access is for Guard Only, if yes access will redirect to guards module //ACCESS OF DOCTORS switch($_GET['view']){ case 'das': include 'includes/doctors/doc_view_dashboard.php'; break; case 'msu': include 'includes/doctors/doc_tx_summary.php'; break; case 'pay': include 'includes/doctors/doc_pay_tx_summary.php'; break; case 'pl': include 'includes/doctors/doc_patient_list.php'; break; } ?> NEPHRO GROUP
Date: ?>
"; include 'includes/doctors_patients.php'; echo ""; } ?>
(" . $_GET['search'] .", ".$pfname.")"; } ?> '>
= 5 && $Hour <= 11 ) { $greetings = 'Good Morning'; //echo $greetings; } else if ( $Hour >= 12 && $Hour <= 18 ) { $greetings = 'Good Afternoon'; //echo $greetings; } else if ( $Hour >= 19 || $Hour <= 4 ) { $greetings = 'Good Evening'; //echo $greetings; } if(isset($_GET['subView'])){ echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; include 'includes/lab/doctors_menu.php'; echo ""; switch($_GET['subView']){ case 'profile': include 'includes/doctors/doc_patient_profile.php'; break; case 'lab': include 'includes/doctors/doc_laboratory_data.php'; break; case 'med': include 'includes/doctors/doc_med_history.php'; break; case 'dia': include 'includes/doctors/doc_dial_history.php'; break; case 'epo': include 'includes/doctors/doc_epo_history.php'; break; case 'tx': include 'includes/doctors/doc_tx_history.php'; break; case 'healthconditions': include 'includes/doctors/patient_health_conditions.php'; break; } echo "
"; }else { include 'includes/doctors/welcome.php'; } ?>