|
PACS System 0.1.0
PACS DICOM system library
|
#include <viewer_state_record.h>

Public Member Functions | |
| auto | has_criteria () const noexcept -> bool |
| Check if any filter criteria is set. | |
Public Attributes | |
| std::optional< std::string > | study_uid |
| Study Instance UID filter. | |
| std::optional< std::string > | user_id |
| User ID filter. | |
| size_t | limit {0} |
| Maximum number of results to return (0 = unlimited) | |
| size_t | offset {0} |
| Offset for pagination. | |
Definition at line 80 of file viewer_state_record.h.
|
inlinenodiscardnoexcept |
Check if any filter criteria is set.
Definition at line 98 of file viewer_state_record.h.
| size_t kcenon::pacs::storage::viewer_state_query::limit {0} |
Maximum number of results to return (0 = unlimited)
Definition at line 88 of file viewer_state_record.h.
| size_t kcenon::pacs::storage::viewer_state_query::offset {0} |
Offset for pagination.
Definition at line 91 of file viewer_state_record.h.
| std::optional<std::string> kcenon::pacs::storage::viewer_state_query::study_uid |
Study Instance UID filter.
Definition at line 82 of file viewer_state_record.h.
Referenced by has_criteria().
| std::optional<std::string> kcenon::pacs::storage::viewer_state_query::user_id |
User ID filter.
Definition at line 85 of file viewer_state_record.h.
Referenced by has_criteria().