LDicomNet::OnReceiveReleaseResponse

#include "ltdic.h"

virtual L_VOID LDicomNet::OnReceiveReleaseResponse(L_VOID)

Notifies a connection that a Release Response message was received. This function is available in the PACS Imaging Toolkit.

Returns

None.

Comments

A call to this function is generated on an SCU when an SCP calls LDicomNet::SendReleaseResponse.

To customize this function, you must derive a class from LDicomNet and override this function.

A DICOM Association must be established between an SCU and an SCP before any DICOM messages or data can be transmitted between them. For more information on creating a DICOM Association, refer to Creating a DICOM Associate Connection.

When a DICOM Associate Connection is no longer needed, the connection should be closed. For more information, refer to Closing a DICOM Associate Connection.

Required DLLs and Libraries

Platforms

Win32, x64

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.