v1
latestOpenAPI 3.0.02026-07-142740323.4 KBPatients
Get patient statistics
Get statistics about the given patient
get/patients/{id}/statistics
Path parameters
idstring required
Orthanc identifier of the patient of interest
Response
Example response
{
"CountInstances": 166,
"CountSeries": 1,
"CountStudies": 1,
"DicomDiskSize": "87460012",
"DicomDiskSizeMB": 83,
"DicomUncompressedSize": "87460012",
"DicomUncompressedSizeMB": 83,
"DiskSize": "89640436",
"DiskSizeMB": 85,
"UncompressedSize": "89640436",
"UncompressedSizeMB": 85
}