DICOM
What Is DICOM?
DICOM, an acronym for Digital Imaging and Communications in Medicine, is an international standard that defines the formats, protocols, and data models used to produce, store, transmit, display, and manage medical imaging data. Maintained by the National Electrical Manufacturers Association (NEMA) in collaboration with the American College of Radiology (ACR), DICOM governs how imaging devices including CT scanners, MRI systems, ultrasound machines, and digital radiography units encode their output and communicate with other systems in a clinical environment. The standard was first published in 1993 as a successor to the ACR-NEMA 2.0 format introduced in 1988, and it has been continuously revised to accommodate new imaging modalities, workflow patterns, and security requirements.
The practical effect of DICOM is interoperability: a CT scanner from one manufacturer, a workstation from a second, and an archiving system from a third can exchange studies without custom integration software because all three conform to the same data format and network protocol. As documented in research on DICOM's thirty-year history, the standard is now used in virtually every hospital worldwide and has become essential infrastructure for modern radiology, cardiology, and pathology workflows.
Standard Architecture and Data Model
The DICOM data model is organized around a four-level hierarchy: patient, study, series, and image. A patient record contains one or more studies, each representing a single imaging encounter. Each study contains one or more series, which group images acquired with the same modality and protocol settings. Individual images occupy the lowest level and are stored as DICOM objects with two inseparable components: a pixel data block and a structured metadata header. The header contains demographic information, acquisition parameters, institution identifiers, and enough technical context to render the image correctly without reference to any external database.
DICOM defines a library of information object definitions (IODs), each specifying the required and optional attributes for a particular type of imaging data. IODs exist for CT images, MR images, ultrasound, nuclear medicine, digital pathology whole slide images, electrocardiograms, and many other data types, ensuring that the header fields relevant to each modality are captured consistently. The NEMA DICOM standard documentation defines the full set of IODs and service classes in a multi-part specification that runs to thousands of pages.
Network Protocol and PACS Integration
DICOM specifies a network communication protocol built on TCP/IP that defines how two conformant devices establish a connection, negotiate capabilities, and exchange imaging objects. The fundamental transaction is a service-object pair (SOP), which combines a DICOM service class (such as storage, query/retrieve, or print) with an information object definition. A picture archiving and communication system (PACS) functions as a DICOM server, receiving studies from acquisition devices, storing them in a database indexed by patient and study identifiers, and responding to retrieval requests from viewing workstations.
The query/retrieve service class allows a workstation to search for studies matching specified criteria (patient name, date range, modality type) and then retrieve selected studies for display. Worklist management services allow acquisition devices to query a PACS or radiology information system for scheduled procedures, automatically prepopulating patient demographics on the scanner console and reducing manual data entry errors. The DICOM standard overview from dicomstandard.org outlines these service classes and their roles in clinical workflow.
Structured Reporting and Workflow Extensions
Beyond image storage and transfer, DICOM includes a structured reporting (SR) framework that encodes radiological findings as machine-readable documents rather than free-text reports. SR documents link observations directly to the images and image regions from which they were derived, enabling automated extraction of structured data for quality assurance, research databases, and clinical decision support systems. DICOM also supports radiation dose reporting, which captures the parameters of CT and fluoroscopy acquisitions in a standardized dose structured report (RDSR) for regulatory compliance and dose monitoring programs.
Applications
DICOM has applications across a wide range of clinical and technical domains, including:
- Radiology departments for digital image archiving, retrieval, and reporting across all imaging modalities
- Cardiology for echocardiography, angiography, and cardiac CT data management
- Radiation oncology for treatment planning system integration and dose record management
- Telemedicine and teleradiology for cross-institutional image sharing and remote diagnostic consultation
- Clinical research and AI development, where DICOM datasets provide standardized training and validation material
- Pathology for whole slide imaging and digital pathology workflow management