DICOM PS3.3 2024c - Information Object Definitions |
---|
Table C.10-7 specifies the Attributes of the Graphic Layer Module, which describe the characteristics of the layers in which overlays, graphic and text may be rendered.
Layers group together graphics that are related. It is recommended that a layer be displayed such that it may be distinguished from other layers that have a different value for Graphic Layer Order (0070,0062).
The transparency, opacity, and any other interaction (such as exclusive or) with underlying layers or image data are not specified and are at the discretion of the implementation.
Table C.10-7. Graphic Layer Module Attributes
A Sequence of Items each of which represents a single layer in which overlays, graphics or text may be rendered. One or more Items shall be included in this Sequence. An Item is required for each layer referenced from the Graphic Annotation Module or the Overlay Activation Module. |
|||
A string that identifies the layer. NoteThis identifier may be used by other Attributes within the same Presentation State Instance to reference this layer. There is no requirement for the same identifiers to be used in different presentation states, and there is no mechanism for referencing layers in other presentation states. That is, a UID is not required. |
|||
An integer indicating the order in which it is recommended that the layer be rendered, if the display is capable of distinguishing. Lower numbered layers are to be rendered first. |
|||
A default single gray unsigned value in which it is recommended that the layer 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 color triplet value in which it is recommended that the layer 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. |
|||
Graphic Layer Recommended Display RGB Value (0070,0067) was previously used in this Module, but has been retired and its function replaced by Graphic Layer Recommended Display CIELab Value (0070,0401). See PS3.3-2004.
Attributes such as Graphic Layer Recommended Display CIELab Value (0070,0401) consist of three unsigned short values:
An L value linearly scaled to 16 bits, such that 0x0000 corresponds to an L of 0.0, and 0xFFFF corresponds to an L of 100.0.
An a* then a b* value, each linearly scaled to 16 bits and offset to an unsigned range, such that 0x0000 corresponds to an a* or b* of -128.0, 0x8080 corresponds to an a* or b* of 0.0 and 0xFFFF corresponds to an a* or b* of 127.0
DICOM PS3.3 2024c - Information Object Definitions |
---|