←Select platform

LoadXmlAsync Method (DicomIodTable)

Summary

Loads the IODs and modules contained in stream into the internal DICOM IOD Table.

Syntax

C#
VB
WinRT C#
C++
public IAsyncAction LoadXmlAsync(  
   ILeadStream stream 
) 
Public Function LoadXmlAsync( _ 
   ByVal stream As ILeadStream _ 
) As IAsyncAction 
public IAsyncAction LoadXmlAsync(  
   ILeadStream stream 
) 
 function Leadtools.Dicom.DicomIodTable.LoadXmlAsync(  
   stream  
) 
public: 
IAsyncAction^ LoadXmlAsync(  
   ILeadStream^ stream 
)  

Parameters

stream
A Stream that contains the name of the XML file containing the DICOM IODs and modules to load

Return Value

An asynchronous load operation on a DicomIodTable object.

Remarks

Quickly and easily customize the DICOM IOD table by editing the dicTableIodModule.xml file that is found in the LEADTOOLS Sample Images folder. The dicTableIodModule.xml file is a human-readable XML file that lists all of the DICOM IODs and DICOM Modules currently defined in the DICOM Specification. You can edit this with any text editor (for example, notepad) to add or remove DICOM IODs and modules. Then call LoadXml and pass the full path of the dicTableIodModule.xml file, or pass a Stream containing the contents of this file. Note that calling LoadXml will first remove all DICOM IODs and modules that are already present in the table. For more information, see the topic Working with DICOM Tables

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly