Use the maximum test-age for subjects past that age

This commit is contained in:
Michael Mandl 2019-01-27 20:09:10 +01:00
parent 97192b6190
commit c044bebece
3 changed files with 9 additions and 9 deletions

View file

@ -166,3 +166,8 @@ std::string MetaDataModel::toHtml() const
return out.str();
}
Age MetaDataModel::getAge() const
{
return {m_dateOfBirth, m_dateOfTest};
}