SymptomsOnset
enum SymptomsOnset
Undocumented
-
Undocumented
Declaration
Swift
case noInformation -
Undocumented
Declaration
Swift
case nonSymptomatic -
Undocumented
Declaration
Swift
case symptomaticWithUnknownOnset -
Undocumented
Declaration
Swift
case lastSevenDays -
Undocumented
Declaration
Swift
case oneToTwoWeeksAgo -
Undocumented
Declaration
Swift
case moreThanTwoWeeksAgo -
Undocumented
Declaration
Swift
case daysSinceOnset(Int)
-
Transmission risk level by days since the exposure. These factors are applied to each
ENTemporaryExposureKey‘stransmissionRiskLevelIndex 0 of the array represents the day of the exposure Index 1 the next day, and so on. These factors are supplied by RKI
See
see also: Risk Score Calculation DocsDeclaration
Swift
var transmissionRiskVector: [Int32] { get } -
Days since onset of symptoms according to https://github.com/corona-warn-app/cwa-app-tech-spec/blob/56521167b688f418127adde09a18a48f262af382/docs/spec/days-since-onset-of-symptoms.md
Declaration
Swift
var daysSinceOnsetOfSymptomsVector: [Int32] { get }