Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include <boost/date_time/gregorian/gregorian.hpp>
#include <set>
#include <tuple>
#include <vector>
Go to the source code of this file.
Classes | |
struct | mitk::SemanticTypes::ControlPoint |
struct | mitk::SemanticTypes::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 | mitk::SemanticTypes::LesionClass |
struct | mitk::SemanticTypes::Lesion |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
mitk::SemanticTypes | |
Macros | |
#define | BOOST_DATE_TIME_NO_LIB |
Typedefs | |
using | mitk::SemanticTypes::ID = std::string |
using | mitk::SemanticTypes::CaseID = std::string |
using | mitk::SemanticTypes::InformationType = std::string |
using | mitk::SemanticTypes::IDVector = std::vector< ID > |
using | mitk::SemanticTypes::LesionVector = std::vector< Lesion > |
using | mitk::SemanticTypes::LesionClassVector = std::vector< LesionClass > |
using | mitk::SemanticTypes::ControlPointVector = std::vector< ControlPoint > |
using | mitk::SemanticTypes::ExaminationPeriodVector = std::vector< ExaminationPeriod > |
using | mitk::SemanticTypes::InformationTypeVector = std::vector< InformationType > |
#define BOOST_DATE_TIME_NO_LIB |
Definition at line 16 of file mitkSemanticTypes.h.