Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomDataSetInitializeFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum DicomDataSetInitializeFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DicomDataSetInitializeFlags : public Enum |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDataSetInitializeFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family