action orthanc_server_get_series_id_attachments_name_is_compressed { label: "Is attachment compressed?" description: "Test whether the attachment has been stored as a compressed file on the disk." provider: orthanc_server method: GET path: "/series/{id}/attachments/{name}/is-compressed" encoding: json input: { type: "object" properties: { "If-None-Match": { type: "string" } id: { type: "string" } name: { type: "string" } } required: ["id", "name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }