Notifies a connection that an Associate Reject message was received.
protected virtual void OnReceiveAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
Protected Overridable Sub OnReceiveAssociateReject( _
ByVal result As Leadtools.Dicom.DicomAssociateRejectResultType, _
ByVal source As Leadtools.Dicom.DicomAssociateRejectSourceType, _
ByVal reason As Leadtools.Dicom.DicomAssociateRejectReasonType _
)
protected:
virtual void OnReceiveAssociateReject(
Leadtools.Dicom.DicomAssociateRejectResultType result,
Leadtools.Dicom.DicomAssociateRejectSourceType source,
Leadtools.Dicom.DicomAssociateRejectReasonType reason
)
result
The type of the Association rejection.
source
The source of the Association rejection.
reason
The reason for the Association rejection.
A call to this method is generated on an SCU when an SCP calls SendAssociateReject. For more information on DICOM Associate connections, refer to Creating a DICOM Associate Connection. The value of reason depends on the value of source as follows:
To customize this method, you must derive a class from DicomNet and override this method.
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