public enum DicomDataSetInitializeType
typedef NS_ENUM(NSInteger, LTDicomDataSetInitializeType) {
LTDicomDataSetInitializeTypeImplicitVRLittleEndian = 0x0004 | 0x0010,
LTDicomDataSetInitializeTypeExplicitVRLittleEndian = 0x0004 | 0x0020,
LTDicomDataSetInitializeTypeExplicitVRBigEndian = 0x0008 | 0x0020,
};
public enum DicomDataSetInitializeType
public enum class DicomDataSetInitializeType
Value | Member | Description |
---|---|---|
20 | ImplicitVRLittleEndian | The Value Representation is Implicit and the byte order is Little Endian. |
36 | ExplicitVRLittleEndian | The Value Representation is Explicit and the byte order is Little Endian. |
40 | ExplicitVRBigEndian | The Value Representation is Explicit and the byte order is Big Endian. |
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