#include "ltdic.h"
L_LTDIC_API pDICOMCODEDCONCEPT L_DicomGetNextCodedConcept(pCodedConcept)
Returns a pointer to the Coded Concept in the same Context Group that immediately follows the specified Coded Concept.
Pointer to a DICOMCODEDCONCEPT structure that specifies a Coded Concept. The function returns a pointer to the structure that specifies the Concept which immediately follows this Concept (in their Context Group), if there is one.
Value | Meaning |
---|---|
!NULL | Pointer to a DICOMCODEDCONCEPT structure that specifies the Coded Concept which immediately follows the Concept specified by pCodedConcept. |
NULL | No Coded Concept follows the one specified by pCodedConcept. (pCodedConcept is the last Coded Concept in its Context Group.) |
Along with this function, the following functions can be used to maneuver through the Coded Concepts of a Context Group in the Context Group Table:
You can also use the L_DicomGetCountCodedConcept and L_DicomFindIndexCodedConcept functions to enumerate the Coded Concepts.
Use the L_DicomGetCodedConceptGroup function to determine which Context Group contains a specific Coded Concept.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_DicomGetFirstCodedConcept.
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