LDicomPrintSCU::GetAssociateRejectInfo

#include "ltdic.h"

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

L_UCHAR* pnResult;

/* type of rejection */

L_UCHAR* pnSource;

/* source of rejection */

L_UCHAR* pnReason;

/* reason for rejection */

Gets information about the Association rejection.

Parameter

Description

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.

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.

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

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

Platforms

Win32, x64

See Also

Functions:

Class Members, LDicomPrintSCU::Associate, LDicomNet::OnReceiveAssociateReject

Topics:

Print Management SCU

 

DICOM Print Management Service Class User: Functions

Example

For an example, refer to LDicomPrintSCU::UpdateImageBox.