v1
latestOpenAPI 3.0.02026-07-142740323.4 KBSeries
Get series statistics
Get statistics about the given series
get/series/{id}/statistics
Path parameters
idstring required
Orthanc identifier of the series of interest
Response
Example response
{
"CountInstances": 1,
"DicomDiskSize": "368852",
"DicomDiskSizeMB": 0,
"DicomUncompressedSize": "368852",
"DicomUncompressedSizeMB": 0,
"DiskSize": "381000",
"DiskSizeMB": 0,
"UncompressedSize": "381000",
"UncompressedSizeMB": 0
}