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



Specifies the Value Representation, byte order, and other options used when initializing a Data Set.

Syntax

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

Members

MemberDescription
None None.
LittleEndian Byte order is Little Endian.
BigEndian Byte order is Big Endian.
ImplicitVR The Value Representation is implicit.
ExplicitVR The Value Representation is explicit.
AddMandatoryElementsOnly Insert only the mandatory elements. All other elements will not be inserted. This flag can be added to any other valid combination of flags.
AddMandatoryModulesOnly Insert only the mandatory modules. All other modules will not be inserted. This flag can be added to any other valid combination of flags.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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