lib/athena_health/appointment.rb in athena_health-0.8.3 vs lib/athena_health/appointment.rb in athena_health-0.8.4
- old
+ new
@@ -2,9 +2,11 @@
class Appointment < BaseModel
attribute :date, String
attribute :appointmentid, Integer
attribute :departmentid, Integer
attribute :appointmenttype, String
+ attribute :appointmentstatus, String
+ attribute :patientid, Integer
attribute :providerid, Integer
attribute :starttime, String
attribute :duration, Integer
attribute :appointmenttypeid, Integer
attribute :patientappointmenttypename, Integer