LDicomNet::Accept

Summary

Accepts a connection request from an SCU. This function is available in the PACS Imaging Toolkit.

Syntax

#include "ltdic.h"

L_INT LDicomNet::Accept(pNet)

Parameters

LDicomNet * pNet

A DICOM Network object that references the host (the SCP).

Returns

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

Comments

When an SCU requests a connection by calling LDicomNet::Connect, a call to the LDicomNet::OnAccept function is generated on the SCP. Within the LDicomNet::OnAccept function the SCP can decide whether to accept the connection or not. If the connection is accepted, LDicomNet::Accept is called. This generates a call to the LDicomNet::OnConnect function on the SCU, letting the SCU know the connection has been made.

You should always accept a connection request. Once the connection is made you can check the SCU and close the connection if you do not wish to maintain it. Since the connection requests are queued, if you do not accept a connection, it remains in the queue. When the next request is received, it is placed in the queue behind the first request. Calling LDicomNet::Accept at this point will connect the first request, not the second, since the first request is still in the queue.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::SendCEchoRequest.

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

LEADTOOLS DICOM C++ Class Library Help

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