The radiology integration keeps HMIS independent of any particular PACS or modality vendor. HMIS exchanges normalized clinical messages with OIE; PACS-specific APIs remain inside OIE channels.
Component responsibilities
The modality does not send images through OIE. In the tested flow it performs DICOM MWL and C-STORE directly against the PACS. OIE handles control-plane integration between HMIS and PACS.
Vendor-neutral boundary
HMIS knows only the immutable pacs_code, accession number, normalized study identity, and a viewer URL template. It does not call Orthanc REST endpoints.
The demo uses Orthanc, but a different PACS can be introduced by replacing these OIE adapter details:
- the worklist publication destination;
- the stable-study notification or polling mechanism;
- PACS authentication and connection details;
- the viewer URL template and DICOMweb deployment.
The HMIS worklist and study-ingestion API contracts remain unchanged.