Worklists keep demographics and orders aligned with acquisition
The radiology workflow depends on the modality receiving the right patient and procedure context before the exam starts. Modality Worklist is the bridge between upstream scheduling and the device that actually acquires images.
Order to acquisition workflow
Loading diagram...
The local swimlane is easier for first-pass learning, but this official IHE actor view is the interoperability contract teams actually end up testing against. It makes the order placer, scheduler, modality, archive, and viewer responsibilities concrete.
If worklist integration fails, the downstream consequences are rarely local to the modality. Patient mismatches, accession-number drift, and delayed reporting often start with poor order-context handling at acquisition time.
DICOM Part 4: Basic Worklist Management
Normative DICOM service definitions for worklist-oriented query behavior and related workflow interactions.
Read the worklist service definitionsIHE Radiology Technical Framework: Scheduled Workflow
Official IHE workflow profile showing how order management, worklist, image acquisition, and reporting fit together.
Read Scheduled WorkflowMPPS and Storage Commitment solve different failure modes
DICOM workflow services do more than move pixels. They also describe the procedure state and confirm archive responsibility. That distinction matters in downtime, retry, and data-loss investigations.
Why both services exist
| Service | What it confirms | What it does not prove |
|---|---|---|
| MPPS | The imaging procedure state, such as started, discontinued, or completed | It does not prove the archive has assumed durable responsibility for every stored instance. |
| Storage Commitment | The SCP has taken responsibility for specific SOP instances | It does not describe the full clinical procedure workflow or replace acquisition-state updates. |
Procedure state versus archive responsibility
Loading diagram...
That separation is why downtime procedures and retry logic should track both dimensions. A procedure may be complete from the modality perspective while custody confirmation is still outstanding for a subset of instances.
Receipt is not the same as durable archive responsibility
A modality may have sent images successfully and still need to retain its local copy until Storage Commitment confirms the receiving system has accepted responsibility for those instances.
DICOM Part 4: Storage Commitment
Normative reference for N-ACTION and N-EVENT-REPORT behavior used in Storage Commitment workflows.
Review Storage CommitmentIHE Scheduled Workflow profile
Workflow-level context for how MPPS and related transactions fit into radiology operations.
See the workflow contextQuery/Retrieve patterns determine who opens the second connection
Query/Retrieve is not one operation. C-FIND locates matching studies, series, or instances. C-MOVE tells the archive to send the matching objects to a destination AE. C-GET returns them over the same association that requested them. Those differences drive real network design choices.
Choosing between retrieval patterns
| Operation | How it works | Architecture implication |
|---|---|---|
| C-FIND | Client submits match keys and requested return attributes | Metadata indexing quality strongly affects responsiveness. |
| C-MOVE | Archive opens a separate C-STORE path to the destination AE | Requires destination routing knowledge and can be awkward across NAT or elastic networks. |
| C-GET | Archive returns instances on the current association | Simpler network path, but not every legacy system supports it equally well. |
C-MOVE versus C-GET network shape
Loading diagram...
That is why many modern viewers and cloud services favor DICOMweb for retrieval even when the acquisition side still depends on DIMSE. The standard services remain important, but the network consequences are very different.
In routed environments, C-MOVE also creates an operational dependency on destination AE registration and return-path reachability. C-GET avoids that second outbound association, but it shifts more state and transfer load onto the original session.
DICOM Part 4: Query/Retrieve
Normative reference for C-FIND, C-MOVE, and C-GET behavior and service semantics.
Read Query/RetrieveDICOM Part 18: DICOMweb
Official web-service reference often used as the modern retrieval counterpart to legacy DIMSE query and retrieve paths.
Read DICOMwebKnowledge Check
Test your understanding with this quiz. You need to answer all questions correctly to mark this section as complete.