Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::IndividualTrackingRow Struct Reference

#include <individual_tracking_message.h>

Public Attributes

std::size_t id {}
 
unsigned int age {}
 
std::string gender {}
 
std::string region {}
 
std::string ethnicity {}
 
std::string income_category {}
 
std::map< std::string, double > risk_factors {}
 

Detailed Description

MAHIMA: One row for the IndividualIDTracking CSV; carries filtered per-person data so the same person (by id) can be tracked across baseline and intervention.

Member Data Documentation

◆ age

unsigned int hgps::IndividualTrackingRow::age {}

◆ ethnicity

std::string hgps::IndividualTrackingRow::ethnicity {}

◆ gender

std::string hgps::IndividualTrackingRow::gender {}

◆ id

std::size_t hgps::IndividualTrackingRow::id {}

◆ income_category

std::string hgps::IndividualTrackingRow::income_category {}

◆ region

std::string hgps::IndividualTrackingRow::region {}

◆ risk_factors

std::map<std::string, double> hgps::IndividualTrackingRow::risk_factors {}

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