v1
latestOpenAPI 3.0.02026-07-132990743.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": "87460012",
"DiskSizeMB": 83,
"UncompressedSize": "87460012",
"UncompressedSizeMB": 83
}