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

Public Attributes

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

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: