Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

DicomDataSetLoadXmlFlags Enumeration






Specifies flags to be used with the LoadXml methods.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetLoadXmlFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomDataSetLoadXmlFlags
[FlagsAttribute()]
public enum class DicomDataSetLoadXmlFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None When loading a DICOM XML input file, read all data (binary and non-binary) from the XML file (i.e PixelData).
0x00000001IgnoreBinaryData When loading a DICOM XML input file, ignore all binary data in the XML input file. Note that the DICOM elements that contain the binary data will still be inserted into the DicomDataSet, but will have no values.
0x00000002IgnoreAllData When loading a DICOM XML input file, ignore all data in the XML input file. Note that all DICOM elements in the XML file will still be inserted into the DicomDataSet, but will have no values.
Example
For an example, refer to LoadXml.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
SaveXmlCallback Delegate
LoadXmlBeforeElementCallback Delegate
LoadXmlAfterElementCallback Delegate

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features