Sha256: 13d319a6a9ec6a43c8b72695f1c8502056cd731a2da34b99c7a90eecc3e3132b
Contents?: true
Size: 1.43 KB
Versions: 35
Compression:
Stored size: 1.43 KB
Contents
module AthenaHealth class Department < BaseModel attribute :creditcardtypes, Array attribute :medicationhistoryconsent, Boolean attribute :timezoneoffset, Fixnum attribute :providergroupid, Integer attribute :singleappointmentcontractmax, Integer attribute :state, String attribute :portalurl, String attribute :city, String attribute :placeofservicefacility, Boolean attribute :oneyearcontractmax, Integer attribute :latitude, Float attribute :providergroupname, String attribute :doesnotobservedst, Boolean attribute :departmentid, Integer attribute :address, String attribute :placeofservicetypeid, Integer attribute :longitude, Float attribute :clinicals, String attribute :timezone, Fixnum attribute :patientdepartmentname, String attribute :name, String attribute :placeofservicetypename, String attribute :phone, String attribute :ecommercecreditcardtypes, Array attribute :zip, String attribute :communicatorbrandid, Integer attribute :providerlist, Array end end
Version data entries
35 entries across 35 versions & 1 rubygems