Studies

Get attachment (no decompression)

Get the (binary) content of one attachment associated with the given study. The attachment will not be decompressed if StorageCompression is true.

get/studies/{id}/attachments/{name}/compressed-data

Path parameters

idstring required

Orthanc identifier of the study of interest

namestring required

The name of the attachment, or its index (cf. UserContentType configuration option)

Query parameters

filenamestring

Filename to set in the "Content-Disposition" HTTP header (including file extension)

Headers

If-None-Matchstring

Optional revision of the attachment, to check if its content has changed

Rangestring

Optional content range to access part of the attachment (new in Orthanc 1.12.5)

Changes

Changed in 1 of the 2 revisions of this API.11

  • dbfb49bf0bc711See the full diff
    • deleted the header request parameter Content-Range

      request-parameter-removed

    • added the new optional header request parameter Range

      new-optional-request-parameter