L_DicomDeleteContextGroup

#include "ltdic.h"

L_LTDIC_API pDICOMCONTEXTGROUP L_DicomDeleteContextGroup(pContextGroup)

Deletes the specified Context Group from the Context Group Table.

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

To add Context Groups to the Context Group Table, use the L_DicomLoadContextGroup and L_DicomInsertContextGroup functions.

Use the L_DicomDeleteContextGroup function to delete a Context Group from the table. To delete all the Context Groups at once, use the L_DicomResetContextGroup function.

To delete a Coded Concept from a Context Group, use the L_DicomDeleteCodedConcept function.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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

LEADTOOLS DICOM C API Help