SetRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void SetRequest (long hPDU, BOOL bRequest);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Sets the type of DICOM Associate (Request or Accept).

For more information about Associate Connections, refer to Creating a DICOM Associate Connection.

To determine what of Associate a specific DICOM Associate is, use the IsRequest method.

See Also

Elements:

IsRequest method

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle