latestOpenAPI 3.0.02026-08-152990748.3 KB
dbfb49bf0bc7
Studies
Get study statistics
Get statistics about the given study
get/studies/{id}/statistics
Path parameters
idstring required
Orthanc identifier of the study of interest
Response
Example response
{
"CountInstances": 232,
"CountSeries": 7,
"DicomDiskSize": "68153234",
"DicomDiskSizeMB": 64,
"DicomUncompressedSize": "68153234",
"DicomUncompressedSizeMB": 64,
"DiskSize": "68153234",
"DiskSizeMB": 64,
"UncompressedSize": "68153234",
"UncompressedSizeMB": 64
}