Notifies a connection that an Associate Request message was received.
protected virtual void OnReceiveAssociateRequest(
DicomAssociate association
)
Protected Overridable Sub OnReceiveAssociateRequest( _
ByVal association As Leadtools.Dicom.DicomAssociate _
)
protected:
virtual void OnReceiveAssociateRequest(
Leadtools.Dicom.DicomAssociate^ association
)
association
A DicomAssociate object.
A call to this method is generated on an SCP when an SCU calls SendAssociateRequest. For more information on DICOM Associate connections, refer to Creating a DICOM Associate Connection. To customize this method, you must derive a class from DicomNet and override this method.
When the DICOM Association is no longer needed, it should be ended. For more information, refer to Closing a DICOM Associate Connection.
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