LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomDataSetInitializeFlags Enumeration
See Also  
Leadtools.Dicom Namespace : DicomDataSetInitializeFlags Enumeration



Specifies the Value Representation, byte order, and other options used when initializing a Data Set. Supported in Silverlight, Windows Phone 7.

Syntax

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

Members

MemberDescription
AddMandatoryElementsOnlyInsert only the mandatory elements. All other elements will not be inserted. This flag can be added to any other valid combination of flags.
AddMandatoryModulesOnlyInsert only the mandatory modules. All other modules will not be inserted. This flag can be added to any other valid combination of flags.
BigEndianByte order is Big Endian.
ExplicitVRThe Value Representation is explicit.
ImplicitVRThe Value Representation is implicit.
LittleEndianByte order is Little Endian.
NoneNone.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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