PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::sop_classes::sr_template Namespace Reference

Common SR Template IDs (TID) More...

Variables

constexpr std::string_view basic_diagnostic_imaging_report = "2000"
 Basic Diagnostic Imaging Report (TID 2000)
 
constexpr std::string_view mammography_cad_report = "4000"
 Mammography CAD Report (TID 4000)
 
constexpr std::string_view chest_cad_report = "4100"
 Chest CAD Report (TID 4100)
 
constexpr std::string_view colon_cad_report = "4200"
 Colon CAD Report (TID 4200)
 
constexpr std::string_view xray_radiation_dose_report = "10001"
 X-Ray Radiation Dose Report (TID 10001)
 
constexpr std::string_view ct_radiation_dose_report = "10011"
 CT Radiation Dose Report (TID 10011)
 
constexpr std::string_view projection_xray_dose_report = "10020"
 Projection X-Ray Radiation Dose Report (TID 10020)
 
constexpr std::string_view key_object_selection = "2010"
 Key Object Selection (TID 2010)
 
constexpr std::string_view measurement_report = "1500"
 AI Results Report (TID 1500 - measurement group)
 

Detailed Description

Common SR Template IDs (TID)

Well-known template identifiers for SR document structure.

Variable Documentation

◆ basic_diagnostic_imaging_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::basic_diagnostic_imaging_report = "2000"
inlineconstexpr

Basic Diagnostic Imaging Report (TID 2000)

Definition at line 380 of file sr_storage.h.

Referenced by kcenon::pacs::services::sop_classes::get_recommended_sr_template().

◆ chest_cad_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::chest_cad_report = "4100"
inlineconstexpr

Chest CAD Report (TID 4100)

Definition at line 386 of file sr_storage.h.

Referenced by kcenon::pacs::services::sop_classes::get_recommended_sr_template().

◆ colon_cad_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::colon_cad_report = "4200"
inlineconstexpr

Colon CAD Report (TID 4200)

Definition at line 389 of file sr_storage.h.

Referenced by kcenon::pacs::services::sop_classes::get_recommended_sr_template().

◆ ct_radiation_dose_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::ct_radiation_dose_report = "10011"
inlineconstexpr

CT Radiation Dose Report (TID 10011)

Definition at line 395 of file sr_storage.h.

◆ key_object_selection

std::string_view kcenon::pacs::services::sop_classes::sr_template::key_object_selection = "2010"
inlineconstexpr

Key Object Selection (TID 2010)

Definition at line 401 of file sr_storage.h.

Referenced by kcenon::pacs::services::sop_classes::get_recommended_sr_template().

◆ mammography_cad_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::mammography_cad_report = "4000"
inlineconstexpr

Mammography CAD Report (TID 4000)

Definition at line 383 of file sr_storage.h.

Referenced by kcenon::pacs::services::sop_classes::get_recommended_sr_template().

◆ measurement_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::measurement_report = "1500"
inlineconstexpr

AI Results Report (TID 1500 - measurement group)

Definition at line 404 of file sr_storage.h.

◆ projection_xray_dose_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::projection_xray_dose_report = "10020"
inlineconstexpr

Projection X-Ray Radiation Dose Report (TID 10020)

Definition at line 398 of file sr_storage.h.

◆ xray_radiation_dose_report

std::string_view kcenon::pacs::services::sop_classes::sr_template::xray_radiation_dose_report = "10001"
inlineconstexpr

X-Ray Radiation Dose Report (TID 10001)

Definition at line 392 of file sr_storage.h.

Referenced by kcenon::pacs::services::sop_classes::get_recommended_sr_template().