#include "Ltdic.h"
static L_UINT16 LDicomIOD::LoadXml(pszFile, uFlags)
Loads the IODs and modules contained in the pszFile into the internal DICOM IOD Table.
Character string that contains the name of the XML file containing the IODs and modules to load.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
0 | DICOM_SUCCESS |
>0 | An error occurred. Refer to Return Codes. |
Quickly and easily customize the DICOM Information Object Definition (IOD Table) by editing the dicTableIOD.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 (i.e. notepad) to add or remove DICOM IODs. Then call LDicomIOD::LoadXml() and pass the full path of the dicTableIodModule.xml file.
NOTE: Calling LoadXml() will first remove all IODs that are already present in the table.
For the default values for the IOD Table, refer to the Default IOD Table.
For more information, refer to the Working with DICOM Tables topic.
Required DLLs and Libraries
Win32, x64
This example loads the DICOM IOD table from the dicTableIodModule.xml file that is shipped with the toolkit.
L_INT LDicomIOD_LoadXmlExample()
{
LDicomIOD::LoadXml(TEXT("C:\\Users\\Public\\Documents\\LEADTOOLS Images\\dicTableIodModule.xml"), 0);
return DICOM_SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document