DICOM PS3.18 2024e - Web Services

11.8.3 Response

The response shall have the following syntax:

version SP status-code SP reason-phrase CRLF
[Content-Type dicom-media-type CRLF]
[Content-Type: dicom-media-type CRLF]
[(Content-Length: uint / Transfer-Encoding: encoding) CRLF]
[Content-Location: url CRLF]
*(header-field CRLF) CRLF
[status-report]

11.8.3.1 Status Codes

Table 11.8.3-1 shows some common status codes corresponding to this transaction. See also Section 8.5 for additional status codes.

Table 11.8.3-1. Status Code Meaning

Status

Code

Meaning

Success

202 (Accepted)

The request was accepted by the origin server, but the Target Workitem state has not necessarily changed yet.

Note

The owner of the Workitem is not obliged to honor the request to cancel and, in some scenarios, may not even receive notification of the request.

Failure

400 (Bad Request)

There was a problem with the syntax of the request.

404 (Not Found)

The Target Workitem was not found.

409 (Conflict)

The request is inconsistent with the current state of the Target Workitem. For example, the Target Workitem is in the SCHEDULED or COMPLETED state.


DICOM PS3.18 2024e - Web Services