Purpose
This repository is intentionally built to demonstrate hands-on familiarity with imaging informatics tooling and workflows (PACS concepts, HL7 interfaces, operational analytics, end-user support patterns, and security-minded design). The live GitHub Pages site runs entirely from static HTML/CSS/JS using synthetic data to keep the public demo safe.
What runs on GitHub Pages
- Dashboard UI and operational views (PACS, HL7, analytics, ticketing)
- Mock-data mode (default) for instant deployment
- API-ready JavaScript structure for future backend integration
What is included for showcase
- Backend folder with HL7/DICOM/PACS integration scaffolding (not deployed publicly)
- Docs explaining workflows, interfaces, and ROI analysis approach
- Security and audit logging considerations
Demo Login
Choose a role to view different operational perspectives (Admin / Analyst / Viewer). This is a lightweight RBAC simulation.
Default mode: Mock data (instant GitHub Pages)
Repository Notes
- Frontend: /frontend (deploy this folder to GitHub Pages)
- Backend: /backend (local execution via Docker; not required for the public demo)
- Docs: /docs (architecture, HL7 flows, DICOM workflows, ROI analysis)