SendAssociateReject method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendAssociateReject (long hNet, short nResult, short nSource, short nReason);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends an Associate Reject message to a connection.

The SendAssociateReject method is called by the SCP in response to a SendAssociateRequest method call placed by an SCU. It generates a NetReceiveAssociateReject event on the SCU.

See Also

Elements:

NetReceiveAssociateReject event, CreateAssociate method, SendAssociateRequest method, SendAssociateAccept method, SendReleaseRequest method

Topics:

Working with DICOM Associate Connections

 

Creating a DICOM Associate Connection

 

Creating an SCP

 

Diagram of a Basic SCU-SCP Set-Up

 

Sending Messages

 

DICOM Network Connection: DICOM Associate Connection Messages