AbortReason property (ILEADDicomPrintSCU Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short AbortReason

Overview

Refer to Print Management SCU.

Remarks

(Read-only) The AbortReason property specifies the reason for the Association aborting as specified in the Abort message received by the Print SCU. Possible values are:

Value

Meaning

PDU_ABORT_REASON_UNKNOWN

[0] Unknown.

PDU_ABORT_REASON_UNRECOGNIZED

[1] Unrecognized PDU.

PDU_ABORT_REASON_UNEXPECTED

[2] Unexpected PDU.

PDU_ABORT_REASON_UNRECOGNIZED_PARAM

[4] Unrecognized PDU parameter.

PDU_ABORT_REASON_UNEXPECTED_PARAM

[5] Unexpected PDU parameter.

PDU_ABORT_REASON_INVALID_PARAM

[6] Invalid PDU parameter value.

The value of this property is meaningless unless an Abort message is received by the Print SCU.

When the Print SCU receives an Abort message from the Print SCP, the OnStatus event will be fired with the parameter Status set to PRNSCU_STATUS_RECEIVE_ABORT.

See Also

Elements:

Associate method, OnStatus event

Topics:

DICOM Print Management SCU: Association