Leadtools.Dicom.Common.Extensions Namespace : DicomDataSetLoadXmlFlags Enumeration |
[FlagsAttribute()] public enum DicomDataSetLoadXmlFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DicomDataSetLoadXmlFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomDataSetLoadXmlFlags
[FlagsAttribute()] public enum DicomDataSetLoadXmlFlags : System.IComparable, System.IConvertible, System.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.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
IgnoreAllData | When 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. |
IgnoreBinaryData | When 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. |
None | When loading a DICOM xml input file, all data (binary and non-binary) will be read from the xml file (i.e PixelData). |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.DicomDataSetLoadXmlFlags
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
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