C#
VB
C++
Flags that control the behavior of reading (i.e. GetCompoundGraphicInformation) and writing (i.e SetCompoundGraphicInformation) DICOM annotations
[FlagsAttribute()]
public enum DicomAnnotationOptions
<FlagsAttribute()>
Public Enum DicomAnnotationOptions
[FlagsAttribute()]
public enum class DicomAnnotationOptions
Value | Member | Description |
---|---|---|
0x00000000 | None | The optional sequences and elements are not present, or should not be written. |
0x00000001 | Line | The "Line Style Sequence" (0070,0232) is present, or should be written. |
0x00000002 | Fill | The "Fill Style Sequence" (0070,0233) is present, or should be written. |
0x00000004 | Text | The "Text Style Sequence" (0070,0231) is present, or should be written. |
0x00000008 | GraphicGroupId | The "Graphic Group ID" element (0070,0295) is present, or should be written. |
0x00000010 | CompoundGraphicInstanceId | The "Compound Graphic Instance ID" element (0070,0226) is present, or should be written. |
When reading, the DicomAnnotationOptions flags indicate whether an optional sequence or item is present. When writing, the DicomAnnotationOptions flags indicate whether an optional sequence or item is to be written.