Available in LEADTOOLS Medical Imaging toolkits. |
#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomResetContextGroup()
Deletes all the Context Groups from the Context Group Table.
Returns
None.
Comments
Use the L_DicomLoadContextGroup and L_DicomInsertContextGroup functions to add Context Groups to the Context Group Table. You can use the function L_DicomResetContextGroup to delete all the Context Groups in the table, or the L_DicomDeleteContextGroup function to delete a single Context Group from the table.
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 |
Win32, x64
See Also
Example
For an example, refer to L_DicomGetFirstContextGroup.