←Select platform

SendAssociateRequest Method (DicomNet)

Summary

Sends an Associate Request message to a connection.

Syntax

C#
VB
WinRT C#
C++
public void SendAssociateRequest(  
   Leadtools.Dicom.DicomAssociate associate 
) 
Public Sub SendAssociateRequest( _ 
   ByVal associate As Leadtools.Dicom.DicomAssociate _ 
)  
public void SendAssociateRequest(  
   Leadtools.Dicom.DicomAssociate associate 
) 
 function Leadtools.Dicom.Networking.DicomNet.SendAssociateRequest(  
   associate  
) 
public: 
void SendAssociateRequest(  
   Leadtools.Dicom.DicomAssociate^ associate 
)  

Parameters

associate
A DicomAssociate object.

Remarks

Calling SendAssociateRequest generates a call to OnReceiveAssociateRequest on the server. Within the callback method, the server may accept or reject the Association request by calling SendAssociateAccept or SendAssociateReject. A DICOM Association must be established between an SCU and an SCP before any DICOM messages or data can be transmitted between them. For more information on creating a DICOM Association, refer to Creating a DICOM Associate Connection.

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