OverlayData

OverlayData class

DICOM image overlay. An Overlay Plane describes graphics or bit-mapped text that is associated with an Image. It may also describe a Region of Interest in an Image. See https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.9.2.html for details.

public abstract class OverlayData

Properties

NameDescription
BitPosition { get; set; }The bit position of embedded overlay. Read/Write Int32.
BitsAllocated { get; set; }The number of bits allocated in overlay data. Read/Write Int32.
Columns { get; set; }The number of columns in overlay. Read/Write Int32.
Description { get; set; }The description of the overlay. Read/Write String.
Label { get; set; }The overlay label. Read/Write String.
NumberOfFrames { get; set; }The number of frames in the overlay. Read/Write Int32.
OriginFrame { get; set; }The first frame of the overlay (frames are numbered from 1). Read/Write Int32.
OriginX { get; set; }The index of the first column of the overlay. Read/Write Int32.
OriginY { get; set; }The index of the first row of the overlay. Read/Write Int32.
Rows { get; set; }The number of rows in overlay. Read/Write Int32.
Subtype { get; set; }The overlay subtype. Read/Write String.
Type { get; set; }The overlay type. Read/Write OverlayType.

See Also