Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::SemanticTypes Namespace Reference

Classes

struct  ControlPoint
 
struct  ExaminationPeriod
 The concept of an examination period. An examination period holds a vector of control point UIDs. The semantic relation storage stores the UIDs such that the represented control points are in chronological order. More...
 
struct  Lesion
 
struct  LesionClass
 

Typedefs

using ID = std::string
 
using CaseID = std::string
 
using InformationType = std::string
 
using IDVector = std::vector< ID >
 
using LesionVector = std::vector< Lesion >
 
using LesionClassVector = std::vector< LesionClass >
 
using ControlPointVector = std::vector< ControlPoint >
 
using ExaminationPeriodVector = std::vector< ExaminationPeriod >
 
using InformationTypeVector = std::vector< InformationType >
 

Typedef Documentation

◆ CaseID

using mitk::SemanticTypes::CaseID = typedef std::string

Definition at line 34 of file mitkSemanticTypes.h.

◆ ControlPointVector

Definition at line 118 of file mitkSemanticTypes.h.

◆ ExaminationPeriodVector

Definition at line 119 of file mitkSemanticTypes.h.

◆ ID

using mitk::SemanticTypes::ID = typedef std::string

Definition at line 33 of file mitkSemanticTypes.h.

◆ IDVector

using mitk::SemanticTypes::IDVector = typedef std::vector<ID>

Definition at line 115 of file mitkSemanticTypes.h.

◆ InformationType

using mitk::SemanticTypes::InformationType = typedef std::string

Definition at line 35 of file mitkSemanticTypes.h.

◆ InformationTypeVector

Definition at line 120 of file mitkSemanticTypes.h.

◆ LesionClassVector

Definition at line 117 of file mitkSemanticTypes.h.

◆ LesionVector

using mitk::SemanticTypes::LesionVector = typedef std::vector<Lesion>

Definition at line 116 of file mitkSemanticTypes.h.