←Select platform

DicomDataSetInitializeType Enumeration

Summary

Specifies the Value Representation and byte order of the Data Set.

Syntax
C#
VB
C++
Java
public enum DicomDataSetInitializeType   
Public Enum DicomDataSetInitializeType  
public enum DicomDataSetInitializeType 
public enum class DicomDataSetInitializeType   

Members
ValueMemberDescription
20ImplicitVRLittleEndian The Value Representation is Implicit and the byte order is Little Endian.
36ExplicitVRLittleEndian The Value Representation is Explicit and the byte order is Little Endian.
40ExplicitVRBigEndian The Value Representation is Explicit and the byte order is Big Endian.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly