Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DicomDataSetLoadXmlFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSetLoadXmlFlags |
C# | |
---|---|
[FlagsAttribute()] public enum DicomDataSetLoadXmlFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DicomDataSetLoadXmlFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
IgnoreAllData | When loading a DICOM xml input file, all data in the xml input file will be ignored. Note that all DICOM elements in the xml file will still be inserted into the DicomDataSet, but with no value. |
IgnoreBinaryData | When loading a DICOM xml input file, all binary data in the xml input file will be ignored. Note that the DICOM elements that contain the binary data will still be inserted into the DicomDataSet, but with no value. |
None | When loading a DICOM xml input file, all data (binary and non-binary) will be read from the xml file (i.e PixelData). |
For an example, refer to DicomExtensions.LoadXml.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.DicomDataSetLoadXmlFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7