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 DicomAssociateRejectResultType, _
ByVal source As DicomAssociateRejectSourceType, _
ByVal reason As DicomAssociateRejectReasonType _
)
protected:
virtual void OnReceiveAssociateReject(
DicomAssociateRejectResultType result,
DicomAssociateRejectSourceType source,
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document