#include "ltdic.h"
L_UINT16 LDicomAssociate::GetInvokedOperations(L_VOID)
Returns the number of Asynchronous Operations that may be invoked.
The number of Asynchronous Operations that may be invoked.
If a DICOM Associate connection does not support Asynchronous Operations, then an Application Entity must wait for the response from one message before sending another. If Asynchronous Operations are supported, multiple messages may be sent without waiting for a response. The number of messages that may be sent is set using LDicomAssociate::SetAsyncOperations.
To determine the number of Asynchronous Operations that may be invoked without a response, call LDicomAssociate::GetInvokedOperations. To determine the number of operations that have been completed, call LDicomAssociate::GetPerformedOperations.
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: |
LDicomAssociate::IsAsyncOperations, LDicomAssociate::GetPerformedOperations, LDicomAssociate::SetAsyncOperations |
Topics: |
For an example, refer to LDicomAssociate::IsAsyncOperations.
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