Available in LEADTOOLS Medical Imaging toolkits. |
#include "ltdic.h"
L_LTDIC_API pDICOMCODEDCONCEPT L_DicomGetLastCodedConcept(pContextGroup)
pDICOMCONTEXTGROUP pContextGroup; |
/* pointer to a Context Group */ |
Returns a pointer to the last Coded Concept in the specified Context Group.
Parameter |
Description |
pContextGroup |
Pointer to a DICOMCONTEXTGROUP structure that specifies a Context Group in the Context Group Table. The function returns a pointer to the last Coded Concept in this Group, if it contains any. |
Returns
!NULL |
Pointer to a DICOMCODEDCONCEPT structure that specifies the last Coded Concept in the specified Context Group. |
NULL |
The specified Context Group does not contain any Coded Concepts. |
Comments
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
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64
See Also
Example
For an example, refer to L_DicomGetFirstCodedConcept.