Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SendAssociateAccept Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : SendAssociateAccept Method




associate
A DicomAssociate object.
Sends an Associate Accept message to a connection.

Syntax

Visual Basic (Declaration) 
Public Sub SendAssociateAccept( _
   ByVal associate As DicomAssociate _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim associate As DicomAssociate
 
instance.SendAssociateAccept(associate)
C# 
public void SendAssociateAccept( 
   DicomAssociate associate
)
Managed Extensions for C++ 
public: void SendAssociateAccept( 
   DicomAssociate* associate
) 
C++/CLI 
public:
void SendAssociateAccept( 
   DicomAssociate^ associate
) 

Parameters

associate
A DicomAssociate object.

Example

For an example, refer to SendAssociateRequest.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features