C#
VB
C++
public enum DicomAnnotationCompoundGraphicType
Public Enum DicomAnnotationCompoundGraphicType
public enum class DicomAnnotationCompoundGraphicType
Value | Member | Description |
---|---|---|
5 | Ellipse | The "Compound Graphic Type" element (0070, 0294) contains the value "ELLIPSE" |
6 | MultiLine | The "Compound Graphic Type" element (0070, 0294) contains the value "MULTILINE" |
7 | InfiniteLine | The "Compound Graphic Type" element (0070, 0294) contains the value "INFINITELINE" |
8 | CutLine | The "Compound Graphic Type" element (0070, 0294) contains the value "CUTLINE" |
9 | RangeLine | The "Compound Graphic Type" element (0070, 0294) contains the value "RANGELINE" |
10 | Ruler | The "Compound Graphic Type" element (0070, 0294) contains the value "RULER" |
11 | Axis | The "Compound Graphic Type" element (0070, 0294) contains the value "AXIS" |
12 | CrossHair | The "Compound Graphic Type" element (0070, 0294) contains the value "CROSSHAIR" |
13 | Arrow | The "Compound Graphic Type" element (0070, 0294) contains the value "ARROW" |
14 | Rectangle | The "Compound Graphic Type" element (0070, 0294) contains the value "RECTANGLE" |
For an example, refer to CreateCompoundGraphic.