|
PACS System 0.1.0
PACS DICOM system library
|
Modification details when assessment_type is modify. More...
#include <aira_assessment.h>

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. | |
Modification details when assessment_type is modify.
Definition at line 78 of file aira_assessment.h.
| std::string kcenon::pacs::ai::assessment_modification::description |
Description of what was modified.
Definition at line 80 of file aira_assessment.h.
| std::optional<std::string> kcenon::pacs::ai::assessment_modification::modified_result_class_uid |
SOP Class UID of the modified result.
Definition at line 86 of file aira_assessment.h.
| 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)
Definition at line 83 of file aira_assessment.h.