LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomDataSetFlags Enumeration
See Also  
Leadtools.Dicom Namespace : DicomDataSetFlags Enumeration



Specifies the Meta-header and Transfer Syntax flags. Supported in Silverlight, Windows Phone 7.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DicomDataSetFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSetFlags
C# 
[FlagsAttribute()]
public enum DicomDataSetFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class DicomDataSetFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BigEndianThe byte order of the Data Set is Big Endian.
ExplicitVRThe Value Representation of the Data Set is Explicit.
ImplicitVRThe value Representation of the Data Set is Implicit.
LittleEndianThe byte order of the Data Set is Little Endian.
MetaHeaderAbsentThe Meta-header is absent.
MetaHeaderPresentThe Meta-header is present.
NoneWhen loading a Data Set, LEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header.

Remarks

Bitwise OR operations may be used to specify one flag/combination from each of the following groups.
Group Flags/Combinations
Meta-header None, MetaHeaderPresent, MetaHeaderAbsent
Transfer Syntax None, LittleEndian, BigEndian, ImplicitVR, ExplicitVR, LittleEndian | ImplicitVR, LittleEndian | ExplicitVR, BigEndian | ExplicitVR

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomDataSetFlags

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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