LDicomNet::SendAssociateAccept

#include "ltdic.h"

L_INT LDicomNet::SendAssociateAccept(pPDU)

Sends an Associate Accept message to a connection. This function is available in the PACS Imaging Toolkit.

Parameters

LDicomAssociate * pPDU

A DICOM Association object. This is the object created by calling LDicomAssociate::LDicomAssociate.

Returns

Value Meaning
0 SUCCESS
>0 An error occurred. Refer to Return Codes.

Comments

LDicomNet::SendAssociateAccept is sent by the SCP in response to an LDicomNet::SendAssociateRequest call placed by an SCU. It establishes the DICOM Association between an SCU and an SCP and generates a call to LDicomNet::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 Association.

Required DLLs and Libraries

Platforms

Win32, x64

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

LEADTOOLS DICOM C++ Class Library Help

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