Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Disease full definition data structure. More...
#include <disease.h>
Public Member Functions | |
bool | empty () const noexcept |
Checks whether the disease data definition is empty. More... | |
Public Attributes | |
Country | country |
The associate country. More... | |
DiseaseInfo | info |
Disease information. More... | |
std::map< std::string, int > | measures |
Data measures lookup by name. More... | |
std::vector< DiseaseItem > | items |
The collection of data measure items. More... | |
Disease full definition data structure.
|
inlinenoexcept |
Checks whether the disease data definition is empty.
Country hgps::core::DiseaseEntity::country |
The associate country.
DiseaseInfo hgps::core::DiseaseEntity::info |
Disease information.
std::vector<DiseaseItem> hgps::core::DiseaseEntity::items |
The collection of data measure items.
std::map<std::string, int> hgps::core::DiseaseEntity::measures |
Data measures lookup by name.