Notifies a connection that an Associate Reject message was received.
void OnReceiveAssociateReject(
Leadtools.Dicom.Networking.DicomAssociateRejectResultType result,
Leadtools.Dicom.Networking.DicomAssociateRejectSourceType source,
Leadtools.Dicom.Networking.DicomAssociateRejectReasonType reason,
Leadtools.Dicom.Networking.DicomNet net
)
Sub OnReceiveAssociateReject( _
ByVal result As Leadtools.Dicom.Networking.DicomAssociateRejectResultType, _
ByVal source As Leadtools.Dicom.Networking.DicomAssociateRejectSourceType, _
ByVal reason As Leadtools.Dicom.Networking.DicomAssociateRejectReasonType, _
ByVal net As Leadtools.Dicom.Networking.DicomNet _
)
void OnReceiveAssociateReject(
Leadtools.Dicom.Networking.DicomAssociateRejectResultType result,
Leadtools.Dicom.Networking.DicomAssociateRejectSourceType source,
Leadtools.Dicom.Networking.DicomAssociateRejectReasonType reason,
Leadtools.Dicom.Networking.DicomNet net
)
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveAssociateReject(
result ,
source ,
reason ,
net
)
void OnReceiveAssociateReject(
Leadtools.Dicom.Networking.DicomAssociateRejectResultType result,
Leadtools.Dicom.Networking.DicomAssociateRejectSourceType source,
Leadtools.Dicom.Networking.DicomAssociateRejectReasonType reason,
Leadtools.Dicom.Networking.DicomNet^ net
)
result
The type of the Association rejection.
source
The source of the Association rejection.
reason
The reason for the Association rejection.
net
The DicomNet object of the peer member of the connection.
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.
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