From be2a5f0c3b8472ca1c47de7f6bb7ae1cc74b7f88 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 6 Apr 2026 09:33:29 +0000 Subject: [PATCH] update nursing --- display.php | 17 ++++++++++++----- reception.php | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) 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',