←Select platform

SendAssociateReject Method

Summary

Sends an Associate Reject message to a connection.

Syntax
C#
VB
C++
Public Sub SendAssociateReject( _ 
   ByVal result As DicomAssociateRejectResultType, _ 
   ByVal source As DicomAssociateRejectSourceType, _ 
   ByVal reason As DicomAssociateRejectReasonType _ 
)  

Parameters

result
The type of the rejection.

source
The source of the rejection.

reason
The reason for the rejection.

Remarks

SendAssociateReject is sent by the SCP in response to a SendAssociateRequest call placed by an SCU. It generates a call to OnReceiveAssociateReject on the SCU.

Example

For an example, refer to SendAssociateRequest.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly