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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document