|
PACS System 0.1.0
PACS DICOM system library
|
C++ wrapper for DCMTK command-line tools. More...
#include "test_fixtures.h"#include <chrono>#include <cstdlib>#include <filesystem>#include <optional>#include <sstream>#include <string>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::integration_test::dcmtk_result |
| Result of a DCMTK tool execution. More... | |
| class | kcenon::pacs::integration_test::dcmtk_tool |
| Wrapper class for DCMTK command-line tools. More... | |
| class | kcenon::pacs::integration_test::dcmtk_server_guard |
| RAII guard for DCMTK server processes. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::integration_test |
C++ wrapper for DCMTK command-line tools.
Provides reusable utilities for launching and managing DCMTK CLI tools (echoscu, storescu, findscu, movescu, storescp) within the pacs_system test infrastructure.
Definition in file dcmtk_tool.h.