LDicomPrintSCU::GetAssociateRejectInfo

Summary

Gets information about the Association rejection.

Syntax

#include "ltdic.h"

L_VOID LDicomPrintSCU::GetAssociateRejectInfo(pnResult, pnSource, pnReason) const

Parameters

L_UCHAR* pnResult

Pointer to a variable to be updated with the type of the rejection. This can be set to NULL if the information is not required.

L_UCHAR* pnSource

Pointer to a variable to be updated with the source of the rejection. This can be set to NULL if the information is not required.

L_UCHAR* pnReason

Pointer to a variable to be updated with the reason for the rejection. This can be set to NULL if the information is not required.

For the possible values, refer to the callback function LDicomNet::OnReceiveAssociateReject of the base class.

Returns

None.

Comments

The information obtained using this function is meaningless unless the Association request was rejected by the Print SCP.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomPrintSCU::UpdateImageBox.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.