Module: Updox::Models

Defined in:
lib/updox/models/auth.rb,
lib/updox/models/user.rb,
lib/updox/models/model.rb,
lib/updox/models/status.rb,
lib/updox/models/patient.rb,
lib/updox/models/calendar.rb,
lib/updox/models/location.rb,
lib/updox/models/practice.rb,
lib/updox/models/reminder.rb,
lib/updox/models/application.rb,
lib/updox/models/appointment.rb,
lib/updox/models/appointment_status.rb

Defined Under Namespace

Classes: Application, Appointment, AppointmentStatus, Auth, Calendar, Location, Model, Patient, Practice, Reminder, Status, User

Constant Summary collapse

DATETIME_FORMAT =
'%Y-%m-%d %H:%M'.freeze
DATETIME_OTHER_FORMAT =
'%m/%d/%Y %H:%M:%s %z'.freeze
200