DeleteContextGroup method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL DeleteContextGroup();

Overview

Refer to Working with Context Groups.

Remarks

The DeleteContextGroup method deletes the Context Group specified by the CurrentContextGroup property from the Context Group Table and updates the property with an adjacent Context Group if the deleted Group wasn’t the last one in the table.

Use the LoadContextGroup method and the InsertContextGroup method to add Context Groups to the Context Group Table. Use the DeleteContextGroup method to delete a Context Group from the table. You can also use the ResetContextGroup method to delete all the Context Groups at once.

Use the DeleteCodedConcept method to delete a Coded Concept in a Context Group.

See Also

Elements:

CurrentContextGroup property, LoadContextGroup method, InsertContextGroup method, ResetContextGroup method, DefaultContextGroup method, DeleteCodedConcept method

Topics:

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