DICOM Structured Reporting (SR) is a DICOM standard that encodes clinical findings, measurements, and Computer-Aided Detection (CADe) results into a structured, semantically rich document object. Unlike a traditional DICOM image or a free-text report, an SR object stores data as a hierarchy of name-value pairs linked by explicit relationships, making the content directly parseable by machines. For object detection in radiology, this is the critical bridge that allows an AI model's output—specifically bounding box coordinates, lesion measurements, and classification codes—to be ingested by a Picture Archiving and Communication System (PACS) and displayed as an interactive overlay on the original image.
Glossary
DICOM SR (Structured Reporting)

What is DICOM SR (Structured Reporting)?
DICOM Structured Reporting (SR) is a standard for encoding clinical observations and Computer-Aided Detection (CADe) results into a structured, machine-readable format for seamless integration with PACS and electronic health records.
The standard defines specific templates, such as the Mammography CAD SR and Chest CAD SR templates, which prescribe the exact structure for encoding detection results. A CADe SR document will contain a structured tree of content items, including the SCOORD (spatial coordinates) for each bounding box, the referenced Region of Interest (ROI), and coded findings using terminologies like SNOMED CT. This structured format eliminates the ambiguity of free-text reports, enabling automated workflow triggers, longitudinal tracking of lesions, and quantitative analysis of AI-generated findings directly within the clinical workflow.
Key Features of DICOM Structured Reporting
DICOM Structured Reporting (SR) provides a standardized, machine-readable format for encoding the outputs of Computer-Aided Detection (CADe) systems, including bounding box coordinates, measurements, and qualitative assessments, directly into the clinical workflow.
Hierarchical Content Tree
Unlike free-text reports, DICOM SR organizes findings into a strict hierarchical tree structure of Content Items. Each node represents a single observation, such as an image reference, a spatial coordinate, or a coded measurement. This tree uses parent-child relationships to link a detected lesion to its properties, like its bounding box and SNOMED-CT coded morphology, enabling deterministic parsing by downstream systems.
Spatial Coordinate Encoding
DICOM SR encodes the precise location of a finding using SCOORD and SCOORD3D Content Items. A 2D bounding box is represented as a polyline graphic, typically specifying the top-left and bottom-right corners in pixel or millimeter units relative to a referenced image. For volumetric data, SCOORD3D defines a point in the patient-based coordinate system, allowing exact 3D localization of a lesion.
Coded Terminology Binding
To ensure semantic interoperability, DICOM SR mandates the use of controlled medical terminologies. Findings are not stored as raw text but as coded triples (Code Value, Coding Scheme Designator, Code Meaning). For example, a 'malignant tumor' is encoded using a SNOMED-CT code, while measurement types like 'Long Axis' use DICOM Controlled Terminology, eliminating ambiguity in multi-vendor environments.
Proof of Rendition with SCOORD
A key feature for CADe integration is the ability to store graphical annotations as presentation state information directly within the SR document. The SCOORD module defines the exact pixel coordinates of a bounding box or ellipse that was displayed to the radiologist. This links the quantitative measurement to the visual markup, providing a complete audit trail of what the CADe algorithm highlighted.
Measurement Templates (TID)
DICOM SR uses Template Identifiers (TIDs) to constrain the structure of a report for a specific clinical use case. A mammography CADe report conforms to TID 4000 (Mammography CAD) , which strictly defines the allowed Content Items, such as 'Finding Site' and 'Probability of Malignance'. This templating ensures that every CADe system outputs a predictable, validated data structure that a PACS can reliably ingest.
Relationship Types (R-R)
The semantic meaning between nodes in the content tree is defined by Relationship Types. Common types include CONTAINS (parent-child grouping), HAS PROPERTIES (linking a lesion to its size), and INFERRED FROM (linking a conclusion to the evidence image). This explicit graph of relationships allows an AI system to programmatically navigate the logic of a diagnostic report.
Frequently Asked Questions
Clear, technical answers to the most common questions about encoding Computer-Aided Detection results into the DICOM Structured Reporting standard for seamless PACS integration.
DICOM Structured Reporting (DICOM SR) is a DICOM standard that encodes clinical observations and measurements into a structured, machine-readable format rather than a static image or free-text report. It works by organizing data into a hierarchical tree of content items, where each node represents a specific concept (e.g., a finding, measurement, or spatial coordinate) linked by defined relationships. For a Computer-Aided Detection (CADe) system, DICOM SR captures the output—such as bounding box coordinates, lesion measurements, and suspicion scores—in a standardized way that a Picture Archiving and Communication System (PACS) can parse, display as graphical overlays, and store alongside the original images. This transforms raw AI output into an interoperable clinical document.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Core concepts that interact with DICOM Structured Reporting to form a complete diagnostic imaging pipeline, from detection to clinical integration.
CADe (Computer-Aided Detection)
The AI system that generates the findings encoded by DICOM SR. CADe algorithms automatically mark suspicious regions in medical images to assist radiologists by reducing observational oversights.
- Outputs bounding box coordinates and confidence scores
- DICOM SR standardizes these outputs for PACS integration
- Enables consistent display of AI findings across different vendor workstations
Bounding Box Regression
The computer vision technique that refines the coordinates of a predicted bounding box to more accurately localize an object, such as a lesion or nodule, within a medical image.
- DICOM SR stores these refined coordinates as SCOORD values
- Supports both 2D (x,y) and 3D volumetric (x,y,z) spatial references
- Enables precise measurement extraction for clinical reporting
FROC (Free-Response ROC)
An evaluation metric for detection tasks that plots sensitivity against the average number of false positives per image, allowing for an unlimited number of marks per scan.
- Directly measures the quality of findings stored in DICOM SR
- Used in FDA clearance studies for CADe devices
- Unlike traditional ROC, accounts for multiple detections per image
PACS Integration
The Picture Archiving and Communication System is the clinical destination for DICOM SR objects. SR documents appear alongside images in the radiologist's workflow.
- Uses DICOM Storage Service Class (C-STORE) for transmission
- SR objects are linked to source images via SOP Instance UID references
- Enables overlays of CADe findings directly on diagnostic monitors
Confidence Score
A probability value output by a detection model indicating the likelihood that a predicted bounding box contains an object of a specific class and is accurately localized.
- Encoded in DICOM SR as a numeric value with units
- Allows radiologists to triage findings by AI certainty
- Thresholds can be configured to suppress low-confidence false positives
Lesion Localization
The specific task of identifying the precise anatomical position of an abnormality within a radiological scan. DICOM SR captures this using spatial coordinates and anatomical region codes.
- Uses SNOMED-CT or RadLex codes for anatomical context
- Supports temporal comparisons for tracking lesion changes over time
- Enables automated measurement of RECIST criteria for oncology

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us