|
PACS System 0.1.0
PACS DICOM system library
|
STOW-RS overall store response. More...
#include <dicomweb_endpoints.h>

Public Member Functions | |
| bool | all_success () const noexcept |
| bool | all_failed () const noexcept |
| bool | partial_success () const noexcept |
Public Attributes | |
| std::vector< store_instance_result > | referenced_instances |
| Successfully stored. | |
| std::vector< store_instance_result > | failed_instances |
| Failed to store. | |
STOW-RS overall store response.
Definition at line 303 of file dicomweb_endpoints.h.
|
inlinenodiscardnoexcept |
Definition at line 311 of file dicomweb_endpoints.h.
References failed_instances, and referenced_instances.
|
inlinenodiscardnoexcept |
Definition at line 307 of file dicomweb_endpoints.h.
References failed_instances, and referenced_instances.
|
inlinenodiscardnoexcept |
Definition at line 315 of file dicomweb_endpoints.h.
References failed_instances, and referenced_instances.
| std::vector<store_instance_result> kcenon::pacs::web::dicomweb::store_response::failed_instances |
Failed to store.
Definition at line 305 of file dicomweb_endpoints.h.
Referenced by all_failed(), all_success(), and partial_success().
| std::vector<store_instance_result> kcenon::pacs::web::dicomweb::store_response::referenced_instances |
Successfully stored.
Definition at line 304 of file dicomweb_endpoints.h.
Referenced by all_failed(), all_success(), and partial_success().