C#
VB
Java
WinRT C#
C++
Specifies the Value Representation and byte order of the Data Set.
public enum DicomDataSetInitializeType
Public Enum DicomDataSetInitializeType
public enum DicomDataSetInitializeType
public enum DicomDataSetInitializeType
Leadtools.Dicom.DicomDataSetInitializeType = function() { };
Leadtools.Dicom.DicomDataSetInitializeType.prototype = {<br/>
ImplicitVRLittleEndian = 0x00000014,
ExplicitVRLittleEndian = 0x00000024,
ExplicitVRBigEndian = 0x00000028,
};
public enum class DicomDataSetInitializeType
Members
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET