Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
See Also 
Leadtools.Dicom.Common.Extensions Namespace > DicomExtensions Class > SaveXml Method : SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method



ds
The contents of this DataSet to be saved
fileName
The name of the output xml file
xmlFlags
Flags that affect how binary data and other information is saved in the xml output file
ds
The contents of this DataSet to be saved
fileName
The name of the output xml file
xmlFlags
Flags that affect how binary data and other information is saved in the xml output file
Saves the contents of the Data Set to the specified xml output file.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Overloads Public Shared Sub SaveXml( _
   ByVal ds As DicomDataSet, _
   ByVal fileName As String, _
   ByVal xmlFlags As DicomDataSetSaveXmlFlags _
) 
Visual Basic (Usage)Copy Code
Dim ds As DicomDataSet
Dim fileName As String
Dim xmlFlags As DicomDataSetSaveXmlFlags
 
DicomExtensions.SaveXml(ds, fileName, xmlFlags)
C# 
[ExtensionAttribute()]
public static void SaveXml( 
   DicomDataSet ds,
   string fileName,
   DicomDataSetSaveXmlFlags xmlFlags
)
C++/CLI 
[ExtensionAttribute()]
public:
static void SaveXml( 
   DicomDataSet^ ds,
   String^ fileName,
   DicomDataSetSaveXmlFlags xmlFlags
) 

Parameters

ds
The contents of this DataSet to be saved
fileName
The name of the output xml file
xmlFlags
Flags that affect how binary data and other information is saved in the xml output file

Example

For an example, refer to DicomExtensions.LoadXml.

Remarks

Use this method to export a Leadtools.Dicom.DicomDataSet as human-readable xml file. By default, all binary data is written using Base64 encoding, but this behavior can be modified by passing appropriate DicomDataSetSaveXmlFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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