Loads the IODs and modules contained in stream into the internal DICOM IOD Table.
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
)
stream
A Stream that contains the name of the XML file containing the DICOM IODs and modules to load
An asynchronous load operation on a DicomIodTable object.
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
Insert(DicomIod,Boolean,DicomClassType,String,DicomIodType,DicomIodUsageType,String) Method
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