Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
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.
 

Public Attributes

int at_time {}
 The reference time.
 
std::vector< LookupGenderValuedeath_weight {}
 The cancer death weight values.
 
std::vector< LookupGenderValueprevalence_distribution {}
 The cancer prevalence distribution.
 
std::vector< LookupGenderValuesurvival_rate {}
 The cancer survival rates.
 

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: