PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
job_repository.h File Reference

Repository for job persistence using base_repository pattern. More...

#include "kcenon/pacs/client/job_types.h"
#include <kcenon/common/patterns/result.h>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for job_repository.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::pacs::storage::job_query_options
 Query options for listing jobs. More...
 
class  kcenon::pacs::storage::job_repository
 Repository for job persistence (legacy SQLite interface) More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::storage
 

Detailed Description

Repository for job persistence using base_repository pattern.

This file provides the job_repository class for persisting job records using the base_repository pattern. Supports CRUD operations, status updates, and progress tracking.

See also
Issue #537 - Implement Job Manager for Async DICOM Operations
Issue #552 - Part 1: Job Types and Repository Implementation
Issue #610 - Phase 4: Repository Migrations
Issue #649 - Part 1: Migrate job_repository
Author
kcenon
Since
1.0.0

Definition in file job_repository.h.