generalExamSymptoms top-level property

Map<String, dynamic> generalExamSymptoms
getter/setter pair

SidePaneProblemStore holds side pane selected data

Implementation

Map<String, dynamic> generalExamSymptoms = <String, String>{
  'description': 'description',
  'symptomFever': 'Fever',
  'symptomNausea': 'Nausea',
  'symptomRash': 'Rash',
  'symptomFatigue': 'Experiencing Fatigue',
  'symptomWeighGain': 'Weight Gain',
  'symptomWeightLoss': 'Weight Loss',
};