|
PACS System 0.1.0
PACS DICOM system library
|
Wrapper for cached query results. More...
#include <query_cache.h>

Public Attributes | |
| std::vector< std::uint8_t > | data |
| Serialized query result data. | |
| std::uint32_t | match_count {0} |
| Number of matching records in this result. | |
| std::chrono::steady_clock::time_point | cached_at |
| Timestamp when this result was cached. | |
| std::string | query_level |
| Query level (PATIENT, STUDY, SERIES, IMAGE) | |
Wrapper for cached query results.
This structure holds the serialized query results along with metadata about when the result was cached.
Definition at line 75 of file query_cache.h.
| std::chrono::steady_clock::time_point kcenon::pacs::services::cache::cached_query_result::cached_at |
Timestamp when this result was cached.
Definition at line 83 of file query_cache.h.
| std::vector<std::uint8_t> kcenon::pacs::services::cache::cached_query_result::data |
Serialized query result data.
Definition at line 77 of file query_cache.h.
| std::uint32_t kcenon::pacs::services::cache::cached_query_result::match_count {0} |
| std::string kcenon::pacs::services::cache::cached_query_result::query_level |
Query level (PATIENT, STUDY, SERIES, IMAGE)
Definition at line 86 of file query_cache.h.