OBJECT

AppointmentFrequencyDataType

Appointment Frequency Data

link GraphQL Schema definition

  • type AppointmentFrequencyDataType {
  • # Frequency of cancelled appointments
  • cancelled: Int
  • # Frequency of appointments with no status
  • no_status: Int
  • # Frequency of no-show appointments
  • noshow: Int
  • # Frequency of occurred appointments
  • occurred: Int
  • # Frequency of rescheduled appointments
  • rescheduled: Int
  • }