Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
DicomDataSetLoadFlags Enumeration
See Also  
Leadtools.Dicom Namespace : DicomDataSetLoadFlags Enumeration




Specifies the Meta-header and Transfer Syntax flags.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DicomDataSetLoadFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSetLoadFlags
C# 
[FlagsAttribute()]
public enum DicomDataSetLoadFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum DicomDataSetLoadFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class DicomDataSetLoadFlags : public Enum 

Members

MemberDescription
None LEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header.
MetaHeaderPresent The Meta-header is present.
MetaHeaderAbsent The Meta-header is absent.
LittleEndian The byte order of the data set is Little Endian.
BigEndian The byte order of the Data Set is Big Endian.
ImplicitVR The Value Representation of the Data Set is Implicit.
ExplicitVR The Value Representation of the Data Set is Explicit.
LoadAndClose The file will be loaded and closed.

Remarks

You can use bitwise OR operations to specify one flag/combination from each of the following groups.
GroupFlags/Combinations
Meta-headerNone, MetaHeaderPresent, MetaHeaderAbsent
Transfer SyntaxNone, LittleEndian, BigEndian, ImplicitVR, ExplicitVR, LittleEndian | ImplicitVR, LittleEndian | ExplicitVR, BigEndian | ExplicitVR
Loading optionsNone, LoadAndClose

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomDataSetLoadFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features