/
/Orthanc API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2w ago
Instances58
Jobs9
Logs16
Networking42
Other6
Patients41
Series41
  • getList the available series
  • getGet information about some series
  • deleteDelete some series
  • postAnonymize series
  • 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
  • getList metadata
  • getGet metadata
  • putSet metadata
  • deleteDelete metadata
  • postModify series
  • getGet series module
  • getDecode series for numpy
  • getOrder the slices
  • getGet parent patient
  • postReconstruct tags & optionally files of series
  • getGet shared tags
  • getGet series statistics
  • getGet parent study
Studies42
System40
Tracking changes4
    Series

    Compress attachment

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

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

    Path parameters

    idstring required

    Orthanc identifier of the series 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.