Working with the DicomLayerAttributes Object

The LayerAttributes property returns a reference to the DicomLayerAttributes object. This object exposes the IDicomLayerAttributes interface which defines the following properties to describe a DICOM graphic layer:

image\sqrblit.gif DisplayBlueValue property: This property specifies the blue value in the "Graphic Layer Recommended Display RGB Value" (0070,0067) element.

image\sqrblit.gif DisplayGravscaleValue property: specifies the value of the "Graphic Layer Recommended Display Grayscale Value" (0070,0066) element.

image\sqrblit.gif DisplayGreenValue property: This property specifies the green value in the "Graphic Layer Recommended Display RGB Value" (0070,0067) element.

image\sqrblit.gif DisplayRedValue property: This property specifies the red value in the "Graphic Layer Recommended Display RGB Value" (0070,0067) element.

image\sqrblit.gif LayerDescription property: This property specifies the value of the "Graphic Layer Description" (0070,0068) element.

image\sqrblit.gif LayerName property: This property specifies the value of the "Graphic Layer" (0070,0002) element.

image\sqrblit.gif LayerOrder property: This property specifies the value of the "Graphic Layer Order" (0070,0062) element.