C#
VB
C++
Notifies an implementor that an Associate Reject message was sent.
public virtual void OnSendAssociateReject(
DicomClient Client,
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
DicomAssociateRejectReasonType reason
)
Public Overridable Sub OnSendAssociateReject( _
ByVal Client As Leadtools.Dicom.Addin.DicomClient, _
ByVal result As Leadtools.Dicom.DicomAssociateRejectResultType, _
ByVal source As Leadtools.Dicom.DicomAssociateRejectSourceType, _
ByVal reason As Leadtools.Dicom.DicomAssociateRejectReasonType _
)
public:
virtual void OnSendAssociateReject(
Leadtools.Dicom.Addin.DicomClient^ Client,
Leadtools.Dicom.DicomAssociateRejectResultType result,
Leadtools.Dicom.DicomAssociateRejectSourceType source,
Leadtools.Dicom.DicomAssociateRejectReasonType reason
)
Client
The client this notification applies to.
result
The type of rejection.
source
The source of the rejection.
reason
The reason for the 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