Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Burden of Diseases (BoD) analysis for a country data structure. More...
#include <analysis.h>
Public Member Functions | |
bool | empty () const noexcept |
Checks whether the disease analysis definition is empty. More... | |
Public Attributes | |
std::map< std::string, float > | disability_weights {} |
Diseases disability weight value. More... | |
std::vector< LifeExpectancyItem > | life_expectancy {} |
Collection of life expectancy indicators. More... | |
std::map< int, std::map< Gender, double > > | cost_of_diseases {} |
The cost of disease lookup table by age and gender. More... | |
Burden of Diseases (BoD) analysis for a country data structure.
|
inlinenoexcept |
Checks whether the disease analysis definition is empty.
std::map<int, std::map<Gender, double> > hgps::core::DiseaseAnalysisEntity::cost_of_diseases {} |
The cost of disease lookup table by age and gender.
std::map<std::string, float> hgps::core::DiseaseAnalysisEntity::disability_weights {} |
Diseases disability weight value.
std::vector<LifeExpectancyItem> hgps::core::DiseaseAnalysisEntity::life_expectancy {} |
Collection of life expectancy indicators.