Package org.dexcare.services.practices.models

Types

Practice
Link copied to clipboard
abstract class Practice(practiceId: String, displayName: String, careMode: PracticeCareMode, paymentAvailability: PracticePaymentAvailability, epicBookingEnabled: Boolean)
A Practice is a collection of resources that provides a type of care to patients.
PracticeCareMode
Link copied to clipboard
enum PracticeCareMode : Enum<PracticeCareMode> , Parcelable
Represents a type of care provided by a Practice.
PracticePaymentAvailability
Link copied to clipboard
data class PracticePaymentAvailability(insurance: Boolean, selfPay: Boolean, serviceKey: Boolean) : Parcelable
Contains information about different payment methods supported by a Practice.
PracticeRegionAvailability
Link copied to clipboard
data class PracticeRegionAvailability(start: ZonedDateTime, end: ZonedDateTime) : Parcelable
Represents the start and end times of the business hours of a Practice Region.