←Select platform

SendAssociateAccept Method

Summary
Sends an Associate Accept message to a connection.
Syntax
C#
VB
C++
public void SendAssociateAccept( 
   DicomAssociate associate 
) 
Public Sub SendAssociateAccept( _ 
   ByVal associate As DicomAssociate _ 
)  
public: 
void SendAssociateAccept(  
   DicomAssociate^ associate 
)  

Parameters

associate
A DicomAssociate object.

Remarks

SendAssociateAccept is sent by the SCP in response to a SendAssociateRequest call placed by an SCU. It establishes the DICOM Association between an SCU and an SCP and generates a call to OnReceiveAssociateAccept on the SCU. The SCU and SCP can now transmit DICOM messages and data. 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.