Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) 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
Saves the contents of the Data Set to an XML output stream.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub SaveXml( _
   ByVal ds As DicomDataSet, _
   ByVal stream As Stream, _
   ByVal xmlFlags As DicomDataSetSaveXmlFlags _
) 
'Usage
 
Dim ds As DicomDataSet
Dim stream As Stream
Dim xmlFlags As DicomDataSetSaveXmlFlags
 
DicomExtensions.SaveXml(ds, stream, 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
Remarks

Use this method to save a 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

Pass the DicomDataSetSaveXmlFlags.NativeDicomModel flag to save as the 'Native Dicom Model' XML format described in PS3.19.A.1 of the DICOM Specification. One of the following flags can be used together with the DicomDataSetSaveXmlFlags.NativeDicomModel flag to control how binary data is written. If DicomDataSetSaveXmlFlags.NativeDicomModel, is not also included, all of the following flags are ignored. Callers should only pass one of the three flags. If more than one of the flags is passed, precedence is given in the order that they appear below.

If none of these three flags are passed, the default behavior is BulkDataUuid.

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.
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