LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomAnnotationOptions Enumeration

Show in webframe







Flags that control the behavior of reading (i.e. DicomDataSet.GetCompoundGraphicInformation) and writing (i.e DicomDataSet.SetCompoundGraphicInformation) DICOM annotations
Syntax
[FlagsAttribute()]
public enum DicomAnnotationOptions : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomAnnotationOptions 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomAnnotationOptions
[FlagsAttribute()]
public enum DicomAnnotationOptions : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Dicom.DicomAnnotationOptions = function() { };
Leadtools.Dicom.DicomAnnotationOptions.prototype = {
None = 0x00000000, Line = 0x00000001, Fill = 0x00000002, Text = 0x00000004, GraphicGroupId = 0x00000008, CompoundGraphicInstanceId = 0x00000010, };
[FlagsAttribute()]
public enum class DicomAnnotationOptions : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneThe optional sequences and elements are not present, or should not be written.
0x00000001LineThe "Line Style Sequence" (0070,0232) is present, or should be written.
0x00000002FillThe "Fill Style Sequence" (0070,0233) is present, or should be written.
0x00000004TextThe "Text Style Sequence" (0070,0231) is present, or should be written.
0x00000008GraphicGroupIdThe "Graphic Group ID" element (0070,0295) is present, or should be written.
0x00000010CompoundGraphicInstanceIdThe "Compound Graphic Instance ID" element (0070,0226) is present, or should be written.
Remarks
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.
Example
For an example, refer to DicomDataSet.CreateCompoundGraphic.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomAnnotationOptions

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features