Services

  • The AppointmentService provides access to a list of scheduled appointments with the logged in user, as well as functions to create appointments

    See more

    Declaration

    Swift

    public protocol AppointmentService
  • Base Protocol to create, setup, cancel Virtual Visits

    See more

    Declaration

    Swift

    public protocol AvailabilityService
  • Base Protocol used to create patients, get patients

    See more

    Declaration

    Swift

    public protocol PatientService
  • Base Protocol to get Virtual Practice Information

    See more

    Declaration

    Swift

    public protocol PracticeService
  • Base Protocol to retrieve information about providers, and schedule provider visits

    See more

    Declaration

    Swift

    public protocol ProviderService
  • The main protocol used to call retail visit services

    See more

    Declaration

    Swift

    public protocol RetailService
  • Base Protocol to create, setup, cancel Virtual Visits

    See more

    Declaration

    Swift

    public protocol VirtualService