L_DicomGetPerformedOperations
#include "ltdic.h"
L_UINT16 EXT_FUNCTION L_DicomGetPerformedOperations(hPDU)
HDICOMPDU hPDU; |
/* a DICOM Associate handle */ |
Returns the number of completed Asynchronous Operations.
Parameter |
Description |
hPDU |
A DICOM Associate handle. |
Returns
The number of Asynchronous Operations that have been completed.
Comments
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 L_DicomSetAsyncOperations.
To determine the number of Asynchronous Operations that may be invoked without a response, call L_DicomGetInvokedOperations. To determine the number of operations that have been completed, call L_DicomGetPerformedOperations.
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 |
See Also
Functions: |
L_DicomIsAsyncOperations, L_DicomGetInvokedOperations, L_DicomSetAsyncOperations |
Topics: |
Example
For an example, refer to L_DicomIsAsyncOperations.