Leadtools.Dicom.Common
LEAD Technologies, Inc

DicomDataSetLoadXmlFlags Enumeration






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 DicomDataSetLoadXmlFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Dicom.Common.Extensions.DicomDataSetLoadXmlFlags = function() { };
Leadtools.Dicom.Common.Extensions.DicomDataSetLoadXmlFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class DicomDataSetLoadXmlFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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-2012 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