←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 Leadtools.Dicom.DicomAssociate _ 
)  
public: 
void SendAssociateAccept(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly