#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomPrintSCUSetTimeout(hPrintSCU, uTimeout)
A handle to Dicom Print SCU.
The timeout value in seconds.
None.
When any function related to Print SCU sends a request to the Print SCP, it waits a specific amount of time for the Print SCP response. If this amount of time has elapsed before the response is received, the function will return with an error code of DICOM_ERROR_PRINTSCU_TIME_OUT
. Use the function SetTimeout
to set this timeout value. If the value specified is 0, the functions will wait for the Print SCP response indefinitely.
For the function L_DicomPrintSCUAssociate, the connection must be established and the Print SCP response to the Association request must be received within the amount of time specified.
If this function is not used to set the timeout value, a default value of 30 seconds will be used.
Required DLLs and Libraries
Win32, x64, Linux.
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