Leadtools.Dicom.Common
LEAD Technologies, Inc

SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method






The contents of this DataSet to be saved
The name of the output xml file
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
[ExtensionAttribute()]
public static void SaveXml( 
   DicomDataSet ds,
   string fileName,
   DicomDataSetSaveXmlFlags xmlFlags
)
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub SaveXml( _
   ByVal ds As DicomDataSet, _
   ByVal fileName As String, _
   ByVal xmlFlags As DicomDataSetSaveXmlFlags _
) 
'Usage
 
Dim ds As DicomDataSet
Dim fileName As String
Dim xmlFlags As DicomDataSetSaveXmlFlags
 
DicomExtensions.SaveXml(ds, fileName, xmlFlags)
[ExtensionAttribute()]
public static void SaveXml( 
   DicomDataSet ds,
   string fileName,
   DicomDataSetSaveXmlFlags xmlFlags
)
ExtensionAttribute()
 function Leadtools.Dicom.Common.Extensions.DicomExtensions.SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags)( 
   ds ,
   fileName ,
   xmlFlags 
)
[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
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

Example
For an example, refer to LoadXml(DicomDataSet,String,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