PharmacyType
public enum PharmacyType : String, Codable, Hashable
-
Pharmacy
Declaration
Swift
case pharm -
Outpatient pharmacy NOTE: Is here used to indicate (publicly accessible) brick and mortar pharmacies that offer pickup service.
Declaration
Swift
case outpharm -
Mobile Unit NOTE: Is here used to indicate pharmacies offering mail order service
Declaration
Swift
case mobl -
NOTE: Is here used to indicate (publicly accessible) brick and mortar pharmacies that offer delivery (a.k.a. Botendienst)
Declaration
Swift
case delivery -
Declaration
Swift
case emergency
View on GitHub
PharmacyType Enumeration Reference