Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::SemanticTypes::ExaminationPeriod Struct Reference

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>

Collaboration diagram for mitk::SemanticTypes::ExaminationPeriod:

Public Attributes

ID UID
 
std::string name
 
std::vector< IDcontrolPointUIDs
 

Detailed Description

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.

Member Data Documentation

◆ controlPointUIDs

std::vector<ID> mitk::SemanticTypes::ExaminationPeriod::controlPointUIDs

Definition at line 93 of file mitkSemanticTypes.h.

◆ name

std::string mitk::SemanticTypes::ExaminationPeriod::name

Definition at line 92 of file mitkSemanticTypes.h.

◆ UID

ID mitk::SemanticTypes::ExaminationPeriod::UID

Definition at line 91 of file mitkSemanticTypes.h.


The documentation for this struct was generated from the following file: