Starting with the release of version 17.5, the internal DICOM tables have been moved from the ltdicu.dll to a dedicated LtDicTablesu.dll. This makes the main DICOM dll Ltdicu.dll significantly smaller in size, and offers the developer several new options for accessing and tailoring the DICOM tables to the specific requirements of their application.
There are five DICOM tables that are defined and stored internally in the DICOM toolkit, as follows:
Value Representation Table
Unique Identifier Table (UID)
Element Tag Table
Information Object Definition Table (IOD)
Context Group Table
DICOM toolkit users have several options for using and tailoring the DICOM tables to meet the needs of their application.
Developers can include ltdicu.dll and LtDicTablesu.dll in their distributables. LtDicTablesu.dll includes all UID's, Element tags, IOD's, and DICOM Context Groups from the 2008 DICOM specification. This is the easiest way of using the DICOM tables.
Developers can choose not to include LtDicTablesu.dll in their redistributables. In this case, developers should call the appropriate L_DicomLoadXml function to load the DICOM tables that they want to load. As part of the toolkit, four human-readable DICOM table XML files are now installed in the LEADTOOLS Sample Images directory:
These four tables can easily be tailored to your needs. For example, to add new UID's, elements, IOD's, or context groups, developers can edit any one of these files with any text editor. Also, the tables can be easily combined into a single table.
Developers can easily remove items from these tables that will not be used. For example, the DICOM IOD table contains more than 60 IOD definitions and more than 300 module definitions, which comes to more than 18000 lines in the dicTableIodModule.xml file. If a particular DICOM application does not use IODs, then the application footprint can be significantly reduced by not including these IODs at all. Or if you are doing basic DICOM communication, you can include only the IODs that you need, and remove all others. For example, your application might use only the following IODs:
For more information on UIDs, Dicom Elements, IODs, and Context Groups, refer to
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