orthanc_client_ogen 1.12.8

Orthanc API client library produced by OpenAPI Generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# StatisticsGet200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count_instances** | Option<**f64**> | Number of DICOM instances stored in Orthanc | [optional]
**count_patients** | Option<**f64**> | Number of patients stored in Orthanc | [optional]
**count_series** | Option<**f64**> | Number of DICOM series stored in Orthanc | [optional]
**count_studies** | Option<**f64**> | Number of DICOM studies stored in Orthanc | [optional]
**total_disk_size** | Option<**String**> | Size of the storage area (in bytes) | [optional]
**total_disk_size_mb** | Option<**f64**> | Size of the storage area (in megabytes) | [optional]
**total_uncompressed_size** | Option<**String**> | Total size of all the files once uncompressed (in bytes). This corresponds to `TotalDiskSize` if no compression is enabled, cf. `StorageCompression` configuration option | [optional]
**total_uncompressed_size_mb** | Option<**f64**> | Total size of all the files once uncompressed (in megabytes) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)