|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of the annotation repository. More...
#include "kcenon/pacs/storage/annotation_repository.h"#include <chrono>#include <iomanip>#include <sstream>#include <sqlite3.h>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Functions | |
| if (!color.empty()) style.color | |
| if (style.line_width==0) style.line_width = 14 | |
| if (!font_family.empty()) style.font_family | |
Variables | |
| auto | find_int_value |
| auto | find_float_value |
| auto | color = find_string_value("color") |
| style | line_width = find_int_value("line_width") |
| style | fill_color = find_string_value("fill_color") |
| style | fill_opacity = find_float_value("fill_opacity") |
| auto | font_family = find_string_value("font_family") |
| style | font_size = find_int_value("font_size") |
| return | style |
Implementation of the annotation repository.
Definition in file annotation_repository.cpp.
| if | ( | !color. | empty() | ) |
Referenced by kcenon::pacs::storage::file_storage::file_storage(), kcenon::pacs::workflow::task_scheduler::task_scheduler(), kcenon::pacs::workflow::task_scheduler::task_scheduler(), kcenon::pacs::workflow::task_scheduler::task_scheduler(), and kcenon::pacs::integration::thread_pool_adapter::thread_pool_adapter().

| if | ( | !font_family. | empty() | ) |
| if | ( | style. | line_width = =0 | ) | = 14 |
| auto color = find_string_value("color") |
Definition at line 607 of file annotation_repository.cpp.
| style fill_color = find_string_value("fill_color") |
Definition at line 613 of file annotation_repository.cpp.
| style fill_opacity = find_float_value("fill_opacity") |
Definition at line 614 of file annotation_repository.cpp.
| auto find_float_value |
Definition at line 599 of file annotation_repository.cpp.
| auto find_int_value |
Definition at line 591 of file annotation_repository.cpp.
| auto font_family = find_string_value("font_family") |
Definition at line 616 of file annotation_repository.cpp.
| style font_size = find_int_value("font_size") |
Definition at line 619 of file annotation_repository.cpp.
| style line_width = find_int_value("line_width") |
Definition at line 610 of file annotation_repository.cpp.
| return style |
Definition at line 622 of file annotation_repository.cpp.
Referenced by kcenon::pacs::storage::annotation_repository::deserialize_style(), and kcenon::pacs::storage::annotation_repository::serialize_style().