|
PACS System 0.1.0
PACS DICOM system library
|
Result of a registry query. More...
#include <imaging_document_consumer.h>

Public Attributes | |
| bool | success {false} |
| Whether the query succeeded. | |
| std::vector< document_reference > | documents |
| Found document references. | |
| std::string | error_message |
| Error message (if failed) | |
| int | http_status {0} |
| HTTP status code from the registry. | |
Result of a registry query.
Definition at line 106 of file imaging_document_consumer.h.
| std::vector<document_reference> kcenon::pacs::services::xds::registry_query_result::documents |
Found document references.
Definition at line 111 of file imaging_document_consumer.h.
| std::string kcenon::pacs::services::xds::registry_query_result::error_message |
Error message (if failed)
Definition at line 114 of file imaging_document_consumer.h.
Referenced by kcenon::pacs::services::xds::imaging_document_consumer::query_registry().
| 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.
| bool kcenon::pacs::services::xds::registry_query_result::success {false} |
Whether the query succeeded.
Definition at line 108 of file imaging_document_consumer.h.
Referenced by kcenon::pacs::services::xds::imaging_document_consumer::query_registry().