Loads the UIDs contained in stream into the internal DICOM UID Table.
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
)
stream
A stream that contains the XML data containing the DICOM UIDs to load
An asynchronous load operation on a DicomTagTable object.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET