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

Show in webframe

DicomDataSetFlags Enumeration








Specifies the Meta-header and Transfer Syntax flags.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomDataSetFlags
public class DicomDataSetFlags
Leadtools.Dicom.DicomDataSetFlags = function() { };
Leadtools.Dicom.DicomDataSetFlags.prototype = {<br/>
  None = 0x00000000,
	MetaHeaderPresent = 0x00000001,
	MetaHeaderAbsent = 0x00000002,
	LittleEndian = 0x00000004,
	BigEndian = 0x00000008,
	ImplicitVR = 0x00000010,
	ExplicitVR = 0x00000020,
	
 };
[FlagsAttribute()]
public enum class DicomDataSetFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None When loading a Data Set, LEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header.
0x00000001MetaHeaderPresent The Meta-header is present.
0x00000002MetaHeaderAbsent The Meta-header is absent.
0x00000004LittleEndian The byte order of the Data Set is Little Endian.
0x00000008BigEndian The byte order of the Data Set is Big Endian.
0x00000010ImplicitVR The value Representation of the Data Set is Implicit.
0x00000020ExplicitVR The Value Representation of the Data Set is Explicit.
Remarks

Bitwise OR operations may be used to specify one flag/combination from each of the following groups.

Group Flags/Combinations
Meta-header None, MetaHeaderPresent, MetaHeaderAbsent
Transfer Syntax None, LittleEndian, BigEndian, ImplicitVR, ExplicitVR, LittleEndian | ImplicitVR, LittleEndian | ExplicitVR, BigEndian | ExplicitVR

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.DicomDataSetFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
InformationFlags Property
Load(IntPtr,Int64,DicomDataSetFlags) 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