PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::ai::assessment_modification Struct Reference

Modification details when assessment_type is modify. More...

#include <aira_assessment.h>

Collaboration diagram for kcenon::pacs::ai::assessment_modification:
Collaboration graph

Public Attributes

std::string description
 Description of what was modified.
 
std::optional< std::string > modified_result_uid
 SOP Instance UID of the modified result (if a new object was created)
 
std::optional< std::string > modified_result_class_uid
 SOP Class UID of the modified result.
 

Detailed Description

Modification details when assessment_type is modify.

Definition at line 78 of file aira_assessment.h.

Member Data Documentation

◆ description

std::string kcenon::pacs::ai::assessment_modification::description

Description of what was modified.

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/ai/aira_assessment.h.

Definition at line 80 of file aira_assessment.h.

◆ modified_result_class_uid

std::optional<std::string> kcenon::pacs::ai::assessment_modification::modified_result_class_uid

SOP Class UID of the modified result.

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/ai/aira_assessment.h.

Definition at line 86 of file aira_assessment.h.

◆ modified_result_uid

std::optional<std::string> kcenon::pacs::ai::assessment_modification::modified_result_uid

SOP Instance UID of the modified result (if a new object was created)

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/ai/aira_assessment.h.

Definition at line 83 of file aira_assessment.h.


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