diff --git a/display.php b/display.php index 22784ef..596c4da 100644 --- a/display.php +++ b/display.php @@ -3,7 +3,7 @@ declare(strict_types=1); require_once __DIR__ . '/queue_bootstrap.php'; qh_boot(); -$activeCalls = qh_fetch_tickets(['called', 'in_progress'], null, 8); +$activeCalls = qh_fetch_tickets(['called', 'in_progress', 'nursing_called'], null, 8); $queueOverview = qh_queue_overview(); $activeVideos = []; @@ -98,10 +98,17 @@ qh_page_start(
-
-
- -
+ +
+
+ +
+ +
+
+ +
+
diff --git a/reception.php b/reception.php index 3310b41..8386c9c 100644 --- a/reception.php +++ b/reception.php @@ -7,7 +7,7 @@ qh_reception_handle_request(); $clinics = qh_fetch_clinics(); $doctors = qh_fetch_doctors(); $currentTicket = isset($_GET['ticket_id']) ? qh_fetch_ticket((int) $_GET['ticket_id']) : null; -$todayTickets = qh_fetch_tickets(['waiting_vitals', 'ready_for_doctor', 'called', 'in_progress', 'done', 'no_show'], null, 12); +$todayTickets = qh_fetch_tickets(['waiting_vitals', 'nursing_called', 'ready_for_doctor', 'called', 'in_progress', 'done', 'no_show'], null, 12); qh_page_start( 'reception',