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...
June 2026 · 5 min
Manual area
Dashboards
Coverage
5 sections, 1 workflow diagram
Operator notes
2 implementation notes
Overview
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 actions, then links into the full module page for the actual workflow.
Current app route prefix: /app/dashboards.
Available Hubs
The current dashboard hub routes are:
- Nurse Hub (
/app/dashboards/nurse-hub) -- medication alerts, vitals queue, tasks, patient list, and handover. - Pharmacist Hub (
/app/dashboards/pharmacist-hub) -- dispensing queue, stock alerts, expiring items, and POS link. - Accountant Hub (
/app/dashboards/accountant-hub) -- collections, receivables, pending bills, vendor payment placeholders, and AR review. - Front Desk Hub (
/app/dashboards/front-desk-hub) -- appointments, walk-ins, queue length, quick registration, check-in, and appointment creation. - Radiologist Hub (
/app/dashboards/radiologist-hub) -- study worklist, priority badges, STAT/critical counts, TAT, and reporting. - Lab Hub (
/app/dashboards/lab-hub) -- specimen collection, processing, TAT overdue alerts, completed today, results, and verification. - Doctor Hub (
/app/dashboards/doctor-hub) -- OPD queue, follow-ups, pending reports, active prescriptions, consultation, prescription, and lab order actions. - Admin Hub (
/app/dashboards/admin-hub) -- system health, security alerts, financial summary placeholders, module adoption, audit, and invites. - Owner Hub (
/app/dashboards/owner-hub) -- org-wide aggregate view for owner/admin users.
Small-clinic usage
For Solo Doctor & Small Clinic, the primary hubs are Front Desk Hub, Doctor Hub, and Accountant Hub. Optional lab, radiology, and pharmacy hubs should only be used when those workflows are part of the activated clinic scope.
Routing and preferences
The app includes routing and preference pages under /app/dashboards/routing and /app/dashboards/preferences. The routing page is a preview of typed routing rules; it is not a live automatic redirect against production identity data. The preferences page stores or shows non-PHI dashboard preference metadata where the workspace context supports it.
Menus and actions are shaped by login context, branch, and permissions.
User authenticates into the BioEcko workspace.
Working branch and organization scope are selected or inferred.
Assigned roles and permission sets are loaded.
Sidebar and dashboards show only relevant modules.
Create, edit, approve, export, and delete actions are checked.
Sensitive access and changes are logged.
Common layout
Every role hub follows the same structure:
- Role header with heading, subtitle, and role label.
- Scope banner showing the current role and branch context.
- Quick-action buttons for common workflows.
- Four KPI cards.
- One or two worklist panels.
- Skeleton and empty states so the page remains readable while data is loading or unavailable.
Some dashboard values are synthetic, placeholder, restricted, or aggregate-only. Do not treat restricted financial, patient, or clinical values as live operational truth unless the clinic has the required activation.
Notes
Clinic tip
For a small clinic, train staff on the hub they actually use instead of the full dashboard list.
Info
Use /app/dashboards/* routes in the ERP app. Older /dashboard/* paths are not the current dashboard route family.
Related topics
Nurse Hub
The Nurse Hub is the default landing page for users with the nurse role. It provides a shift-at-a-glance view of medication alerts, vital-sign tasks, active...
Solo Doctor & Small Clinic
Set up and run the BioEcko small-clinic workflow for one doctor, a receptionist, and a billing/admin user.
Dispensing Queue
The Dispensing Queue is the pharmacist's primary workspace. Every prescription saved by a doctor during an OPD visit, IPD round, or emergency encounter...
Pharmacist Hub
The Pharmacist Hub is the default landing page for users with the pharmacist role. It focuses on the dispensing queue, inventory health, and quick access to...
Accountant Hub
The Accountant Hub is the billing/admin launchpad for finance-related daily work. In small-clinic mode, it should be treated as a draft and review workspace...
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...
Patient Wristband & Label Printing
Patient wristband and label printing generates standardized identification bands for inpatients and adhesive labels for specimen tubes, charts, and medication...
Nurse Hub
The Nurse Hub is the default landing page for users with the nurse role. It provides a shift-at-a-glance view of medication alerts, vital-sign tasks, active...