LDicomTag::Reset

Summary

Removes all items from the Data Element Tag Table.

Syntax

#include "Ltdic.h"

static L_VOID LDicomTag::Reset(L_VOID)

Returns

None.

Comments

To reset the Data Element Tag Table to the default values, call LDicomTag::Default.

For the default values for the Data Element Tag Table, refer to the Default Data Element Tag Table.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

This example removes all items from the Tag table.

L_INT LDicomTag_ResetExample() 
{ 
   LDicomTag::Reset(); 
 
   return DICOM_SUCCESS; 
} 

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.