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

CAD finding extracted from Structured Report. More...

#include <ai_result_handler.h>

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

Public Attributes

std::string finding_type
 Finding type/category.
 
std::string location
 Location/site description.
 
std::optional< double > confidence
 Confidence score (0.0 to 1.0)
 
std::optional< std::string > measurement
 Additional measurement or annotation data.
 
std::optional< std::string > referenced_sop_instance_uid
 Reference to specific image where finding was detected.
 

Detailed Description

CAD finding extracted from Structured Report.

Definition at line 123 of file ai_result_handler.h.

Member Data Documentation

◆ confidence

std::optional<double> kcenon::pacs::ai::cad_finding::confidence

Confidence score (0.0 to 1.0)

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

Definition at line 131 of file ai_result_handler.h.

◆ finding_type

std::string kcenon::pacs::ai::cad_finding::finding_type

◆ location

std::string kcenon::pacs::ai::cad_finding::location

◆ measurement

std::optional<std::string> kcenon::pacs::ai::cad_finding::measurement

Additional measurement or annotation data.

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

Definition at line 134 of file ai_result_handler.h.

◆ referenced_sop_instance_uid

std::optional<std::string> kcenon::pacs::ai::cad_finding::referenced_sop_instance_uid

Reference to specific image where finding was detected.

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

Definition at line 137 of file ai_result_handler.h.


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