CDAKOrganization
public class CDAKOrganization: CDAKJSONInstantiable, CustomStringConvertible, Equatable, Hashable
Organization
-
organization name
Declaration
Swift
public var name: String?
-
OIds etc. for organization
Declaration
Swift
public var ids: [CDAKCDAIdentifier] = [] //not used in original model. Merged from QRDA ORG model
-
physical address
Declaration
Swift
public var addresses: [CDAKAddress] = [CDAKAddress]()
-
telecoms
Declaration
Swift
public var telecoms: [CDAKTelecom] = [CDAKTelecom]()
-
Undocumented
Declaration
Swift
public class CDAKOrganization: CDAKJSONInstantiable, CustomStringConvertible, Equatable, Hashable
-
Do not use - will be removed. Was used in HDS Ruby.
Declaration
Swift
required public init(event: [String:Any?])
-
Debugging description
Declaration
Swift
public var description: String
-
Undocumented
Declaration
Swift
public class CDAKOrganization: CDAKJSONInstantiable, CustomStringConvertible, Equatable, Hashable
-
Undocumented
Declaration
Swift
public class CDAKOrganization: CDAKJSONInstantiable, CustomStringConvertible, Equatable, Hashable
-
Dictionary for JSON data
Declaration
Swift
public var jsonDict: [String: AnyObject]