CDAKCodedResultValue
public class CDAKCodedResultValue: CDAKResultValue, CDAKThingWithCodes
CDA Coded Result Value
-
CDA description
Declaration
Swift
public var item_description: String?
-
Any codes associated with the result value
Declaration
Swift
public var codes: CDAKCodedEntries = CDAKCodedEntries()
-
Debugging description
Declaration
Swift
override public var description: String
-
Dictionary for JSON data
Declaration
Swift
override public var jsonDict: [String: AnyObject]