Leadtools.Dicom.Common
LEAD Technologies, Inc

SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method






The Data Set being saved
The stream where the output xml file is written
Flags that affect how binary data and other information is saved in the xml output file
Optional callback that allows you to change the element names, attributes, and values of the xml output file
Saves the contents of the Data Set as an xml output stream.
Syntax
[ExtensionAttribute()]
public static void SaveXml( 
   DicomDataSet ds,
   Stream stream,
   DicomDataSetSaveXmlFlags xmlFlags,
   SaveXmlCallback cb
)
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub SaveXml( _
   ByVal ds As DicomDataSet, _
   ByVal stream As Stream, _
   ByVal xmlFlags As DicomDataSetSaveXmlFlags, _
   ByVal cb As SaveXmlCallback _
) 
'Usage
 
Dim ds As DicomDataSet
Dim stream As Stream
Dim xmlFlags As DicomDataSetSaveXmlFlags
Dim cb As SaveXmlCallback
 
DicomExtensions.SaveXml(ds, stream, xmlFlags, cb)
[ExtensionAttribute()]
public static void SaveXml( 
   DicomDataSet ds,
   Stream stream,
   DicomDataSetSaveXmlFlags xmlFlags,
   SaveXmlCallback cb
)
ExtensionAttribute()
 function Leadtools.Dicom.Common.Extensions.DicomExtensions.SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback)( 
   ds ,
   stream ,
   xmlFlags ,
   cb 
)
[ExtensionAttribute()]
public:
static void SaveXml( 
   DicomDataSet^ ds,
   Stream^ stream,
   DicomDataSetSaveXmlFlags xmlFlags,
   SaveXmlCallback^ cb
) 

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
cb
Optional callback that allows you to change the element names, attributes, and values of the xml output file
Remarks

Use this method to export a Leadtools.Dicom.DicomDataSet as a 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.

Example
For an example, refer to LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback).
Requirements

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

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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