LDicomContextGroup::Delete

#include "ltdic.h"

static pDICOMCONTEXTGROUP LDicomContextGroup::Delete(pContextGroup)

pDICOMCONTEXTGROUP pContextGroup;

/* pointer to a Context Group */

Deletes the specified Context Group from the Context Group Table.

Parameter

Description

pContextGroup

Pointer to a DICOMCONTEXTGROUP structure that specifies the Context Group to be deleted.

Returns

!NULL

Pointer to a DICOMCONTEXTGROUP structure that specifies an adjacent Context Group in the Context Group Table. This Group is the one immediately following the Group being deleted or the one immediately preceding it if no Groups follow the Group being deleted.

NULL

No Context Groups are left in the Context Group Table.

Comments

Use the Delete function to delete a Context Group from the table. To delete all the Context Groups at one time, use the LDicomContextGroup::Reset function.

Use the LDicomContextGroup::Load and LDicomContextGroup::Insert functions to add Context Groups to the Context Group Table.

Use the LDicomContextGroup::DeleteCodedConcept function to delete a Coded Concept in a Context Group.

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::Load, LDicomContextGroup::Insert, LDicomContextGroup::Reset, LDicomContextGroup::Exists, LDicomContextGroup::Default, LDicomContextGroup::DeleteCodedConcept, 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::Find.