Материал: part03

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам

Page 726​

DICOM PS3.3 2020a - Information Object Definitions​

C.8.8.6 ROI Contour Module​

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​

Attribute Name​

Tag​

Type​

Attribute Description​

ROI Contour Sequence​

(3006,0039)​

1​ Sequence of Contour Sequences defining ROIs.​

 

 

 

One or more Items shall be included in this Sequence.​

>Referenced ROI Number​

(3006,0084)​

1​ Uniquely identifies the referenced ROI described in the Structure Set​

 

 

 

ROI Sequence (3006,0020).​

>ROI Display Color​

(3006,002A)​

3​ RGBtripletcolorrepresentationforROI,specifiedusingtherange0-255.​

>Recommended Display​

(0062,000C)​

3​ A default single gray unsigned value in which it is recommended that​

Grayscale Value​

 

 

the contour be rendered on a monochrome display. The units are​

 

 

 

specifiedinP-Valuesfromaminimumof0000H(black)uptoamaximum​

 

 

 

of FFFFH (white).​

 

 

 

Note​

 

 

 

The maximum P-Value for this Attribute may be different from​

 

 

 

themaximumP-ValuefromtheoutputofthePresentationLUT,​

 

 

 

which may be less than 16 bits in depth.​

>Recommended Display​

(0062,000D)​

3​ A default triplet value in which it is recommended that the contour be​

CIELab Value​

 

 

renderedonacolordisplay.TheunitsarespecifiedinPCS-Values,and​

 

 

 

the value is encoded as CIELab. See Section C.10.7.1.1.​

>Contour Sequence​

(3006,0040)​

3​ Sequence of Contours defining ROI. One or more Items are permitted​

 

 

 

in this Sequence.​

>>Contour Number​

(3006,0048)​

3​ 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.​

>>Attached Contours​

(3006,0049)​

3​ ListofContourNumber(3006,0048)defininglower-numberedcontour(s)​

 

 

 

to which the current contour is connected.​

>>ContourImageSequence​

(3006,0016)​

3​ Sequence of images containing the contour.​

 

 

 

One or more Items are permitted in this Sequence.​

>>>Include Table 10-3 “Image SOP Instance Reference​ Macro Attributes”​

>>Contour Geometric Type​ (3006,0042)​

1​

>>Contour Slab Thickness​ (3006,0044)​

3​

Geometric type of contour. See Section C.8.8.6.1.​

Enumerated Values:​

POINT​

single point​

OPEN_PLANAR​

open contour containing coplanar points​

OPEN_NONPLANAR​open contour containing non-coplanar points​ CLOSED_PLANAR​closed contour (polygon) containing coplanar​

points​

Thicknessofslab(in mm)representedbycontour,whereContourData​ (3006,0050) defines a plane in the center of the slab, offset by the​ ContourOffsetVector(3006,0045)ifitispresent.SeeSectionC.8.8.6.2.​

- Standard -​

 

DICOM PS3.3 2020a - Information Object Definitions​

Page 727​

Attribute Name​

Tag​

Type​

Attribute Description​

 

>>Contour Offset Vector​

(3006,0045)​

3​

Vector (x,y,z) in the Patient-Based Coordinate System described in​

 

 

 

SectionC.7.6.2.1.1thatisnormaltoplaneofContourData(3006,0050),​

 

 

 

describing direction and magnitude of the offset (in mm) of each point​

 

 

 

of the central plane of a contour slab from the corresponding original​

 

 

 

point of Contour Data (3006,0050). See Section C.8.8.6.2.​

 

>>Number of Contour​

(3006,0046)​

1​

Number of points (triplets) in Contour Data (3006,0050).​

 

Points​

 

 

 

 

>>Contour Data​

(3006,0050)​

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.​

Note​

Contour Data may not be properly encoded if Explicit VR​ Transfer Syntax is used and the VL of this Attribute exceeds​ 65534 bytes.​

C.8.8.6.1 Contour Geometric Type​

A contour can be one of the following geometric types:​

•​AContourGeometricType(3006,0042)ofPOINTindicatesthatthecontourisasinglepoint,definingaspecificlocationofsignificance.​

•​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 brachy-​ therapy 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.​

C.8.8.6.2 Contour Slab Thickness​

A set of Contour slabs may define a multi-slab Volume of Interest. Contour Slab Thickness (3006,0044) shall specify the thickness​ of a slab, the central plane of which shall be defined by the set of points offset from Contour Data (3006,0050) by the value of Contour​ Offset Vector (3006,0045). One contour slab may contain one to many sets of Contour Data (3006,0050) that may define regions of​ one complex Volume of Interest. If no valid value of Contour Slab Thickness (3006,0044) is present, then the offset value shall be​ (0,0,0) and the original Contour Data (3006,0050) shall define the central plane of the Contour slab.​

C.8.8.6.3 Representing Inner and Outer Contours on an Image​

When a single ROI describes an excluded inner volume, this can be encoded with a single contour, using a "keyhole" technique. In​ this method, an arbitrarily narrow channel is used to connect the outer contour to the inner contour, so that it is drawn as a single​ contour. An example of such a structure is shown in Figure C.8.8.6-1​

Points in space lying along the path defined by the contour are considered to be inside the ROI.​

Figure C.8.8.6-1. Example of ROI with excluded inner volume​

- Standard -​

Page 728​

DICOM PS3.3 2020a - Information Object Definitions​

C.8.8.7 RT Dose ROI Module​

RT Dose ROI provides ancillary dose-related information to the ROI data defined within the Structure Set Module and ROI Contour​ Module, which may be included in the RT Dose IOD composite object. These Modules in combination provide for the definition of​ dose data in the form of isodose curves or named or unnamed dose points. Isodose curves in radiation oncology are simply contours​ identifying a set of points with the same dose value.​

Table C.8-43. RT Dose ROI Module Attributes​

Attribute Name​

Tag​

Type​

Attribute Description​

RT Dose ROI Sequence​

(3004,0010)​

1​ Sequencespecifyingdoselevelsforisodosecurvesordosepoints​

 

 

described in the ROI Module.​

 

 

One or more Items shall be included in this Sequence.​

 

 

See Section C.8.8.7.1.​

>Referenced ROI Number​

(3006,0084)​

1​ Uniquely identifies the referenced ROI within the current RT Dose.​

 

 

See Note 1 and Section C.8.8.7.2.​

>Dose Units​

(3004,0002)​

1​ Units used for ROI Dose.​

 

 

Enumerated Values:​

 

 

GY​

Gray​

 

 

RELATIVE​dose relative to implicit reference value​

>Dose Value​

(3004,0012)​

1​ Dose value for ROI, in units defined by Dose Units (3004,0002).​

 

 

See Section C.8.8.7.3.​

Note​

1.​The Structure Set ROI Sequence (3006,0020) defining the dose point and surfaces is defined in the Structure Set​ Module. ROI Number (3006,0022) is unique within the Structure Set ROI Sequence, and is referenced from the RT​ Dose ROI Module using Referenced ROI Number (3006,0084).​

2.​The RT Dose ROI Module defines the Attributes that describe references to ROIs contained within the associated​ Structure Set Module and ROI Contour Module. Note that the RT Dose IOD Module table specifies that either all or​ none of the Structure Set Module, ROI Contour Module, and RT Dose ROI Module must be present in the RT Dose​ IOD.​

C.8.8.7.1 Contour Geometric Type of Referenced ROI​

ROIs referenced in the RT Dose ROI Module shall have a Contour Geometric Type (3006,0042) of POINT, OPEN_PLANAR or​ CLOSED_PLANAR.​

C.8.8.7.2 Referenced ROI Number​

There shall be a one-to-one correspondence between Referenced ROI Number (3006,0084) and the Sequence of ROIs defined in​ the Structure Set Module and ROI Contour Module. The RT Dose ROI Module shall only contain references to structures that are​ dose-related (i.e., dose points and isodose curves).​

C.8.8.7.3 Dose Value​

Dose Value (3004,0012) shall be the dose value corresponding to the referenced isodose curve, named dose point, or unnamed dose​ point.​

C.8.8.8 RT ROI Observations Module​

The RT ROI Observations Module specifies the identification and interpretation of an ROI specified in the Structure Set Module and​ ROI Contour Module.​

- Standard -​

DICOM PS3.3 2020a - Information Object Definitions​ Page 729​

Table C.8-44. RT ROI Observations Module Attributes​

Attribute Name​

Tag​

Type​

 

Attribute Description​

RT ROI Observations​

(3006,0080)​

1​

Sequence of observations related to ROIs defined in the ROI Module.​

Sequence​

 

 

One or more Items shall be included in this Sequence.​

 

 

 

>Observation Number​

(3006,0082)​

1​

Identification number of the Observation. The value of Observation​

 

 

 

Number (3006,0082) shall be unique within the RT ROI Observations​

 

 

 

Sequence (3006,0080).​

>Referenced ROI Number​

(3006,0084)​

1​

Uniquely identifies the referenced ROI described in the Structure Set​

 

 

 

ROI Sequence (3006,0020).​

>ROI Observation Label​

(3006,0085)​

3​

User-defined label for ROI Observation.​

>ROI Observation​

(3006,0088)​

3​

User-defined description for ROI Observation.​

Description​

 

 

 

 

>RTRelatedROISequence​

(3006,0030)​

3​

Sequence of significantly related ROIs, e.g., CTVs contained within a​

 

 

 

PTV.​

 

 

 

 

One or more Items are permitted in this Sequence.​

>>Referenced ROI Number​

(3006,0084)​

1​

Uniquely identifies the related ROI described in the Structure Set ROI​

 

 

 

Sequence (3006,0020).​

>>RT ROI Relationship​

(3006,0033)​

3​

Relationship of referenced ROI with respect to referencing ROI.​

 

 

 

Defined Terms:​

 

 

 

SAME​

ROIs represent the same entity​

 

 

 

ENCLOSED​referenced ROI completely encloses referencing ROI​

 

 

 

ENCLOSING​referencing ROI completely encloses referenced ROI​

IncludeTable10-7b“MultipleSiteGeneralAnatomyOptional​May not be necessary if the anatomy is implicit in the RT ROI​

Macro Attributes”​

 

 

Identification Code Sequence (3006,0086).​

 

 

 

More than one item in Anatomic Region Sequence (0008,2218) may​

 

 

 

be used when a region of interest spans multiple anatomical locations​

 

 

 

and there is not a single pre-coordinated code describing the​

 

 

 

combination of locations. There is no requirement that the multiple​

 

 

 

locations be contiguous.​

>Segmented Property​

(0062,0003)​

3​

Sequence defining the general category of the property this ROI​

Category Code Sequence​

 

 

represents.​

 

 

 

 

Only a single Item is permitted in this Sequence.​

 

 

 

See Note 1.​

 

>>Include Table 8.8-1 “Code Sequence Macro Attributes”​

No Baseline CID is defined.​

>RTROIIdentificationCode​

(3006,0086)​

3​

Sequence containing Code used to identify ROI.​

Sequence​

 

 

Only a single Item is permitted in this Sequence.​

 

 

 

See Note 2.​

>>Include Table 8.8-1 “Code Sequence Macro Attributes”​ For dose measurement devices Baseline CID 7026 “Radiotherapeutic​ Dose Measurement Devices”.​

 

No Baseline CID is defined otherwise.​

>>SegmentedPropertyType​ (0062,0011)​

3​ Sequence defining the modifier of the property type of this segment.​

Modifier Code Sequence​

One or more Items are permitted in this Sequence.​

>>>Include Table 8.8-1 “Code Sequence Macro Attributes”​DCID 244 “Laterality”.​

- Standard -​

Page 730​

DICOM PS3.3 2020a - Information Object Definitions​

Attribute Name​

Tag​

Type​

Attribute Description​

>Related RT ROI​

(3006,00A0)​

3​ Sequence of related ROI Observations.​

Observations Sequence​

 

One or more Items are permitted in this Sequence.​

 

 

>>Observation Number​

(3006,0082)​

1​ Uniquely identifies a related ROI Observation.​

>RT ROI Interpreted Type​

(3006,00A4)​

2​ Type of ROI. See Section C.8.8.8.1.​

 

 

Defined Terms:​

 

 

 

EXTERNAL​

external patient contour​

 

 

PTV​

Planning Target Volume (as defined in [ICRU​

 

 

 

Report 50])​

 

 

CTV​

Clinical Target Volume (as defined in [ICRU​

 

 

 

Report 50])​

 

 

GTV​

Gross Tumor Volume (as defined in [ICRU​

 

 

 

Report 50])​

 

 

TREATED_VOLUME​Treated Volume (as defined in [ICRU Report​

 

 

 

50])​

 

 

IRRAD_VOLUME​

Irradiated Volume (as defined in [ICRU Report​

 

 

 

50])​

 

 

BOLUS​

patient bolus to be used for external beam​

 

 

 

therapy​

 

 

AVOIDANCE​

region in which dose is to be minimized​

 

 

ORGAN​

patient organ​

 

 

MARKER​

patient marker or marker on a localizer​

 

 

REGISTRATION​

registration ROI​

 

 

ISOCENTER​

treatment isocenter to be used for external​

 

 

 

beam therapy​

 

 

CONTRAST_AGENT​volume into which a contrast agent has been​

 

 

 

injected​

 

 

CAVITY​

patient anatomical cavity​

 

 

BRACHY_CHANNEL​brachytherapy channel​

 

 

BRACHY_ACCESSORY​brachytherapy accessory device​

 

 

BRACHY_SRC_APP​brachytherapy source applicator​

 

 

BRACHY_CHNL_SHLD​brachytherapy channel shield​

 

 

SUPPORT​

external patient support device​

 

 

FIXATION​

external patient fixation or immobilization​

 

 

 

device​

 

 

DOSE_REGION​

ROI to be used as a dose reference​

 

 

CONTROL​

ROI to be used in control of dose optimization​

 

 

 

and calculation​

 

 

DOSE_MEASUREMENT​ROIrepresentingadosemeasurementdevice,​

 

 

 

such as a chamber or TLD​

>ROI Interpreter​

(3006,00A6)​

2​ Name of person performing the interpretation.​

>Material ID​

(300A,00E1)​

3​ User-supplied identifier for ROI material.​

>ROI Physical Properties​

(3006,00B0)​

3​ Sequence describing physical properties associated with current ROI​

Sequence​

 

interpretation.​

 

One or more Items are permitted in this Sequence.​

- Standard -​