june.infection.symptom_tag.SymptomTag¶
-
class
june.infection.symptom_tag.
SymptomTag
(value) A tag for the symptoms exhibited by a person.
Higher numbers are more severe. 0 - 5 correspond to indices in the health index array.
-
classmethod
from_string
(string: str) → june.infection.symptom_tag.SymptomTag
-
asymptomatic
= 0
-
dead_home
= 5
-
dead_hospital
= 6
-
dead_icu
= 7
-
exposed
= -1
-
healthy
= -2
-
hospitalised
= 3
-
intensive_care
= 4
-
mild
= 1
-
recovered
= -3
-
severe
= 2
-
classmethod