Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomDataSetLoadXmlFlags Enumeration
See Also  
Leadtools.Dicom.Common.Extensions Namespace : DicomDataSetLoadXmlFlags Enumeration



Specifies flags to be used with the DicomExtensions.LoadXml methods.

Syntax

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

Members

MemberDescription
IgnoreAllDataWhen 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.
IgnoreBinaryDataWhen 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.
NoneWhen loading a DICOM xml input file, all data (binary and non-binary) will be read from the xml file (i.e PixelData).

Example

For an example, refer to DicomExtensions.LoadXml.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Common.Extensions.DicomDataSetLoadXmlFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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