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

Disease full definition data structure. More...

#include <disease.h>

Collaboration diagram for hgps::core::DiseaseEntity:
[legend]

Public Member Functions

bool empty () const noexcept
 Checks whether the disease data definition is empty. More...
 

Public Attributes

Country country
 The associate country. More...
 
DiseaseInfo info
 Disease information. More...
 
std::map< std::string, int > measures
 Data measures lookup by name. More...
 
std::vector< DiseaseItemitems
 The collection of data measure items. More...
 

Detailed Description

Disease full definition data structure.

Member Function Documentation

◆ empty()

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

Checks whether the disease data definition is empty.

Returns
true for an empty definition, otherwise false.

Member Data Documentation

◆ country

Country hgps::core::DiseaseEntity::country

The associate country.

◆ info

DiseaseInfo hgps::core::DiseaseEntity::info

Disease information.

◆ items

std::vector<DiseaseItem> hgps::core::DiseaseEntity::items

The collection of data measure items.

◆ measures

std::map<std::string, int> hgps::core::DiseaseEntity::measures

Data measures lookup by name.


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