Status
public enum Status : String, Codable
Mode of operation / eRx-readiness status
-
The location is operational. /// NOTE: Is here used to indicate eRx-readiness.
Declaration
Swift
case active -
The location is temporarily closed.
Declaration
Swift
case suspended -
The location is no longer used. NOTE: Is here used to indicate non eRx-readiness.
Declaration
Swift
case inactive
View on GitHub
Status Enumeration Reference