CDAKAddress
public class CDAKAddress: NSObject, CDAKJSONInstantiable
Represents a physical address
-
Street
Declaration
Swift
public var street: [String] = [String]() -
City
Declaration
Swift
public var city: String? -
State
Declaration
Swift
public var state: String? -
Zip code
Declaration
Swift
public var zip: String? -
Country code
Declaration
Swift
public var country: String? -
HL7 Address Use codes HL7 OID: 2.16.840.1.113883.5.1119 Reference
Declaration
Swift
public var use: String? -
Determines whether the address is empty
Declaration
Swift
public var is_empty: Bool
-
Undocumented
Declaration
Swift
public class CDAKAddress: NSObject, CDAKJSONInstantiable -
Undocumented
Declaration
Swift
public class CDAKAddress: NSObject, CDAKJSONInstantiable
-
Do not use - will be removed. Was used in HDS Ruby.
Declaration
Swift
required public init(event: [String:Any?])
-
Debugging description
Declaration
Swift
override public var description: String
-
Dictionary for JSON data
Declaration
Swift
public var jsonDict: [String: AnyObject]
CDAKAddress Class Reference