LDicomNet::SendReleaseRequest

#include "ltdic.h"

L_INT LDicomNet::SendReleaseRequest(L_VOID)

Sends a Release Request message to a connection. This function is available in the PACS Imaging Toolkit.

Returns

Value Meaning
0 SUCCESS
>0 An error occurred. Refer to Return Codes.

Comments

Calling LDicomNet::SendReleaseRequest generates a call to LDicomNet::OnReceiveReleaseRequest on the server. The server will call LDicomNet::SendReleaseResponse which will generate a call to LDicomNet::OnReceiveReleaseResponse on the client. At this time the DICOM Association may be closed. For more information, refer to Ending a DICOM Association.

NOTE: This function of closing a DICOM Association is preferable to just calling LDicomNet::SendAbort.

Required DLLs and Libraries

Platforms

Win32, x64

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

LEADTOOLS DICOM C++ Class Library Help