|
PACS System 0.1.0
PACS DICOM system library
|
Parse a commitment request from JSON body. More...
#include <storage_commitment_endpoints.h>

Public Attributes | |
| std::vector< services::sop_reference > | references |
| std::string | error_message |
| bool | valid {false} |
Parse a commitment request from JSON body.
| json_body | The request body |
| study_uid | Optional study UID from URL path |
Definition at line 156 of file storage_commitment_endpoints.h.
| std::string kcenon::pacs::web::storage_commitment::parse_result::error_message |
Definition at line 158 of file storage_commitment_endpoints.h.
Referenced by kcenon::pacs::web::storage_commitment::parse_commitment_request().
| std::vector<services::sop_reference> kcenon::pacs::web::storage_commitment::parse_result::references |
Definition at line 157 of file storage_commitment_endpoints.h.
Referenced by kcenon::pacs::web::storage_commitment::parse_commitment_request().
| bool kcenon::pacs::web::storage_commitment::parse_result::valid {false} |
Definition at line 159 of file storage_commitment_endpoints.h.
Referenced by kcenon::pacs::web::storage_commitment::parse_commitment_request().