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

Show in webframe

DicomDataSetInitializeFlags Enumeration








Specifies the Value Representation, byte order, and other options used when initializing a Data Set.
Syntax
[FlagsAttribute()]
public enum DicomDataSetInitializeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetInitializeFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomDataSetInitializeFlags
[FlagsAttribute()]
public enum DicomDataSetInitializeFlags : System.IComparable, System.IConvertible, System.IFormattable  
public class DicomDataSetInitializeFlags
Leadtools.Dicom.DicomDataSetInitializeFlags = function() { };
Leadtools.Dicom.DicomDataSetInitializeFlags.prototype = {<br/>
  None = 0x00000000,
	LittleEndian = 0x00000004,
	BigEndian = 0x00000008,
	ImplicitVR = 0x00000010,
	ExplicitVR = 0x00000020,
	AddMandatoryElementsOnly = 0x00001000,
	AddMandatoryModulesOnly = 0x00002000,
	
 };
[FlagsAttribute()]
public enum class DicomDataSetInitializeFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None None.
0x00000004LittleEndian Byte order is Little Endian.
0x00000008BigEndian Byte order is Big Endian.
0x00000010ImplicitVR The Value Representation is implicit.
0x00000020ExplicitVR The Value Representation is explicit.
0x00001000AddMandatoryElementsOnly Insert only the mandatory elements. All other elements will not be inserted. This flag can be added to any other valid combination of flags.
0x00002000AddMandatoryModulesOnly Insert only the mandatory modules. All other modules will not be inserted. This flag can be added to any other valid combination of flags.
Remarks
For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomDataSetInitializeFlags

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