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

Result of a KOS document creation operation. More...

#include <imaging_document_source.h>

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

Public Attributes

bool success {false}
 Whether the KOS was created successfully.
 
std::optional< core::dicom_datasetkos_dataset
 The created KOS dataset (if successful)
 
std::string kos_instance_uid
 SOP Instance UID of the created KOS.
 
std::string error_message
 Error message (if failed)
 
size_t reference_count {0}
 Number of referenced instances.
 

Detailed Description

Result of a KOS document creation operation.

Definition at line 152 of file imaging_document_source.h.

Member Data Documentation

◆ error_message

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

◆ kos_dataset

std::optional<core::dicom_dataset> kcenon::pacs::services::xds::kos_creation_result::kos_dataset

◆ kos_instance_uid

std::string kcenon::pacs::services::xds::kos_creation_result::kos_instance_uid

◆ reference_count

size_t kcenon::pacs::services::xds::kos_creation_result::reference_count {0}

◆ success

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

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