|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#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 {} |
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.
| unsigned int hgps::IndividualTrackingRow::age {} |
| std::string hgps::IndividualTrackingRow::ethnicity {} |
| std::string hgps::IndividualTrackingRow::gender {} |
| std::size_t hgps::IndividualTrackingRow::id {} |
| std::string hgps::IndividualTrackingRow::income_category {} |
| std::string hgps::IndividualTrackingRow::region {} |
| std::map<std::string, double> hgps::IndividualTrackingRow::risk_factors {} |