LDicomPrintSCU::Release

Summary

Releases the Association and closes the connection.

Syntax

#include "ltdic.h"

L_INT LDicomPrintSCU::Release()

Returns

Value Meaning
0 The Association was released (if it was established) successfully and the connection was closed. Also, the function will return 0 if the connection is not established.
> 0 An error occurred. Refer to Return Codes.

Comments

If the Association is established, this function will not return until the Association is released and the connection is closed, or an error occurs.

If necessary, you can use the base class function LDicomNet::SendAbort to abort the Association instead of releasing it.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomPrintSCU::UpdateImageBox.

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.