When the DICOM Associate connection is no longer needed, the connection should be closed. The proper steps for closing a DICOM Associate connection are as follows:
The SCU that wishes to close the connection calls L_DicomSendReleaseRequest. This generates a call to the RECEIVERELEASEREQUESTCALLBACK on the SCP.
In response to the call to RECEIVERELEASEREQUESTCALLBACK, the SCP calls L_DicomSendReleaseResponse. This generates a call to RECEIVERELEASERESPONSECALLBACK on the SCU.
At this point L_DicomClose can be called to close the connection.
Please note that while calling L_DicomSendAbort will also close the connection (depending on the server), the method outlined above is the preferred method.
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