DICOM PS3.18 2024d - Web Services

11.6.3 Response

The response shall have the following syntax:

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

11.6.3.1 Status Codes

The response shall contain an appropriate status code.

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

Table 11.6.3-1. Status Code Meaning

Status

Code

Meaning

Success

200 (OK)

The Target Workitem was updated.

Failure

400 (Bad Request)

There was a problem with the request. For example:

  • the Target Workitem was in the COMPLETED or CANCELED state

  • the Transaction UID is missing

  • the Transaction UID is incorrect, or

  • the dataset did not conform to the requirements

404 (Not Found)

The Target Workitem was not found.

409 (Conflict)

The request is inconsistent with the current state of the Target Workitem

410 (Gone)

The Target Workitem once existed, but no longer exists.


DICOM PS3.18 2024d - Web Services