FreeAssociate method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void FreeAssociate (long hPDU);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Frees the memory allocated for the specified DICOM Associate.

This method frees the memory allocated using the CreateAssociate method, and should be called after the DICOM Associate Connection has been closed. For more information, refer to Closing a DICOM Associate Connection.

See Also

Elements:

CreateAssociate method

Topics:

DICOM Network Connection: Closing a Network Connection