Timeout property (ILEADDicomPrintSCU Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short Timeout

Overview

Refer to Print Management SCU.

Remarks

The Timeout property specifies the timeout value, in seconds, for communicating with the Print SCP. The deafult value of this property is 30 seconds.

When a method sends a request to the Print SCP, it waits a specific amount of time for the Print SCP response. If this amount of time elapsed before the response is received, the method will return with an error code of DICOM_ERROR_PRINTSCU_TIME_OUT. The Timeout property specifies this timeout value. If the value specified is 0, the methods will wait for the Print SCP response indefinitely.

For the Associate method, the connection must be established and the Print SCP response to the Association request must be received within the amount of time specified.

See Also

Topics:

DICOM Print Management SCU: Miscellaneous