DICOM PS3.3 2024c - Information Object Definitions |
---|
In general, a ROI can be defined by either a sequence of overlays or a sequence of contours. This Module, if present, is used to define the ROI as a set of contours. Each ROI contains a sequence of one or more contours, where a contour is either a single point (for a point ROI) or more than one point (representing an open or closed polygon).
Table C.8-42. ROI Contour Module Attributes
Uniquely identifies the referenced ROI described in the Structure Set ROI Sequence (3006,0020). |
|||
RGB triplet color representation for ROI, specified using the range 0-255. |
|||
A default single gray unsigned value in which it is recommended that the contour be rendered on a monochrome display. The units are specified in P-Values from a minimum of 0000H (black) up to a maximum of FFFFH (white). |
|||
A default triplet value in which it is recommended that the contour be rendered on a color display. The units are specified in PCS-Values, and the value is encoded as CIELab. See Section C.10.7.1.1. |
|||
The characteristics of the pixel planes from which the grid-based representation of the Contours was derived. Only a single Item is permitted in this Sequence. See Section C.8.8.6.4. |
|||
Physical distance in the patient between the center of each pixel, specified by a numeric pair - adjacent row spacing (delimiter) adjacent column spacing in mm. See Section 10.7.1.3 for further explanation. |
|||
Spacing between adjacent slices, in mm. The spacing is measured from the center-to-center of each slice, and shall not be negative. |
|||
The direction cosines of the first row and the first column with respect to the patient. See Section C.7.6.2.1.1. |
|||
The x, y and z coordinates in mm of the upper left hand corner of the pixel matrix in the Patient-Based Coordinate System described in Section C.7.6.2.1.1. |
|||
Identifies the Image Series on which the ROI was defined. One or more Items are permitted in this Sequence. Note
|
|||
Unique identifier of the Series containing the referenced Instances. |
|||
Sequence of Contours defining ROI. One or more Items are permitted in this Sequence. |
|||
Identification number of the contour. The value of Contour Number (3006,0048) shall be unique within the Contour Sequence (3006,0040) in which it is defined. No semantics or ordering shall be inferred from this Attribute. |
|||
Sequence of images containing the contour. One or more Items are permitted in this Sequence. See Section C.8.8.6.4. |
|||
>>>Include Table 10-3 “Image SOP Instance Reference Macro Attributes” |
|||
Geometric type of contour. See Section C.8.8.6.1. |
|||
Sequence of (x,y,z) triplets defining a contour in the Patient-Based Coordinate System described in Section C.7.6.2.1.1 (mm). See Section C.8.8.6.1 and Section C.8.8.6.3. See Section C.8.8.6.4. |
A contour can be one of the following geometric types:
A Contour Geometric Type (3006,0042) of POINT indicates that the contour is a single point, defining a specific location of significance.
A Contour Geometric Type (3006,0042) of OPEN_PLANAR indicates that the last vertex shall not be connected to the first point, and that all points in Contour Data (3006,0050) shall be coplanar.
A Contour Geometric Type (3006,0042) of OPEN_NONPLANAR indicates that the last vertex shall not be connected to the first point, and that the points in Contour Data (3006,0050) may be non-coplanar. Contours having a Geometric Type (3006,0042) of OPEN_NONPLANAR can be used to represent objects best described by a single, possibly non-coplanar curve, such as a brachytherapy applicator.
A Contour Geometric Type (3006,0042) of CLOSED_PLANAR indicates that the last point shall be connected to the first point, where the first point is not repeated in Contour Data (3006,0050). All points in Contour Data (3006,0050) shall be coplanar.
A Contour Geometric Type (3006,0042) of CLOSEDPLANAR_XOR indicates that the last point shall be connected to the first point, where the first is not repeated in Contour Data (3006,0050). All points in Contour Data (3006,0050) shall be coplanar. More than one Contour is used to describe an ROI and these Contours are combined by geometric exclusive disjunction, see Section C.8.8.6.3. If any of the Contours within an ROI is of Contour Geometric Type (3006,0042) CLOSEDPLANAR_XOR, all Contours of that ROI shall be of the same type.
DICOM PS3.3 2024c - Information Object Definitions |
---|