Returns the status code specified in the response of the Print SCP.
public DicomCommandStatusType GetLastOperationStatus()
Public Function GetLastOperationStatus() As Leadtools.Dicom.DicomCommandStatusType
public:
Leadtools.Dicom.DicomCommandStatusType GetLastOperationStatus();
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. The DicomCommandStatusType enumeration specifies some of the possible status codes. When a method of the DicomPrintScu class 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 method returns the status code specified by the Print SCP. The category of the status code can be determined as follows:
For an example, refer to Associate.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET