#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.
0 |
SUCCESS |
>0 |
An error occurred. Refer to Return Codes. |
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.
Please note that this method of closing a DICOM Association is preferable to just calling LDicomNet::SendAbort.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET