[FlagsAttribute()]
public enum DicomDataSetInitializeFlags
public class DicomDataSetInitializeFlags
[FlagsAttribute()]
public enum class DicomDataSetInitializeFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x00000004 | LittleEndian | Byte order is Little Endian. |
0x00000008 | BigEndian | Byte order is Big Endian. |
0x00000010 | ImplicitVR | The Value Representation is implicit. |
0x00000020 | ExplicitVR | The Value Representation is explicit. |
0x00001000 | AddMandatoryElementsOnly | Insert only the mandatory elements. All other elements will not be inserted. This flag can be added to any other valid combination of flags. |
0x00002000 | AddMandatoryModulesOnly | Insert only the mandatory modules. All other modules will not be inserted. This flag can be added to any other valid combination of flags. |
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