LDicomContextGroup::ExistsCodedConcept (original) (raw)
Summary
Determines whether the specified pointer is valid: that is, whether it points to a DICOMCODEDCONCEPT structure that specifies a Coded Concept that exists in one of the Context Groups in the Context Group Table.
Syntax
#include "ltdic.h"
static L_BOOL LDicomContextGroup::ExistsCodedConcept(pCodedConcept)
Parameters
pDICOMCODEDCONCEPT pCodedConcept
The DICOMCODEDCONCEPT structure pointer to be tested.
Returns
| Value | Meaning |
|---|---|
| TRUE | pCodedConcept is a valid pointer. |
| FALSE | pCodedConcept is not a valid pointer. |
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
Platforms
Win32, x64
See Also
Functions
- LDicomContextGroup::GetFirstCodedConcept
- LDicomContextGroup::FindIndexCodedConcept
- LDicomContextGroup::DeleteCodedConcept
- LDicomContextGroup::Load
- LDicomContextGroup::Insert
- LDicomContextGroup::Exists
- Class Members
Topics
- Working with Context Groups
- How to Disable the Automatic Loading of the default DICOM Context Group Table
Example
For an example, refer to LDicomContextGroup::GetContextGroup.