C#
VB
C++
Java
public enum DicomDataSetInitializeType
Public Enum DicomDataSetInitializeType
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. |