LastOperationStatus property (ILEADDicomPrintSCU Interface)
long LastOperationStatus | |
Overview |
Refer to Print Management SCU. |
Remarks
(Read-only) The LastOperationStatus property specifies the status code returned in the response of the Print SCP to the last operation requested on a SOP Class.
Status codes are grouped by the Print Management Service Class into Success, Warning, and Failure categories. For some of the possible status codes, refer to Status Constants.
When a method requests the Print SCP to perform an operation on a SOP Class, the Print SCP is supposed to specify a status code in its response to the request. This property returns the status code specified. The category of the status code can be determined as follows:
If the method that made the request returned DICOM_ERROR_PRINTSCU_FAILURE_STATUS, then the status code specified by the LastOperationStatus property is a Failure one.
If the method that made the request returned 0, then the status code specified by the LastOperationStatus property is a Warning one if it is not COMMAND_STATUS_SUCCESS.
See Also
Topics: |