DeleteCodedConcept method (ILEADDicomDS Interface)
VARIANT_BOOL DeleteCodedConcept(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The DeleteCodedConcept method deletes the Coded Concept specified by the CurrentCodedConcept property from the Context Group to which it belongs and updates the property with an adjacent Coded Concept in the same Context Group if the deleted Concept wasn’t the last one in the Group.
If a Context Group in the Context Group Table has a corresponding Group in the internal table maintained by LEADTOOLS, then you can use the DefaultContextGroup method to discard any changes made to the Context Group, including the deletions of any Coded Concepts that originally belong to the Context Group, as stored in the internal table.
See Also