PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::web::dicomweb::store_instance_result Struct Reference

STOW-RS store result for a single instance. More...

#include <dicomweb_endpoints.h>

Collaboration diagram for kcenon::pacs::web::dicomweb::store_instance_result:
Collaboration graph

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.
 

Detailed Description

STOW-RS store result for a single instance.

Definition at line 291 of file dicomweb_endpoints.h.

Member Data Documentation

◆ error_code

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().

◆ error_message

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().

◆ retrieve_url

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().

◆ sop_class_uid

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().

◆ sop_instance_uid

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().

◆ success

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().


The documentation for this struct was generated from the following file: