DICOM Explained for Radiographers: Files, Hierarchy & PACS
Key Takeaways
- DICOM is both a file format and a network protocol — you use both every shift.
- A DICOM object binds pixels to patient, study and acquisition metadata via numeric tags.
- The Patient → Study → Series → Instance hierarchy mirrors how imaging work is structured.
- C-STORE, C-FIND, C-MOVE and C-ECHO are the services behind every PACS transfer.
- A modality worklist prevents the commonest cause of mislabelled studies.
Every image you produce leaves the console as a DICOM object. Understanding what that object contains — and how it travels — is the difference between operating a scanner and running an imaging department.
What DICOM is
DICOM — Digital Imaging and Communications in Medicine — is the international standard that governs how medical images are stored, transmitted, retrieved, printed and displayed. It is the reason a scanner from one manufacturer can send images to an archive from another and a workstation from a third can open them.
Two things are worth separating early. DICOM is a file format: a container that binds the image to its clinical and technical context. It is also a network protocol: a defined conversation devices have when they exchange those files. Radiographers meet both every shift — the first when reviewing a study, the second every time a series fails to reach PACS.
The end of vendor lock-in
Before the standard settled, manufacturers wrote their own formats. Images were trapped on the console that produced them, departments bought whole ecosystems from a single vendor, and moving a study between hospitals meant physical media and hope. Standardisation broke that: a department can now buy the best scanner, the best archive and the best reading workstation independently — vendor neutrality that exists only because the exchange format is agreed.
Anatomy of a DICOM file
A DICOM file is not an image with a label attached. It is a data set in which the pixels are one element among many, each identified by a numeric tag. A handful of those tags carry the context that makes an image diagnostic.
| Tag | Element | Why it matters |
|---|---|---|
| (0010,0010) | Patient's name | Identity — the first thing anonymisation removes |
| (0010,0020) | Patient ID | The stable key linking studies over time |
| (0008,0020) | Study date | Chronology for comparison studies |
| (0008,0050) | Accession number | Links the image to the order in the hospital system |
| (0008,0060) | Modality | CT, MR, US, CR — drives how viewers display it |
| (0028,0030) | Pixel spacing | Physical size per pixel — measurements depend on it |
Alongside the metadata sits the pixel data itself, stored at a bit depth — commonly 12 or 16 bits — that sets how many grey levels the image can carry. That dynamic range is why a CT dataset can be windowed for lung, soft tissue and bone from a single acquisition.
The information hierarchy
DICOM organises data in four levels that map directly onto how imaging work is structured: Patient (the person, across every visit) → Study (one imaging examination) → Series (one acquisition or sequence) → Instance (one image). A brain MRI study might hold ten series, each with dozens of instances.
How images travel: the DICOM services
The protocol side of DICOM is a set of services devices use to talk to each other. When a series fails to reach PACS, it is one of these that has stalled.
| Service | What it does |
|---|---|
| C-STORE | Sends an image object from one device to another — scanner to PACS |
| C-FIND | Queries an archive for studies matching patient or date criteria |
| C-MOVE / C-GET | Retrieves the matching studies to a workstation |
| C-ECHO | A "ping" that tests connectivity between two DICOM devices |
A modality worklist sits upstream of all this: a list of scheduled examinations pushed from the hospital information system to the scanner, so the technologist selects the patient rather than typing details in. It removes the single most common source of mislabelled studies.
Why it matters at the console
Understanding DICOM turns a class of everyday problems from mysteries into checklists. A study that won't open on the reporting workstation, a series missing from PACS, a mislabelled patient, a measurement that reads wrong because pixel spacing was lost — each traces back to a specific part of the object or the protocol. Knowing the map is what lets you fix them.
Frequently Asked Questions
What does DICOM stand for?
Digital Imaging and Communications in Medicine. It defines both the file format medical images are stored in and the network protocol devices use to exchange them.
Is DICOM a file format or a network protocol?
Both. The format keeps the image and its patient, study and acquisition metadata in one object; the protocol defines how scanners, PACS, workstations and printers talk to each other.
What is the difference between a study, a series and an instance?
A study is one imaging examination for a patient. A series is one acquisition within it. An instance is one image within that series. A brain MRI study might hold ten series, each with dozens of instances.
What does C-STORE mean?
The DICOM service that sends an image object from one device to another — typically scanner to PACS. Related services include C-FIND for querying, C-MOVE and C-GET for retrieval, and C-ECHO for connectivity testing.