DICOM PS3.18 2023b - Web Services

12.4.3 Response

The response has the following syntax:

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

12.4.3.1 Status Codes

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

Table 12.4.3-1. Status Code Meaning

Status

Code

Meaning

Success

200 (OK)

The instance was successfully retrieved.

Failure

400 (Bad Request)

There was a problem with the request.

404 (Not Found)

The origin server did not find a current representation for the Target Resource or is not willing to disclose that one exists. For example, an unsupported IOD, or Instance not on server.

406 (Unsupported Media Type)

The origin server does not support any of the Acceptable Media Types.


DICOM PS3.18 2023b - Web Services