|
PACS System 0.1.0
PACS DICOM system library
|
Statistics for a single storage tier. More...
#include <hsm_types.h>

Public Attributes | |
| std::size_t | instance_count {0} |
| Number of instances in this tier. | |
| std::size_t | total_bytes {0} |
| Total bytes stored in this tier. | |
| std::size_t | study_count {0} |
| Number of unique studies in this tier. | |
| std::size_t | series_count {0} |
| Number of unique series in this tier. | |
Statistics for a single storage tier.
Definition at line 265 of file hsm_types.h.
| std::size_t kcenon::pacs::storage::tier_statistics::instance_count {0} |
Number of instances in this tier.
Definition at line 267 of file hsm_types.h.
Referenced by kcenon::pacs::storage::hsm_statistics::total_instances().
| std::size_t kcenon::pacs::storage::tier_statistics::series_count {0} |
| std::size_t kcenon::pacs::storage::tier_statistics::study_count {0} |
| std::size_t kcenon::pacs::storage::tier_statistics::total_bytes {0} |
Total bytes stored in this tier.
Definition at line 270 of file hsm_types.h.
Referenced by kcenon::pacs::storage::hsm_statistics::total_bytes().