DeleteCodedConcept method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

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

Elements:

CurrentCodedConcept property, SetCodedConceptCodeMeaning method, InsertCodedConcept method, MoveFirstCodedConcept method, FindIndexCodedConcept method, MoveCodedConceptGroup method, DefaultContextGroup method, DeleteContextGroup method

Topics:

ILEADDicomDS Interface, IDicomContextGroup Interface, IDicomCodedConcept Interface, Working with the DicomContextGroup Object, Working with the DicomCodedConcept Object, Context Identifiers