|
PACS System 0.1.0
PACS DICOM system library
|
Statistics for C-MOVE/C-GET sub-operations. More...
#include <retrieve_scp.h>

Public Member Functions | |
| uint16_t | total () const noexcept |
| Get total number of sub-operations. | |
| bool | all_successful () const noexcept |
| Check if all operations completed successfully. | |
Public Attributes | |
| uint16_t | remaining {0} |
| Number of remaining sub-operations. | |
| uint16_t | completed {0} |
| Number of completed sub-operations. | |
| uint16_t | failed {0} |
| Number of failed sub-operations. | |
| uint16_t | warning {0} |
| Number of sub-operations with warnings. | |
Statistics for C-MOVE/C-GET sub-operations.
Tracks the progress of sub-operations during a retrieve operation.
Definition at line 67 of file retrieve_scp.h.
|
inlinenodiscardnoexcept |
Check if all operations completed successfully.
Definition at line 85 of file retrieve_scp.h.
References failed.
|
inlinenodiscardnoexcept |
Get total number of sub-operations.
Definition at line 77 of file retrieve_scp.h.
| uint16_t kcenon::pacs::services::sub_operation_stats::completed {0} |
Number of completed sub-operations.
Definition at line 69 of file retrieve_scp.h.
Referenced by total().
| uint16_t kcenon::pacs::services::sub_operation_stats::failed {0} |
Number of failed sub-operations.
Definition at line 70 of file retrieve_scp.h.
Referenced by all_successful(), and total().
| uint16_t kcenon::pacs::services::sub_operation_stats::remaining {0} |
Number of remaining sub-operations.
Definition at line 68 of file retrieve_scp.h.
Referenced by total().
| uint16_t kcenon::pacs::services::sub_operation_stats::warning {0} |
Number of sub-operations with warnings.
Definition at line 71 of file retrieve_scp.h.
Referenced by total().