Sends an Associate Reject message to a connection.
public void SendAssociateReject(
Leadtools.Dicom.Networking.DicomAssociateRejectResultType result,
Leadtools.Dicom.Networking.DicomAssociateRejectSourceType source,
Leadtools.Dicom.Networking.DicomAssociateRejectReasonType reason
)
Public Sub SendAssociateReject( _
ByVal result As Leadtools.Dicom.Networking.DicomAssociateRejectResultType, _
ByVal source As Leadtools.Dicom.Networking.DicomAssociateRejectSourceType, _
ByVal reason As Leadtools.Dicom.Networking.DicomAssociateRejectReasonType _
)
public void SendAssociateReject(
Leadtools.Dicom.Networking.DicomAssociateRejectResultType result,
Leadtools.Dicom.Networking.DicomAssociateRejectSourceType source,
Leadtools.Dicom.Networking.DicomAssociateRejectReasonType reason
)
function Leadtools.Dicom.Networking.DicomNet.SendAssociateReject(
result ,
source ,
reason
)
public:
void SendAssociateReject(
Leadtools.Dicom.Networking.DicomAssociateRejectResultType result,
Leadtools.Dicom.Networking.DicomAssociateRejectSourceType source,
Leadtools.Dicom.Networking.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.
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