Sends an Associate Reject message to a connection.
public void SendAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
Public Sub SendAssociateReject( _
ByVal result As Leadtools.Dicom.DicomAssociateRejectResultType, _
ByVal source As Leadtools.Dicom.DicomAssociateRejectSourceType, _
ByVal reason As Leadtools.Dicom.DicomAssociateRejectReasonType _
)
public:
void SendAssociateReject(
Leadtools.Dicom.DicomAssociateRejectResultType result,
Leadtools.Dicom.DicomAssociateRejectSourceType source,
Leadtools.Dicom.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET