CatchmentArea
public struct CatchmentArea : Equatable, Codable
A struct representing an EHRSystem + departmentId
-
The EHRSystem name
Declaration
Swift
public let ehrSystem: String -
The identifier unique to the EHRSystem
Declaration
Swift
public let departmentId: String -
Undocumented
Declaration
Swift
public init(ehrSystem: String, departmentId: String)
View on GitHub
Install in Dash
CatchmentArea Structure Reference