C#
VB
C++
Notifies a connection that an Associate Reject message was received.
protected override void OnReceiveAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
Protected Overrides Sub OnReceiveAssociateReject( _
ByVal result As Leadtools.Dicom.DicomAssociateRejectResultType, _
ByVal source As Leadtools.Dicom.DicomAssociateRejectSourceType, _
ByVal reason As Leadtools.Dicom.DicomAssociateRejectReasonType _
)
protected:
void OnReceiveAssociateReject(
Leadtools.Dicom.DicomAssociateRejectResultType result,
Leadtools.Dicom.DicomAssociateRejectSourceType source,
Leadtools.Dicom.DicomAssociateRejectReasonType reason
) override
result
The type of the Association rejection.
source
The source of the Association rejection.
reason
The reason for the Association rejection.
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