Leadtools.Dicom Namespace : DicomDataSetInitializeFlags Enumeration |
[FlagsAttribute()] public enum DicomDataSetInitializeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DicomDataSetInitializeFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomDataSetInitializeFlags
[FlagsAttribute()] public enum DicomDataSetInitializeFlags : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomDataSetInitializeFlags = function() { }; Leadtools.Dicom.DicomDataSetInitializeFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class DicomDataSetInitializeFlags : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2