#include "ltdic.h"
L_INT LDicomNet::CloseForced (bForced)
L_BOOL bForced; |
flag |
Closes an ISCL connection. This function is available in the PACS Imaging toolkits.
Parameter | Description | |
bForced | Flag that indicates whether to force the disconnection. Possible values are: | |
Value | Meaning | |
TRUE | Kill the connection. (Force the disconnection.) | |
FALSE | Request disconnection. The disconnection can be refused by a peer. |
DICOM_SUCCESS |
Success. |
>0 |
An error occurred. Refer to Return Codes. |
When bForced is set to TRUE, the connection is closed immediately. Therefore, it is best to determine if the ISCL message queue is empty before calling this function. To determine whether the ISCL queue is empty, use the LDicomNet::IsISCLQueueEmpty function.
Please note that LDicomNet::CloseForced (FALSE) is queued in the ISCL message queue. (It will be processed later.) LDicomNet::CloseForced (TRUE) is immediate, however.
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
Functions: |
|
Topics: |
|
|
General Integrated Secure Communication Layer (ISCL) Information |
For an example, refer to LDicomNet::SendAbort.
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