Radiology Hub
The Radiology Hub is the default landing page for users with the radiologist role. It displays the study worklist, critical/STAT counts, turnaround time...
February 2026 · 4 min
Manual area
Dashboards
Coverage
6 sections, 1 workflow diagram
Operator notes
2 implementation notes
Overview
The Radiology Hub is the default landing page for users with the radiologist role. It displays the study worklist, critical/STAT counts, turnaround time metrics, and quick links to the reporting and protocol library.
Route: /dashboard/radiology-hub
Component: components/dashboard/role-dashboards/radiologist-hub.tsx
KPI Cards
Four metric cards at the top:
- Pending Studies -- Count of
radiology_ordersin statuscompletedorreading(i.e., images acquired but not yet reported). - STAT / Critical -- Subset of pending studies with
priorityset tostat. Displayed with a red alert icon. - Avg TAT Today -- Average turnaround time (order to report) for studies reported today, displayed as hours and minutes (e.g., "2h 15m") or minutes only if under an hour.
- Reported Today -- Count of radiology orders with status
reportedandcompleted_aton or after today's date.
Quick Actions
Shortcut buttons for radiology workflows:
- Open Worklist ->
/dashboard/radiology - Create Report ->
/dashboard/radiology/reports - Protocol Library ->
/dashboard/radiology/protocols
Pending Worklist Panel
A scrollable card lists up to 10 studies awaiting interpretation, sorted by priority ascending (STAT first). Each row shows:
- Patient name
- Modality (e.g., X-Ray, CT, MRI) and body part
- Priority badge with color coding:
stat/urgent= redroutine= muted- Default = amber
Hovering highlights the row. The "View All" link opens the full radiology worklist.
Imaging requests move through scheduling, acquisition, reporting, and delivery.
Doctor requests modality, body part, urgency, and clinical history.
Reception or radiology assigns slot, machine, and protocol.
Technologist performs the study and captures images.
Radiologist dictates or enters structured findings.
Critical findings are escalated and acknowledged.
Report and images are available to doctor and patient.
TAT Calculation
Average turnaround time is calculated by fetching up to 50 reported studies from today. For each study, TAT = completed_at minus ordered_at (in minutes). The average is displayed in human-readable format. If no studies have been reported today, the metric shows "--".
Data Sources
The hub queries a single Supabase table:
| Table | Purpose |
|---|---|
radiology_orders | Pending study list, STAT count, reported-today count, TAT calculation |
Notes
Warning
The TAT metric depends on both ordered_at and completed_at being recorded accurately. If technologists delay marking studies as completed, TAT will appear inflated.
Info
Studies in status 'completed' means images are acquired; 'reading' means a radiologist has opened the study. Both appear in the pending worklist until status changes to 'reported'.
Related topics
Role-Based Dashboard Hubs
BioEcko provides dashboard hubs for the roles used in a clinic or hospital. A hub is a launchpad: it gives the user role-specific KPIs, worklists, and quick...
Front Desk Hub
The Front Desk Hub is the main receptionist workspace for [Solo Doctor & Small Clinic](/solo-doctor-small-clinic) and outpatient clinics. It shows appointment...
Lab Hub
The Lab Hub is the default landing page for users with the labtechnician role. It surfaces the specimen collection queue, processing counts, TAT-overdue...
Protocol Library
The Protocol Library standardizes imaging protocols across your radiology department, ensuring consistent image quality, patient safety, and dose optimization...
Radiology
The Radiology module manages imaging workflows -- from order entry to report delivery. It supports X-ray, ultrasound, CT, MRI, and other imaging modalities...
Reporting
The Reporting Workstation is where radiologists create, review, and finalize imaging reports. Reports are linked to the study, automatically available in the...
Front Desk Hub
The Front Desk Hub is the main receptionist workspace for [Solo Doctor & Small Clinic](/solo-doctor-small-clinic) and outpatient clinics. It shows appointment...
Lab Hub
The Lab Hub is the default landing page for users with the labtechnician role. It surfaces the specimen collection queue, processing counts, TAT-overdue...