[FlagsAttribute()]
public enum DicomDataSetFlags
public class DicomDataSetFlags
[FlagsAttribute()]
public enum class DicomDataSetFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | When loading a Data Set, LEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header. |
0x00000001 | MetaHeaderPresent | The Meta-header is present. |
0x00000002 | MetaHeaderAbsent | The Meta-header is absent. |
0x00000004 | LittleEndian | The byte order of the Data Set is Little Endian. |
0x00000008 | BigEndian | The byte order of the Data Set is Big Endian. |
0x00000010 | ImplicitVR | The value Representation of the Data Set is Implicit. |
0x00000020 | 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 |
For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.
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