#include "ltdic.h"
L_LTDIC_API L_UINT16 L_DicomPrintSCUGetLastOperationStatus(hPrintSCU)
A handle to Dicom Print SCU.
The status code returned in the response of the Print SCP to the last operation requested on an SOP Class.
Status codes are grouped by the Print Management Service Class into Success, Warning, and Failure categories. For some possible status codes, refer to Status Constants.
When a function of L_DicomPrintSCUXXX 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 function returns the status code specified by the Print SCP. The category of the status code can be determined as follows:
If the function that made the request returned DICOM_ERROR_PRINTSCU_FAILURE_STATUS, then the status code returned by GetLastOperationStatus is a Failure code.
If the function that made the request returned DICOM_SUCCESS, then the status code returned by GetLastOperationStatus is a Warning code if it is not COMMAND_STATUS_SUCCESS.
Required DLLs and Libraries
Win32, x64, Linux.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document