C#
VB
C++
Sends an Associate Reject message to a connection.
public void SendAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
Public Sub SendAssociateReject( _
ByVal result As DicomAssociateRejectResultType, _
ByVal source As DicomAssociateRejectSourceType, _
ByVal reason As DicomAssociateRejectReasonType _
)
public:
void SendAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
result
The type of the rejection.
source
The source of the rejection.
reason
The reason for the rejection.
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.