LDicomContextGroup::Delete

Summary

Deletes the specified Context Group from the Context Group Table.

Syntax

#include "ltdic.h"

static pDICOMCONTEXTGROUP LDicomContextGroup::Delete(pContextGroup)

Parameters

pDICOMCONTEXTGROUP pContextGroup

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

Returns

Value Meaning
!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

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

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

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

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomContextGroup::Find.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.