←Select platform

DicomDataSetInitializeType Enumeration

Summary
Specifies the Value Representation and byte order of the Data Set.
Syntax
C#
Objective-C
C++/CLI
Java
public enum DicomDataSetInitializeType   
typedef NS_ENUM(NSInteger, LTDicomDataSetInitializeType) { 
	LTDicomDataSetInitializeTypeImplicitVRLittleEndian = 0x0004 | 0x0010,  
	LTDicomDataSetInitializeTypeExplicitVRLittleEndian = 0x0004 | 0x0020,  
	LTDicomDataSetInitializeTypeExplicitVRBigEndian = 0x0008 | 0x0020,  
}; 
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 22.0.2023.1.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.