|
PACS System 0.1.0
PACS DICOM system library
|
Information about an AI result stored in the system. More...
#include <ai_result_handler.h>

Public Attributes | |
| std::string | sop_instance_uid |
| SOP Instance UID of the AI result. | |
| ai_result_type | type |
| Type of AI result. | |
| std::string | sop_class_uid |
| SOP Class UID. | |
| std::string | series_instance_uid |
| Series Instance UID. | |
| std::string | source_study_uid |
| Study Instance UID of the source study. | |
| std::string | algorithm_name |
| AI model/algorithm identifier. | |
| std::string | algorithm_version |
| Algorithm version. | |
| std::chrono::system_clock::time_point | received_at |
| Timestamp when the result was received. | |
| std::optional< std::string > | description |
| Optional description. | |
Information about an AI result stored in the system.
Definition at line 77 of file ai_result_handler.h.
| std::string kcenon::pacs::ai::ai_result_info::algorithm_name |
AI model/algorithm identifier.
Definition at line 94 of file ai_result_handler.h.
| std::string kcenon::pacs::ai::ai_result_info::algorithm_version |
Algorithm version.
Definition at line 97 of file ai_result_handler.h.
| std::optional<std::string> kcenon::pacs::ai::ai_result_info::description |
Optional description.
Definition at line 103 of file ai_result_handler.h.
| std::chrono::system_clock::time_point kcenon::pacs::ai::ai_result_info::received_at |
Timestamp when the result was received.
Definition at line 100 of file ai_result_handler.h.
| std::string kcenon::pacs::ai::ai_result_info::series_instance_uid |
Series Instance UID.
Definition at line 88 of file ai_result_handler.h.
| std::string kcenon::pacs::ai::ai_result_info::sop_class_uid |
SOP Class UID.
Definition at line 85 of file ai_result_handler.h.
| std::string kcenon::pacs::ai::ai_result_info::sop_instance_uid |
SOP Instance UID of the AI result.
Definition at line 79 of file ai_result_handler.h.
| std::string kcenon::pacs::ai::ai_result_info::source_study_uid |
Study Instance UID of the source study.
Definition at line 91 of file ai_result_handler.h.
| ai_result_type kcenon::pacs::ai::ai_result_info::type |
Type of AI result.
Definition at line 82 of file ai_result_handler.h.