CDAKAllergy
public class CDAKAllergy: CDAKEntry
Represents an Allergy entry
-
type
Declaration
Swift
public var type: CDAKCodedEntries = CDAKCodedEntries()
-
reaction
Declaration
Swift
public var reaction: CDAKEntryDetail?// = CDAKCodedEntries() //flat code list
-
severity
Declaration
Swift
public var severity: CDAKEntryDetail?// = CDAKCodedEntries() //flat code list
-
Undocumented
Declaration
Swift
public class CDAKAllergy: CDAKEntry
-
Undocumented
Declaration
Swift
public class CDAKAllergy: CDAKEntry
-
Do not use - will be removed. Was used in HDS Ruby.
Declaration
Swift
public required init(event: [String : Any?])
-
Dictionary for JSON data
Declaration
Swift
override public var jsonDict: [String: AnyObject]