Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomDataSetFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum DicomDataSetFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum DicomDataSetFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DicomDataSetFlags : public Enum |
Member | Description |
---|---|
None | When loading a Data Set, LEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header. |
MetaHeaderPresent | The Meta-header is present. |
MetaHeaderAbsent | The Meta-header is absent. |
LittleEndian | The byte order of the Data Set is Little Endian. |
BigEndian | The byte order of the Data Set is Big Endian. |
ImplicitVR | The value Representation of the Data Set is Implicit. |
ExplicitVR | The Value Representation of the Data Set is Explicit. |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDataSetFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family