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



ds
The Data Set being saved
stream
The stream where the output xml file is written
xmlFlags
Flags that affect how binary data and other information is saved in the xml output file
ds
The Data Set being saved
stream
The stream where the output xml file is written
xmlFlags
Flags that affect how binary data and other information is saved in the xml output file
Saves the contents of the Data Set as an xml output stream.

Syntax

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

Parameters

ds
The Data Set being saved
stream
The stream where the output xml file is written
xmlFlags
Flags that affect how binary data and other information is saved in the xml output file

Example

Remarks

Use this method to save a Leadtools.Dicom.DicomDataSet as an xml stream. By default, all binary data is written using Base64 encoding, but this behavior can be modified by passing appropriate DicomDataSetSaveXmlFlags

The output xml file can be customized by passing the optional SaveXmlCallback delegate. For more information on this, see the documentation and example for SaveXmlCallback.

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