You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PaymentMethod.insuranceManualSelf and PaymentMethod.insuranceManualOther now take in an optional insuranceGroupNumber property.
Added new ScheduleProviderAppointmentFailedReason.patientNotOnPhysicialPanel. Will return if on ProviderService.scheduleProviderVisit provider requires that the patient be on their panel.
Added VirtualVisitDetails.additionalDetails property to allow saving of meta/extra information on a visit.
AvailabilityService
Included is a new AvailabilityService which allows you to search for an available provider, by location, or department. Options include sorting by most available, giving the ability to give timeslots to lesser booked providers
Timeslots can also be searched with similar functionality.
Fixes
Update internal endpoint for provider bookings with insurance to save the appointment notes properly (ENG-1040)
Other
Updated OpenTok to 2.23.1
Deprecations
PaymentService.uploadInsuranceCard has been deprecated as it's no longer supported
PaymentMethod.insuranceImageSelf and PaymentMethod.insuranceImageOther has been depecrated as it's no longer supported.