Leadtools.Dicom.Common

DicomDataSetLoadXmlFlags Enumeration

Show in webframe





Specifies flags to be used with the DicomExtensions.LoadXml methods.
Syntax
[FlagsAttribute()]
public enum DicomDataSetLoadXmlFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetLoadXmlFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomDataSetLoadXmlFlags

            

            
[FlagsAttribute()]
public enum class DicomDataSetLoadXmlFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneWhen loading a DICOM xml input file, all data (binary and non-binary) will be read from the xml file (i.e PixelData).
0x00000001IgnoreBinaryDataWhen 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.
0x00000002IgnoreAllDataWhen 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.
Example
For an example, refer to DicomExtensions.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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