GET /studies/{id}/attachments/{name}/compressed-md5

orthanc-server.com

Summary: Get MD5 of attachment on disk
Operation ID:
Auth: unknown
Description

Get the MD5 hash of one attachment associated with the given study, as stored on the disk. This is different from `.../md5` iff `EnableStorage` is `true`.

Parameters (3)

If-None-Match (string, header, optional)

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

id (string, path, required)

Orthanc identifier of the study of interest

name (string, path, required)

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

No probe data for this endpoint yet.