|
PACS System 0.1.0
PACS DICOM system library
|
STOW-RS store result for a single instance. More...
#include <dicomweb_endpoints.h>

Public Attributes | |
| bool | success = false |
| Whether storage succeeded. | |
| std::string | sop_class_uid |
| SOP Class UID of the instance. | |
| std::string | sop_instance_uid |
| SOP Instance UID of the instance. | |
| std::string | retrieve_url |
| URL to retrieve the stored instance. | |
| std::optional< std::string > | error_code |
| Error code if failed. | |
| std::optional< std::string > | error_message |
| Error message if failed. | |
STOW-RS store result for a single instance.
Definition at line 291 of file dicomweb_endpoints.h.
| std::optional<std::string> kcenon::pacs::web::dicomweb::store_instance_result::error_code |
Error code if failed.
Definition at line 296 of file dicomweb_endpoints.h.
Referenced by kcenon::pacs::web::endpoints::register_dicomweb_endpoints_impl().
| std::optional<std::string> kcenon::pacs::web::dicomweb::store_instance_result::error_message |
Error message if failed.
Definition at line 297 of file dicomweb_endpoints.h.
Referenced by kcenon::pacs::web::endpoints::register_dicomweb_endpoints_impl().
| std::string kcenon::pacs::web::dicomweb::store_instance_result::retrieve_url |
URL to retrieve the stored instance.
Definition at line 295 of file dicomweb_endpoints.h.
Referenced by kcenon::pacs::web::endpoints::register_dicomweb_endpoints_impl().
| std::string kcenon::pacs::web::dicomweb::store_instance_result::sop_class_uid |
SOP Class UID of the instance.
Definition at line 293 of file dicomweb_endpoints.h.
Referenced by kcenon::pacs::web::endpoints::register_dicomweb_endpoints_impl().
| std::string kcenon::pacs::web::dicomweb::store_instance_result::sop_instance_uid |
SOP Instance UID of the instance.
Definition at line 294 of file dicomweb_endpoints.h.
Referenced by kcenon::pacs::web::endpoints::register_dicomweb_endpoints_impl().
| bool kcenon::pacs::web::dicomweb::store_instance_result::success = false |
Whether storage succeeded.
Definition at line 292 of file dicomweb_endpoints.h.
Referenced by kcenon::pacs::web::endpoints::register_dicomweb_endpoints_impl().