PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::xds::registry_query_result Struct Reference

Result of a registry query. More...

#include <imaging_document_consumer.h>

Collaboration diagram for kcenon::pacs::services::xds::registry_query_result:
Collaboration graph

Public Attributes

bool success {false}
 Whether the query succeeded.
 
std::vector< document_referencedocuments
 Found document references.
 
std::string error_message
 Error message (if failed)
 
int http_status {0}
 HTTP status code from the registry.
 

Detailed Description

Result of a registry query.

Definition at line 106 of file imaging_document_consumer.h.

Member Data Documentation

◆ documents

std::vector<document_reference> kcenon::pacs::services::xds::registry_query_result::documents

◆ error_message

std::string kcenon::pacs::services::xds::registry_query_result::error_message

◆ http_status

int kcenon::pacs::services::xds::registry_query_result::http_status {0}

HTTP status code from the registry.

Definition at line 117 of file imaging_document_consumer.h.

117{0};

◆ success

bool kcenon::pacs::services::xds::registry_query_result::success {false}

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