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

Configuration for AI result handler. More...

#include <ai_result_handler.h>

Collaboration diagram for kcenon::pacs::ai::ai_handler_config:
Collaboration graph

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)
 

Detailed Description

Configuration for AI result handler.

Definition at line 180 of file ai_result_handler.h.

Member Data Documentation

◆ accepted_sr_templates

std::vector<std::string> kcenon::pacs::ai::ai_handler_config::accepted_sr_templates

Accepted SR template identifiers (empty = accept all)

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/ai/ai_result_handler.h.

Definition at line 191 of file ai_result_handler.h.

◆ auto_link_to_source

bool kcenon::pacs::ai::ai_handler_config::auto_link_to_source = true

◆ max_segments

uint16_t kcenon::pacs::ai::ai_handler_config::max_segments = 256

Maximum segment count for SEG objects (0 = unlimited)

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/ai/ai_result_handler.h.

Definition at line 194 of file ai_result_handler.h.

◆ validate_source_references

bool kcenon::pacs::ai::ai_handler_config::validate_source_references = true

◆ validate_sr_templates

bool kcenon::pacs::ai::ai_handler_config::validate_sr_templates = true

Whether to validate SR template conformance.

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/ai/ai_result_handler.h.

Definition at line 185 of file ai_result_handler.h.


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