PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::web::thumbnail_cache_entry Struct Reference

Cached thumbnail entry. More...

#include <thumbnail_service.h>

Collaboration diagram for kcenon::pacs::web::thumbnail_cache_entry:
Collaboration graph

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.
 

Detailed Description

Cached thumbnail entry.

Definition at line 59 of file thumbnail_service.h.

Member Data Documentation

◆ content_type

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().

◆ created_at

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().

◆ data

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().

◆ last_accessed

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().


The documentation for this struct was generated from the following file: