lib/athena_health/appointment.rb in athena_health-1.0.0 vs lib/athena_health/appointment.rb in athena_health-1.0.1

- old
+ new

@@ -11,9 +11,12 @@ attribute :duration, Integer attribute :appointmenttypeid, Integer attribute :patientappointmenttypename, String attribute :lastmodified, String attribute :scheduleddatetime, String + attribute :scheduledby, String + attribute :templateappointmentid, Integer + attribute :encounterstatus, String def appointment_status { 'f' => 'Future', 'x' => 'Cancelled',