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

Rejection reason when assessment_type is reject. More...

#include <aira_assessment.h>

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

Public Attributes

std::string reason_code
 Coded reason for rejection.
 
std::string reason_scheme {"DCM"}
 Code scheme designator for the reason.
 
std::string reason_description
 Human-readable reason description.
 

Detailed Description

Rejection reason when assessment_type is reject.

Definition at line 92 of file aira_assessment.h.

Member Data Documentation

◆ reason_code

std::string kcenon::pacs::ai::assessment_rejection::reason_code

Coded reason for rejection.

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

Definition at line 94 of file aira_assessment.h.

◆ reason_description

std::string kcenon::pacs::ai::assessment_rejection::reason_description

Human-readable reason description.

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

Definition at line 100 of file aira_assessment.h.

◆ reason_scheme

std::string kcenon::pacs::ai::assessment_rejection::reason_scheme {"DCM"}

Code scheme designator for the reason.

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

Definition at line 97 of file aira_assessment.h.

97{"DCM"};

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