|
PACS System 0.1.0
PACS DICOM system library
|
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>

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 |
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.
Definition in file job_repository.h.