Sha256: 089db0e1b4673764a8b17a2ed692750a46959a9bd0b93c5546548a34fc6d916b
Contents?: true
Size: 589 Bytes
Versions: 52
Compression:
Stored size: 589 Bytes
Contents
module AthenaHealth class Pharmacy < BaseModel attribute :clinicalproviderid, Integer attribute :clinicalprovidername, String attribute :address1, String attribute :address2, String attribute :city, String attribute :state, String attribute :zip, String attribute :phonenumber, String attribute :faxnumber, String attribute :acceptfax, Boolean attribute :pharmacytype, String attribute :receivertype, String end end
Version data entries
52 entries across 52 versions & 1 rubygems