←Select platform

LoadXmlAsync Method (DicomUidTable)

Summary

Loads the UIDs contained in stream into the internal DICOM UID 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.DicomUidTable.LoadXmlAsync(  
   stream  
) 
public: 
IAsyncAction^ LoadXmlAsync(  
   ILeadStream^ stream 
)  

Parameters

stream
A stream that contains the XML data containing the DICOM UIDs 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 UID table by editing the dicTableUid.xml file that is found in the LEADTOOLS Sample Images folder. The dicTableUid.xml file is a human-readable XML file that lists all of the DICOM UIDs currently defined in the DICOM Specification. You can edit this with any text editor (for example, notepad) to add or remove DICOM UIDs. Then call LoadXmlAsync and pass the full path of the dicTableUid.xml file, or pass a Stream containing the contents of this file. Note that calling LoadXmlAsync will first remove all DICOM UIDs 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