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