Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method






The Data Set that will be created and populated with the contents of the DICOM XML input file
The name of the input XML file
Flags that affect whether to ignore binary or all data from the DICOM XML input file
Loads the contents of a DICOM-encoded XML file.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub LoadXml( _
   ByVal ds As DicomDataSet, _
   ByVal fileName As String, _
   ByVal xmlFlags As DicomDataSetLoadXmlFlags _
) 
'Usage
 
Dim ds As DicomDataSet
Dim fileName As String
Dim xmlFlags As DicomDataSetLoadXmlFlags
 
DicomExtensions.LoadXml(ds, fileName, xmlFlags)

Parameters

ds
The Data Set that will be created and populated with the contents of the DICOM XML input file
fileName
The name of the input XML file
xmlFlags
Flags that affect whether to ignore binary or all data from the DICOM XML input file
Remarks

Use this method to read the contents of a DICOM XML file. The DICOM XML file can be created using SaveXml By default, all binary data is read from the DICOM input XML file, but this behavior can be modified by passing appropriate DicomDataSetLoadXmlFlags

Example
For an example, refer to LoadXml.
Requirements

Target Platforms

See Also

Reference

DicomExtensions Class
DicomExtensions Members
Overload List
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