Removes all elements from the DICOM Associate and resets it to the specified type.
#include "ltdic.h"
L_VOID LDicomAssociate::Reset(bRequest)
Flag that indicates the type of Associate to which the DICOM Associate should be reset. Possible values are:
Value | Meaning |
---|---|
TRUE | Reset the DICOM Associate to type Associate Request. |
FALSE | Reset the DICOM Associate to type Associate Accept. |
None.
For more information about the structure of a DICOM Associate, refer to LEADTOOLS DICOM Network Communication Support for Message Exchange.
Win32, x64
This example deletes all information in the Associate class.
L_INT LDicomAssociate_ResetExample(LDicomAssociate *pAssociate)
{
pAssociate->Reset(FALSE);
return DICOM_SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document