Loads the Element Tags contained in stream into the internal DICOM Element Tag Table.
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
)
stream
A stream that contains the XML data for the DICOM element tags 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 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 .
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