Leadtools.Dicom.Common
LEAD Technologies, Inc

LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method






The Data Set that will be created and populated with the contents of the DICOM xml input file
The name of the input xml file
Flags that affect whether to ignore binary or all data from the DICOM xml input file
Loads a stream containing a DICOM encoded xml file
Syntax
[ExtensionAttribute()]
public static void LoadXml( 
   DicomDataSet ds,
   Stream stream,
   DicomDataSetLoadXmlFlags xmlFlags
)
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub LoadXml( _
   ByVal ds As DicomDataSet, _
   ByVal stream As Stream, _
   ByVal xmlFlags As DicomDataSetLoadXmlFlags _
) 
'Usage
 
Dim ds As DicomDataSet
Dim stream As Stream
Dim xmlFlags As DicomDataSetLoadXmlFlags
 
DicomExtensions.LoadXml(ds, stream, xmlFlags)
[ExtensionAttribute()]
public static void LoadXml( 
   DicomDataSet ds,
   Stream stream,
   DicomDataSetLoadXmlFlags xmlFlags
)
ExtensionAttribute()
 function Leadtools.Dicom.Common.Extensions.DicomExtensions.LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags)( 
   ds ,
   stream ,
   xmlFlags 
)
[ExtensionAttribute()]
public:
static void LoadXml( 
   DicomDataSet^ ds,
   Stream^ stream,
   DicomDataSetLoadXmlFlags xmlFlags
) 

Parameters

ds
The Data Set that will be created and populated with the contents of the DICOM xml input file
stream
The name of the input xml file
xmlFlags
Flags that affect whether to ignore binary or all data from the DICOM xml input file
Remarks

Use this method to read the contents of a DICOM xml file. The DICOM xml file can be created using SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) By default, all binary data is read from the DICOM input xml file, but this behavior can be modified by passing appropriate DicomDataSetLoadXmlFlags

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