Beyond opening local files, Doomina connects directly to DICOMweb servers (Orthanc, dcm4chee, Google Healthcare and the like) to pull studies into the viewer and push studies to the server — no install, straight from the browser.
Whoever registers the servers and grants users is the admin of the service that owns the PACS — not a Doomina platform admin. There are two roles:
/server-admin to register their own servers and grant users (pull/push/both). Can revoke at any time.Every user has their own PACS access code (shown in the viewer's Servers panel and at /server-admin). To grant someone, the admin just types that user's code — there is no provisioning step by a central admin.
Server credentials live only in the backend — they are never sent to the browser. All DICOMweb traffic goes through an authenticated proxy that validates your grant and mode (pull/push) before talking to the server and injects the credentials server-side. An admin can revoke access at any time.
/server-admin, declare yourself an admin, register the server and grant users by their code./server-admin) and give it to the admin.Technical requirement: the server must speak DICOMweb (QIDO/WADO/STOW). Legacy DIMSE-only PACS need a DICOMweb gateway.