Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
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 > |
using mitk::SemanticTypes::CaseID = typedef std::string |
Definition at line 34 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::ControlPointVector = typedef std::vector<ControlPoint> |
Definition at line 118 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::ExaminationPeriodVector = typedef std::vector<ExaminationPeriod> |
Definition at line 119 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::ID = typedef std::string |
Definition at line 33 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::IDVector = typedef std::vector<ID> |
Definition at line 115 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::InformationType = typedef std::string |
Definition at line 35 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::InformationTypeVector = typedef std::vector<InformationType> |
Definition at line 120 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::LesionClassVector = typedef std::vector<LesionClass> |
Definition at line 117 of file mitkSemanticTypes.h.
using mitk::SemanticTypes::LesionVector = typedef std::vector<Lesion> |
Definition at line 116 of file mitkSemanticTypes.h.