AccidentType
public enum AccidentType : String, Equatable, Codable, Sendable
-
Unfall
Declaration
Swift
case accident = "1" -
Arbeitsunfall (Berufsgenossenschaft/Unfallkasse)
Declaration
Swift
case workAccident = "2" -
Berufskrankheit (Berufsgenossenschaft/Unfallkasse)
Declaration
Swift
case workRelatedDisease = "4" -
undefined type
Declaration
Swift
case unknown
View on GitHub
AccidentType Enumeration Reference