PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
pacs-workflow.cppm File Reference

C++20 module partition for DICOM workflow types. More...

#include <chrono>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <mutex>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
#include <kcenon/pacs/workflow/task_scheduler.h>
#include <kcenon/pacs/workflow/auto_prefetch_service.h>
#include <kcenon/pacs/workflow/study_lock_manager.h>
Include dependency graph for pacs-workflow.cppm:

Go to the source code of this file.

Namespaces

namespace  pacs
 
namespace  pacs::workflow
 

Detailed Description

C++20 module partition for DICOM workflow types.

This module partition exports workflow-related types:

  • task_scheduler: Background task scheduling
  • auto_prefetch_service: Intelligent prefetching
  • study_lock_manager: Study-level locking

Part of the kcenon.pacs module.

Definition in file pacs-workflow.cppm.