diff --git a/includes/common_data.php b/includes/common_data.php index 6b31c3d..5c21dcf 100644 --- a/includes/common_data.php +++ b/includes/common_data.php @@ -14,6 +14,9 @@ $all_tests = $db->query("SELECT id, name_$lang as name, price, normal_range FROM $all_xray_groups = $db->query("SELECT id, name_$lang as name FROM xray_groups")->fetchAll(); $all_xrays = $db->query("SELECT id, name_$lang as name, price FROM xray_tests")->fetchAll(); +// Drugs Data +$all_drugs = $db->query("SELECT id, name_$lang as name, default_dosage, default_instructions FROM drugs")->fetchAll(); + $scheduled_appointments = $db->query(" SELECT a.id, p.name as patient_name, a.start_time, a.patient_id, a.doctor_id FROM appointments a diff --git a/includes/layout/footer.php b/includes/layout/footer.php index 9da4384..9542a6e 100644 --- a/includes/layout/footer.php +++ b/includes/layout/footer.php @@ -872,11 +872,382 @@ + +
+ + + + + + + + + + + + + + + + + +