DeleteContextGroup method (ILEADDicomDS Interface)
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