Sha256: d1f0b090c2ec2bc34382f7607d0303f49e7bfe96287bca8f102a1fa0c4393258
Contents?: true
Size: 525 Bytes
Versions: 31
Compression:
Stored size: 525 Bytes
Contents
module AthenaHealth class AppointmentReminder < BaseModel attribute :appointmentreminderid, Integer attribute :providerid, Integer attribute :appointmenttypeid, Integer attribute :approximatedate, String attribute :note, String attribute :deleted, String attribute :status, String attribute :patientid, Integer attribute :departmentid, Integer attribute :patientinstructions, String end end
Version data entries
31 entries across 31 versions & 1 rubygems