#include "ltdic.h"
L_LTDIC_API pDICOMCONTEXTGROUP L_DicomFindIndexContextGroup(uIndex)
Returns a pointer to the Context Group located at the specified index in the Context Group Table.
The zero-based index of the required Context Group (the index should be a number from 0 to the count of Context Groups in the table minus 1). Use the L_DicomGetCountContextGroup function to obtain the count of Context Groups in the table.
Value | Meaning |
---|---|
!NULL | Pointer to a DICOMCONTEXTGROUP structure that specifies the Context Group in the Context Group Table which is located at the specified index. |
NULL | The specified index is invalid. |
Use the L_DicomFindIndexContextGroup function along with the L_DicomGetCountContextGroup function as a way of enumerating the Context Groups in the Context Group Table.
LEADTOOLS also provides the following functions for maneuvering through the Context Groups in the Context Group Table:
To investigate the Coded Concepts of a Context Group, use the following functions:
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_DicomGetFirstContextGroup.
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