|
PACS System 0.1.0
PACS DICOM system library
|
Cached thumbnail entry. More...
#include <thumbnail_service.h>
Public Attributes | |
| std::vector< uint8_t > | data |
| Compressed image data. | |
| std::string | content_type |
| MIME content type. | |
| std::chrono::system_clock::time_point | created_at |
| When the entry was created. | |
| std::chrono::system_clock::time_point | last_accessed |
| When the entry was last accessed. | |
Cached thumbnail entry.
Definition at line 59 of file thumbnail_service.h.
| std::string kcenon::pacs::web::thumbnail_cache_entry::content_type |
MIME content type.
Definition at line 64 of file thumbnail_service.h.
Referenced by kcenon::pacs::web::thumbnail_service::get_thumbnail().
| std::chrono::system_clock::time_point kcenon::pacs::web::thumbnail_cache_entry::created_at |
When the entry was created.
Definition at line 67 of file thumbnail_service.h.
Referenced by kcenon::pacs::web::thumbnail_service::get_thumbnail().
| std::vector<uint8_t> kcenon::pacs::web::thumbnail_cache_entry::data |
Compressed image data.
Definition at line 61 of file thumbnail_service.h.
Referenced by kcenon::pacs::web::thumbnail_service::get_thumbnail().
| std::chrono::system_clock::time_point kcenon::pacs::web::thumbnail_cache_entry::last_accessed |
When the entry was last accessed.
Definition at line 70 of file thumbnail_service.h.
Referenced by kcenon::pacs::web::thumbnail_service::get_thumbnail().