Use the maximum test-age for subjects past that age
This commit is contained in:
parent
97192b6190
commit
c044bebece
3 changed files with 9 additions and 9 deletions
|
@ -166,3 +166,8 @@ std::string MetaDataModel::toHtml() const
|
|||
|
||||
return out.str();
|
||||
}
|
||||
|
||||
Age MetaDataModel::getAge() const
|
||||
{
|
||||
return {m_dateOfBirth, m_dateOfTest};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue