←Select platform

OnReceiveAssociateRequest Method (IDicomEvents)

Summary

Notifies a connection that an Associate Request message was received.

Syntax

C#
VB
WinRT C#
C++
void OnReceiveAssociateRequest(  
   Leadtools.Dicom.DicomAssociate association, 
   Leadtools.Dicom.Networking.DicomNet net 
) 
Sub OnReceiveAssociateRequest( _ 
   ByVal association As Leadtools.Dicom.DicomAssociate, _ 
   ByVal net As Leadtools.Dicom.Networking.DicomNet _ 
)  
void OnReceiveAssociateRequest(  
   Leadtools.Dicom.DicomAssociate association, 
   Leadtools.Dicom.Networking.DicomNet net 
) 
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveAssociateRequest(  
   association , 
   net  
) 
void OnReceiveAssociateRequest(  
   Leadtools.Dicom.DicomAssociate^ association, 
   Leadtools.Dicom.Networking.DicomNet^ net 
)  

Parameters

association
A DicomAssociate object.

net
The DicomNet object of the peer member of the connection.

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly