Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Defines the cancer disease parameters data type. More...
#include <disease_definition.h>
Public Member Functions | |
DiseaseParameter ()=default | |
Initialises a new instance of the DiseaseParameter data structure. More... | |
DiseaseParameter (int data_time, const ParameterLookup &prevalence, const ParameterLookup &survival, const ParameterLookup &deaths) | |
Initialises a new instance of the DiseaseParameter data structure. More... | |
Public Attributes | |
int | time_year {} |
The dataset time reference. More... | |
ParameterLookup | prevalence_distribution {} |
Cancer prevalence distribution. More... | |
ParameterLookup | survival_rate {} |
Cancer survival rate. More... | |
ParameterLookup | death_weight {} |
Cancer death weight. More... | |
int | max_time_since_onset {} |
The maximum time since onset for the cancer to be cured. More... | |
Defines the cancer disease parameters data type.
|
default |
Initialises a new instance of the DiseaseParameter data structure.
|
inline |
Initialises a new instance of the DiseaseParameter data structure.
data_time | The disease data time reference |
prevalence | The cancer prevalence distribution |
survival | The cancer survivalist rates |
deaths | The cancer death weights |
ParameterLookup hgps::DiseaseParameter::death_weight {} |
Cancer death weight.
int hgps::DiseaseParameter::max_time_since_onset {} |
The maximum time since onset for the cancer to be cured.
ParameterLookup hgps::DiseaseParameter::prevalence_distribution {} |
Cancer prevalence distribution.
ParameterLookup hgps::DiseaseParameter::survival_rate {} |
Cancer survival rate.
int hgps::DiseaseParameter::time_year {} |
The dataset time reference.