Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
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...
#include <mitkSemanticTypes.h>
Public Attributes | |
ID | UID |
std::string | name |
std::vector< ID > | controlPointUIDs |
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.
Definition at line 89 of file mitkSemanticTypes.h.
std::vector<ID> mitk::SemanticTypes::ExaminationPeriod::controlPointUIDs |
Definition at line 93 of file mitkSemanticTypes.h.
std::string mitk::SemanticTypes::ExaminationPeriod::name |
Definition at line 92 of file mitkSemanticTypes.h.
ID mitk::SemanticTypes::ExaminationPeriod::UID |
Definition at line 91 of file mitkSemanticTypes.h.