IEC TR 61852:1998DICOMRadiotherapy
Standard Overview: IEC TR 61852 is the DICOM extension for radiotherapy, defining specialized Information Object Definitions (IODs) including RT Image, RT Dose, RT Structure Set, and RT Plan. These IODs enable standardized data exchange between radiotherapy equipment such as linear accelerators, treatment planning systems (TPS), dose verification systems, and record-and-verify systems. By extending the core DICOM standard into the radiotherapy domain, IEC TR 61852 addresses the unique data representation requirements of radiation oncology, including beam geometry, dose distributions, and treatment fractionation schedules that have no equivalent in diagnostic imaging.
RT Image and RT Dose Information Object Definitions
RT Image IOD: This IOD defines standardized radiotherapy image data structures with treatment-specific attributes that go beyond conventional DICOM image objects. Key attributes include spatial registration information linking the image coordinate system to the treatment equipment coordinate system, detailed patient positioning parameters (couch height, lateral position, and orientation), and pixel calibration data enabling accurate dose calculations from portal images. The IOD supports multiple image modalities commonly used in radiotherapy including digitally reconstructed radiographs (DRR), electronic portal imaging device (EPID) images, and cone-beam CT (CBCT) images acquired at the time of treatment.
RT Dose IOD: This IOD defines comprehensive dose distribution data structures used throughout the radiotherapy workflow. It supports 3D dose grids with configurable spatial resolution and coordinate mapping, dose-volume histogram (DVH) data summarizing the dose statistics for each contoured structure, and isodose line definitions for visualization. The DVH module within the RT Dose IOD is one of the most clinically valuable components — it provides a quantitative summary of the dose delivered to the target volume and each organ at risk, enabling objective comparison of competing treatment plans and consistent evaluation of plan quality across different treatment planning systems.
Engineering Insight: The DVH capability within the RT Dose IOD is a core tool for treatment plan evaluation. It graphically displays the percentage of each structure volume receiving a given dose level, allowing clinicians to quickly assess whether planning objectives are met. For example, a typical constraint for head-and-neck treatments requires that no more than 20% of the parotid gland receives more than 30 Gy — a criterion that can be verified at a glance using the DVH data from the RT Dose IOD.
| IOD Type |
Key Modules |
Primary Content |
| RT Image IOD |
RT Series, RT Image |
DRR, portal images, CBCT |
| RT Dose IOD |
RT Dose, RT DVH |
3D dose distribution, DVH |
| RT Structure Set IOD |
Structure Set, ROI Contour |
Target and OAR contours |
| RT Plan IOD |
RT Beams, RT Fraction Scheme |
Beam parameters, fractionation, setup |
RT Structure Set, RT Plan, and Implementation Considerations
RT Structure Set IOD: This IOD defines standardized representation of anatomical structures used in radiotherapy planning, including target volumes (GTV — Gross Tumor Volume, CTV — Clinical Target Volume, PTV — Planning Target Volume) and organs at risk (OAR). Each structure is uniquely identified by a Region of Interest (ROI) number and is defined by a set of contour points in the patient coordinate system. The standard supports both axial slice-by-slice contours and 3D surface mesh representations.
RT Plan IOD: The most complex of the RT information objects, the RT Plan IOD contains all parameters required to deliver the prescribed treatment. This includes beam energy and modality (photon, electron, proton), gantry angle, collimator angle, multileaf collimator (MLC) leaf positions for field shaping, wedge and compensator specifications, fractionation scheme (total number of fractions, dose per fraction, treatment interval), and comprehensive patient setup parameters including immobilization device references. For brachytherapy, the IOD defines applicator positioning, source dwell positions, and dwell time optimization parameters.
Interoperability Challenge: The greatest practical challenge in DICOM RT implementation is achieving reliable interoperability between systems from different vendors. Differences in default attribute handling, coordinate system conventions (particularly regarding patient orientation and isocenter definition), and supported character sets can cause data transfer failures or — more dangerously — silent data corruption. Comprehensive conformance testing using standard reference datasets is essential before clinical deployment. The AAPM TG-263 report provides valuable supplementary guidance on standardized nomenclature for target volumes and organs at risk.
Engineering Implementation and Testing
Successful implementation of DICOM RT requires attention to several key engineering aspects: understanding the precise mapping between Service-Object Pair (SOP) classes and their corresponding IODs; strictly following the RT-specific data dictionary for tag encoding, value representation (VR), and data type compliance; and implementing robust validation of all received objects against the standard’s required attribute lists. The standard defines both Type 1 (mandatory), Type 2 (mandatory but may be empty), and Type 3 (optional) attributes, and implementers must correctly handle all three categories in both transmission and reception.
Best Practice: For each DICOM RT SOP class implemented, clearly document the supported attribute scope and handling of optional fields in a formal DICOM Conformance Statement. Use standard reference datasets such as the DICOM RT sample files from the RSNA and AAPM for end-to-end interoperability testing. Apply the AAPM TG-263 nomenclature conventions for consistent naming of target volumes and organs at risk across all connected systems to reduce the risk of misidentification during plan transfer.
Frequently Asked Questions
Q1: How does DICOM RT differ from standard DICOM?
A: Standard DICOM (IEC 61376 series) covers diagnostic imaging modalities. DICOM RT adds radiotherapy-specific IODs including beam delivery parameters, dose distributions, structure contours, and fractionation schedules that have no equivalent in diagnostic imaging.
Q2: What are the main modules in the RT Plan IOD?
A: RT General Plan, RT Prescription, RT Tolerance Tables, RT Patient Setup, RT Fraction Scheme, RT Beams (for external beam), RT Brachy Application Setups (for brachytherapy), and Approval modules. Each contains multiple Type 1 and Type 2 attributes that must be populated for valid data exchange.
Q3: Can dose data be exchanged between different TPS vendors?
A: Yes, through the RT Dose IOD. Key requirements for successful exchange include aligning the reference coordinate systems, verifying dose scaling factors and units (typically Gy), and ensuring consistent handling of dose grid orientation and spacing.
Q4: Is the standard compatible with IMRT and SBRT treatments?
A: Yes, fully. The RT Beams Module supports MLC leaf sequences required for IMRT delivery. The RT Fraction Scheme Module supports hypofractionated regimens used in SBRT, and the standard can represent both step-and-shoot and dynamic MLC delivery techniques.
Q5: What testing is recommended before clinical deployment?
A: Perform end-to-end testing covering the complete data flow from TPS to treatment delivery system, using anonymized patient plans that exercise all beam parameters, MLC configurations, and dose calculation algorithms that will be used clinically. Validate DVH data against independent dose calculation software.