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

Parse a commitment request from JSON body. More...

#include <storage_commitment_endpoints.h>

Collaboration diagram for kcenon::pacs::web::storage_commitment::parse_result:
Collaboration graph

Public Attributes

std::vector< services::sop_referencereferences
 
std::string error_message
 
bool valid {false}
 

Detailed Description

Parse a commitment request from JSON body.

Parameters
json_bodyThe request body
study_uidOptional study UID from URL path
Returns
Parsed references, or empty on error

Definition at line 156 of file storage_commitment_endpoints.h.

Member Data Documentation

◆ error_message

std::string kcenon::pacs::web::storage_commitment::parse_result::error_message

◆ references

std::vector<services::sop_reference> kcenon::pacs::web::storage_commitment::parse_result::references

◆ valid

bool kcenon::pacs::web::storage_commitment::parse_result::valid {false}

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