- 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
Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Overloads Public Shared Sub LoadXml( _ ByVal ds As DicomDataSet, _ ByVal fileName As String, _ ByVal xmlFlags As DicomDataSetLoadXmlFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim ds As DicomDataSet Dim fileName As String Dim xmlFlags As DicomDataSetLoadXmlFlags DicomExtensions.LoadXml(ds, fileName, xmlFlags) |
C# | |
---|---|
[ExtensionAttribute()] public static void LoadXml( DicomDataSet ds, string fileName, DicomDataSetLoadXmlFlags xmlFlags ) |
C++/CLI | |
---|---|
[ExtensionAttribute()] public: static void LoadXml( DicomDataSet^ ds, String^ fileName, DicomDataSetLoadXmlFlags 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
For an example, refer to DicomExtensions.LoadXml.
Use this method to read the contents of a DICOM xml file. The DICOM xml file can be created using DicomExtensions.SaveXml By default, all binary data is read from the DICOM input xml file, but this behavior can be modified by passing appropriate DicomDataSetLoadXmlFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
DicomExtensions ClassDicomExtensions 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