Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomDataSetInitializeType Enumeration








Specifies the Value Representation and byte order of the Data Set.
Syntax
public enum DicomDataSetInitializeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum DicomDataSetInitializeType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomDataSetInitializeType
public enum DicomDataSetInitializeType : System.IComparable, System.IConvertible, System.IFormattable  
public enum DicomDataSetInitializeType
Leadtools.Dicom.DicomDataSetInitializeType = function() { };
Leadtools.Dicom.DicomDataSetInitializeType.prototype = {<br/>
  ImplicitVRLittleEndian = 0x00000014,
	ExplicitVRLittleEndian = 0x00000024,
	ExplicitVRBigEndian = 0x00000028,
	
 };
public enum class DicomDataSetInitializeType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000014ImplicitVRLittleEndian The Value Representation is Implicit and the byte order is Little Endian.
0x00000024ExplicitVRLittleEndian The Value Representation is Explicit and the byte order is Little Endian.
0x00000028ExplicitVRBigEndian The Value Representation is Explicit and the byte order is Big Endian.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomDataSetInitializeType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
Initialize(DicomClassType,DicomDataSetInitializeType) Method

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features