Leadtools.Dicom Namespace : DicomDataSetFlags Enumeration |
[FlagsAttribute()] public enum DicomDataSetFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DicomDataSetFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomDataSetFlags
[FlagsAttribute()] public enum DicomDataSetFlags : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomDataSetFlags = function() { }; Leadtools.Dicom.DicomDataSetFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class DicomDataSetFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BigEndian | The byte order of the Data Set is Big Endian. |
ExplicitVR | The Value Representation of the Data Set is Explicit. |
ImplicitVR | The value Representation of the Data Set is Implicit. |
LittleEndian | The byte order of the Data Set is Little Endian. |
MetaHeaderAbsent | The Meta-header is absent. |
MetaHeaderPresent | The Meta-header is present. |
None | When loading a Data Set, LEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header. |
Group | Flags/Combinations |
---|---|
Meta-header | None, MetaHeaderPresent, MetaHeaderAbsent |
Transfer Syntax | None, LittleEndian, BigEndian, ImplicitVR, ExplicitVR, LittleEndian | ImplicitVR, LittleEndian | ExplicitVR, BigEndian | ExplicitVR |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDataSetFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2