Receptionist Dashboard

Register New Patient
Patients Registered (Today)
Total Patients
Total Revenue
$
Find a Patient
prepare($sql); $stmt->execute($params); if ($stmt->rowCount() > 0) { while ($row = $stmt->fetch()) { echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } } else { echo ''; } ?>
Patient ID Patient Name Phone Number Assigned Doctor Status Date
" . htmlspecialchars($row['patient_name']) . "" . htmlspecialchars($row['phone_number']) . "" . htmlspecialchars($row['doctor_name'] ?? 'N/A') . "" . htmlspecialchars($row['status']) . "" . date("Y-m-d H:i", strtotime($row['created_at'])) . "
No patients found.