|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for AI result handler. More...
#include <ai_result_handler.h>

Public Attributes | |
| bool | validate_source_references = true |
| Whether to validate source references exist in storage. | |
| bool | validate_sr_templates = true |
| Whether to validate SR template conformance. | |
| bool | auto_link_to_source = true |
| Whether to auto-link results to source studies. | |
| std::vector< std::string > | accepted_sr_templates |
| Accepted SR template identifiers (empty = accept all) | |
| uint16_t | max_segments = 256 |
| Maximum segment count for SEG objects (0 = unlimited) | |
Configuration for AI result handler.
Definition at line 180 of file ai_result_handler.h.
| std::vector<std::string> kcenon::pacs::ai::ai_handler_config::accepted_sr_templates |
Accepted SR template identifiers (empty = accept all)
Definition at line 191 of file ai_result_handler.h.
| bool kcenon::pacs::ai::ai_handler_config::auto_link_to_source = true |
Whether to auto-link results to source studies.
Definition at line 188 of file ai_result_handler.h.
Referenced by kcenon::pacs::ai::ai_result_handler::impl::store_ai_result().
| uint16_t kcenon::pacs::ai::ai_handler_config::max_segments = 256 |
Maximum segment count for SEG objects (0 = unlimited)
Definition at line 194 of file ai_result_handler.h.
| bool kcenon::pacs::ai::ai_handler_config::validate_source_references = true |
Whether to validate source references exist in storage.
Definition at line 182 of file ai_result_handler.h.
Referenced by kcenon::pacs::ai::ai_result_handler::impl::validate_source_references_exist().
| bool kcenon::pacs::ai::ai_handler_config::validate_sr_templates = true |
Whether to validate SR template conformance.
Definition at line 185 of file ai_result_handler.h.