DicomDataSetLoadXmlFlags Enumeration

Summary

Specifies flags to be used with the LoadXml methods.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DicomDataSetLoadXmlFlags   
<FlagsAttribute()> 
Public Enum DicomDataSetLoadXmlFlags  
[FlagsAttribute()] 
public enum class DicomDataSetLoadXmlFlags   

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly