PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
task_scheduler.cpp File Reference

Implementation of task scheduler service for automated PACS operations. More...

#include "kcenon/pacs/workflow/task_scheduler.h"
#include "kcenon/pacs/storage/index_database.h"
#include "kcenon/pacs/storage/file_storage.h"
#include "kcenon/pacs/integration/logger_adapter.h"
#include "kcenon/pacs/integration/monitoring_adapter.h"
#include "kcenon/pacs/integration/executor_adapter.h"
#include <kcenon/common/interfaces/executor_interface.h>
#include <algorithm>
#include <chrono>
#include <fstream>
#include <future>
#include <iomanip>
#include <random>
#include <ranges>
#include <sstream>
Include dependency graph for task_scheduler.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::workflow
 

Detailed Description

Implementation of task scheduler service for automated PACS operations.

Definition in file task_scheduler.cpp.