←Select platform

LoadXmlAsync Method (DicomTagTable)

Summary

Loads the Element Tags contained in stream into the internal DICOM Element Tag 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.DicomTagTable.LoadXmlAsync(  
   stream  
) 
public: 
IAsyncAction^ LoadXmlAsync(  
   ILeadStream^ stream 
)  

Parameters

stream
A stream that contains the XML data for the DICOM element tags to load.

Return Value

An asynchronous load operation on a DicomTagTable object.

Remarks

Beginning with version 18 of the toolkit, you can easily and quickly customize the DICOM Element Tag table by editing the dicTableElement.xml file that is found in the LEADTOOLS Sample Images folder. The dicTableElement.xml file is a human-readable XML file that lists all of the DICOM Element Tags currently defined in the DICOM Specification. You can edit this with any text editor (for example, notepad) to add or remove DICOM Elements. Then call LoadXml and pass the full path of the dicTableElement.xml file, or pass a Stream containing the contents of this file. Note that calling LoadXmlAsync will first remove all DICOM elements that are already present in the table. For more information, see the Working with DICOM Tablestopic .

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