C#
C++
public void SendAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
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.
For an example, refer to SendAssociateRequest.