/
/Orthanc API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19h ago · Updated 2w ago
Instances58
Jobs9
Logs16
Networking42
Other6
Patients41
Series41
Studies42
  • getList the available studies
  • getGet information about some study
  • deleteDelete some study
  • postAnonymize study
  • getCreate ZIP archive
  • postCreate ZIP archive
  • getList attachments
  • putSet attachment
  • deleteDelete attachment
  • postCompress attachment
  • getGet attachment (no decompression)
  • getGet MD5 of attachment on disk
  • getGet size of attachment on disk
  • getGet attachment
  • getGet info about the attachment
  • getIs attachment compressed?
  • getGet MD5 of attachment
  • getGet size of attachment
  • postUncompress attachment
  • postVerify attachment
  • getGet child instances
  • getGet tags of instances
  • getList labels
  • getTest label
  • putAdd label
  • deleteRemove label
  • getCreate DICOMDIR media
  • postCreate DICOMDIR media
  • postMerge study
  • getList metadata
  • getGet metadata
  • putSet metadata
  • deleteDelete metadata
  • postModify study
  • getGet study module
  • getGet patient module of study
  • getGet parent patient
  • postReconstruct tags & optionally files of study
  • getGet child series
  • getGet shared tags
  • postSplit study
  • getGet study statistics
System40
Tracking changes4
    Studies

    Compress attachment

    Change the compression scheme that is used to store an attachment.

    post/studies/{id}/attachments/{name}/compress

    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)

    Changes

    No recorded changes to this endpoint across all 2 revisions of this API.