Package org.dexcare.services.patient.errors

Types

InvalidPatientDemographicsObjectError
Link copied to clipboard
class InvalidPatientDemographicsObjectError(message: String) : Throwable
An error returned to the implementing app when the provided org.dexcare.services.patient.models.PatientDemographics object is improperly constructed.
NoPatientLinkError
Link copied to clipboard
class NoPatientLinkError : Throwable
An error returned to the app in org.dexcare.services.appointment.AppointmentService.getRetailVisits when the patient has no demographics links, and therefore scheduled appointments cannot be found.