| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum DicomDataSetInitializeFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomDataSetInitializeFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum DicomDataSetInitializeFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class DicomDataSetInitializeFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| 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. |
| BigEndian | Byte order is Big Endian. |
| ExplicitVR | The Value Representation is explicit. |
| ImplicitVR | The Value Representation is implicit. |
| LittleEndian | Byte order is Little Endian. |
| None | None. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDataSetInitializeFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code