DICOM Radiotherapy Structure Sets
DICOM Radiotherapy Structure Sets (RTSS, or RTSTRUCT) define regions of interest by a set of planar contours.
RTSS objects can be identified by the RTSTRUCT
value assigned to the Modality
attribute, or by SOPClassUID
= 1.2.840.10008.5.1.4.1.1.481.3
.
If you use the IDC Portal, you can select cases that include RTSTRUCT objects by selecting "Radiotherapy Structure Set" in the "Original" tab, "Modality" section (filter link). Here is a sample study that contains an RTSS series.
As always, you get most of the power in exploring IDC metadata when using SQL interface. As an example, the query below will select a random study that contains a RTSTRUCT series, and return a URL to open that study in the viewer:
Metadata
RTSTRUCT relies on unstructured text in describing the semantics of the individual regions segmented. This information is stored in the StructureSetROISequence.ROIName
attribute. The following query will return the list of all distinct values of ROIName
and their frequency.
Conversion into alternative representations
We recommend Plastimatch convert tool for converting planar contours of the individual structure sets into volumetric representation.
Last updated