Operations at a glance.
A summary of services, research artefacts, partners and pending DICOM submissions. Edits made anywhere in the console are saved locally and exportable as JSON.
Quick actions
Site preview
Imaging services.
Every imaging modality and clinical line displayed on the public site. Edit, reorder, hide, or add new lines — the public page reads from the same store.
| Code | Service | Status | Actions |
|---|
Research tools & products.
Open-source libraries, datasets, products, and standards the practice publishes or maintains.
Research items
Selected publications
Collaborators & associates.
Institutions and labs listed under collaboration on the public site.
Partner list
Promoters & directors.
People listed under the "Visit us" block. Often founders and statutory directors.
People
DICOM submissions.
A simulated log of cloud relay submissions. In production this would be populated from your ingest server (Orthanc, S3 events, or a HIPAA-aligned vendor).
| Request | Clinician | Modality | Status | Received |
|---|
Contact information.
Email channels, phone, and physical address surfaced in the public site footer and contact section.
Emails
Address
QR target
Console settings.
Access control and data management. All data lives in your browser unless exported.
Access key
Data
About this console
The console is fully client-side: edits are persisted to localStorage under the key amr_admin_data. To wire this into a real backend, replace save() and load() in the script with calls to your API (a REST PUT /content and GET /content are typical). The public site (index.html) currently has its content baked in; the next step is to make it fetch from the same source.