LDicomContextGroup::Reset

#include "ltdic.h"

static L_VOID LDicomContextGroup::Reset()

Deletes all the Context Groups from the Context Group Table.

Returns

None.

Comments

Use the LDicomContextGroup::Load and LDicomContextGroup::Insert functions to add Context Groups to the Context Group Table. Use the Reset function to delete all the Context Groups in the table. To delete a single Context Group from the table, use the LDicomContextGroup::Delete function.

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::Delete, LDicomContextGroup::Default, 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::GetFirst.