Sends an Associate Accept message to a connection.
public void SendAssociateAccept(
DicomAssociate associate
)
Public Sub SendAssociateAccept( _
ByVal associate As Leadtools.Dicom.DicomAssociate _
)
public:
void SendAssociateAccept(
Leadtools.Dicom.DicomAssociate^ associate
)
associate
A DicomAssociate object.
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.
For an example, refer to SendAssociateRequest.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET