DICOM Basic Features

The LEADTOOLS DICOM Basic features provide support for:

LEADTOOLS maintains the Data Set (a collection of Data Elements stored in a DICOM file) internally as a tree structure. The LEADTOOLS DICOM Basic features include support to do the following:

In DICOM Information Object Definition (IOD) is used as an abstract data model that specifies information about Real-World objects. There are a tremendous number of IODs that are standard for the DICOM file format. In addition to the standard IODs, user-defined IODs may also be added. LEADTOOLS maintains a tree (IOD template) internally of all available Information Object Definitions (IODs) in the standard. The DICOM Basic features provide support to:

LEADTOOLS maintains a Data Element Tag Table (or list) internally of all available tags, standard and user defined. Information the Data Element Tag Table can be used in an application for tool tips or to describe the elements. The LEADTOOLS DICOM Basic features let the user:

LEADTOOLS maintains a UID Table (or list) internally of all available unique identifiers, standard and user defined. A unique identifier in DICOM identifies items such as Service-Object Pair Classes or images. There are a number of unique identifiers that are standard for the DICOM. The LEADTOOLS DICOM Basics features let the user do the following:

LEADTOOLS maintains a Value Representation Table (or list) internally of all available value representations, standard and user defined. The value representation of a data element in the DICOM Standard indicates the type of data that can be stored in the value field of the data element. In addition to the standard value representations, user-defined value representations may also be added to the table using LEADTOOLS. The LEADTOOLS DICOM Basic features let the user do the following:

The LEADTOOLS DICOM Basic features also support the DICOM Basic Directory IOD class. The user can create a DICOMDIR Data Set to add support for DICOM Part 10. LEADTOOLS maintains the DICOMDIR data set as a tree, however, all key elements are stored at the same level of the tree. The specialized information included in a key element maintains information on key element children, non-key element children, parent key elements, and the logical relationships between the elements.

The LEADTOOLS DICOM Basic features let the user do the following:

LEADTOOLS also offers high-level functions to create DICOMDIR using just a few lines of code.

 

LEADTOOLS provides a number of functions for working with the Context Group Table. Initially, the Context Group Table is empty. Two ways are provided to add Context Groups to the table: by loading them from the internal table into the Context Group Table or by inserting Context Groups directly to the Context Group Table. You can use a number of functions to maneuver through the Context Groups in the Context Group Table. After a Context Group has been added to the Context Group Table, you can modify the Code Meanings of its Coded Concepts, add new Coded Concepts to the Context Group, and delete existing Coded Concepts from the Context Group

 

LEADTOOLS offers a number of functions to manipulate overlays in DICOM datasets. You can find the number of overlays in the DICOM dataset, retrieve the attributes of an overlay and to retrieve the "Overlay Data" (60xx,3000) for a single-frame overlay or for a multi-frame one. LEADTOOLS also allows you to insert a new or update an existing overlay.

 

With the complete LEADTOOLS support for Digital Signatures, you can:

LEADTOOLS waveform support is comprehensive and handles the various features supported by the standard which include:

In addition to that LEADTOOLS supports the different waveform-related IODs defined by the standard which include: "Basic Voice Audio"," 12-Lead Electrocardiogram", "General Electrocardiogram"," Ambulatory Electrocardiogram" and "Hemodynamic".

In addition to that LEADTOOLS provides support for Supplement 91: Ophthalmic Photography Image SOP Classes. This includes support for the following classes and their associated modules and elements:

Supported Platforms:

DICOM Basic – API

DICOM Basic – Class Library

DICOM Basic – COM Objects