|
PACS System 0.1.0
PACS DICOM system library
|
Result of a DCMTK tool execution. More...
#include <dcmtk_tool.h>

Public Member Functions | |
| bool | success () const noexcept |
| bool | has_error () const noexcept |
Public Attributes | |
| int | exit_code {-1} |
| Process exit code. | |
| std::string | stdout_output |
| Standard output. | |
| std::string | stderr_output |
| Standard error. | |
| std::chrono::milliseconds | duration {0} |
| Execution duration. | |
| bool | timed_out {false} |
| Whether the process timed out. | |
Result of a DCMTK tool execution.
Definition at line 36 of file dcmtk_tool.h.
|
inlinenodiscardnoexcept |
Definition at line 47 of file dcmtk_tool.h.
References stderr_output.
Referenced by TEST_CASE().

|
inlinenodiscardnoexcept |
Definition at line 44 of file dcmtk_tool.h.
References exit_code.
Referenced by TEST_CASE().

| std::chrono::milliseconds kcenon::pacs::integration_test::dcmtk_result::duration {0} |
Execution duration.
Definition at line 40 of file dcmtk_tool.h.
Referenced by kcenon::pacs::integration_test::dcmtk_tool::run_tool().
| int kcenon::pacs::integration_test::dcmtk_result::exit_code {-1} |
Process exit code.
Definition at line 37 of file dcmtk_tool.h.
Referenced by kcenon::pacs::integration_test::dcmtk_tool::is_available(), kcenon::pacs::integration_test::dcmtk_tool::run_tool(), success(), and TEST_CASE().
| std::string kcenon::pacs::integration_test::dcmtk_result::stderr_output |
Standard error.
Definition at line 39 of file dcmtk_tool.h.
Referenced by has_error(), kcenon::pacs::integration_test::dcmtk_tool::run_tool(), and TEST_CASE().
| std::string kcenon::pacs::integration_test::dcmtk_result::stdout_output |
Standard output.
Definition at line 38 of file dcmtk_tool.h.
Referenced by kcenon::pacs::integration_test::dcmtk_tool::run_tool(), and kcenon::pacs::integration_test::dcmtk_tool::version().
| bool kcenon::pacs::integration_test::dcmtk_result::timed_out {false} |
Whether the process timed out.
Definition at line 41 of file dcmtk_tool.h.
Referenced by kcenon::pacs::integration_test::dcmtk_tool::run_tool().