L_DicomGetPrevCodedConcept

Summary

Returns a pointer to the Coded Concept in the same Context Group that immediately precedes the specified Coded Concept.

Syntax

#include "ltdic.h"

L_LTDIC_API pDICOMCODEDCONCEPT L_DicomGetPrevCodedConcept(pCodedConcept)

Parameters

pDICOMCODEDCONCEPT pCodedConcept

Pointer to a DICOMCODEDCONCEPT structure that specifies a Coded Concept. The function returns a pointer to the structure that specifies the Concept which immediately precedes this Concept (in the same Context Group), if there is one.

Returns

Value Meaning
!NULL Pointer to a DICOMCODEDCONCEPT structure that specifies the Coded Concept which immediately precedes the Concept specified by pCodedConcept.
NULL No Coded Concept precedes the one specified by pCodedConcept. (pCodedConcept is the first Coded Concept in its Context Group.)

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

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_DicomGetFirstCodedConcept.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.