←Select platform

OnReceiveAssociateRequest Method

Summary

Notifies a connection that an Associate Request message was received.

Syntax
C#
VB
C++
protected virtual void OnReceiveAssociateRequest( 
   DicomAssociate association 
) 
Protected Overridable Sub OnReceiveAssociateRequest( _ 
   ByVal association As DicomAssociate _ 
)  
protected: 
virtual void OnReceiveAssociateRequest(  
   DicomAssociate^ association 
)  

Parameters

association
A DicomAssociate object.

Remarks

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.

Example

For an example, refer to SendAssociateRequest.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly