Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::core::CancerParameterEntity Struct Reference

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< LookupGenderValuedeath_weight {}
 The cancer death weight values. More...
 
std::vector< LookupGenderValueprevalence_distribution {}
 The cancer prevalence distribution. More...
 
std::vector< LookupGenderValuesurvival_rate {}
 The cancer survival rates. More...
 

Detailed Description

Cancer disease parameters per country data structure.

Member Function Documentation

◆ empty()

bool hgps::core::CancerParameterEntity::empty ( ) const
inlinenoexcept

Checks whether the cancer parameters data is empty.

Returns
true for an empty definition, otherwise false.

Member Data Documentation

◆ at_time

int hgps::core::CancerParameterEntity::at_time {}

The reference time.

◆ death_weight

std::vector<LookupGenderValue> hgps::core::CancerParameterEntity::death_weight {}

The cancer death weight values.

◆ prevalence_distribution

std::vector<LookupGenderValue> hgps::core::CancerParameterEntity::prevalence_distribution {}

The cancer prevalence distribution.

◆ survival_rate

std::vector<LookupGenderValue> hgps::core::CancerParameterEntity::survival_rate {}

The cancer survival rates.


The documentation for this struct was generated from the following file: