CDAKEntryDetail
Undocumented
-
A generalized
time
associated with the entryDeclaration
Swift
public var time: Double?
-
A start time associated with this entry
Declaration
Swift
public var start_time: Double?
-
an end time associated with this entry
Declaration
Swift
public var end_time: Double?
-
Type of CDA Entry if available
Declaration
Swift
public var cda_identifier: CDAKCDAIdentifier? //, class_name: "CDAKCDAIdentifier", as: :cda_identifiable
-
Core coded entries that represent any
meaning
behind the entry These will be in the format of… ClinicalVocabulary:ConceptID Like LOINC:12345Declaration
Swift
public var codes: CDAKCodedEntries = CDAKCodedEntries()
-
Internal object hash value
Declaration
Swift
public var hashValue: Int
-
Debugging description
Declaration
Swift
public var description : String
-
Undocumented
-
Dictionary for JSON data
Declaration
Swift
public var jsonDict: [String: AnyObject]