Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Cancer disease parameters per country data structure. More...
#include <disease.h>
Public Member Functions | |
bool | empty () const noexcept |
Checks whether the cancer parameters data is empty. More... | |
Public Attributes | |
int | at_time {} |
The reference time. More... | |
std::vector< LookupGenderValue > | death_weight {} |
The cancer death weight values. More... | |
std::vector< LookupGenderValue > | prevalence_distribution {} |
The cancer prevalence distribution. More... | |
std::vector< LookupGenderValue > | survival_rate {} |
The cancer survival rates. More... | |
Cancer disease parameters per country data structure.
|
inlinenoexcept |
Checks whether the cancer parameters data is empty.
int hgps::core::CancerParameterEntity::at_time {} |
The reference time.
std::vector<LookupGenderValue> hgps::core::CancerParameterEntity::death_weight {} |
The cancer death weight values.
std::vector<LookupGenderValue> hgps::core::CancerParameterEntity::prevalence_distribution {} |
The cancer prevalence distribution.
std::vector<LookupGenderValue> hgps::core::CancerParameterEntity::survival_rate {} |
The cancer survival rates.