Virtual Practice
data class VirtualPractice(practiceId: String, displayName: String, careMode: PracticeCareMode, paymentAvailability: PracticePaymentAvailability, epicBookingEnabled: Boolean, practiceRegions: List<VirtualPracticeRegion>) : Practice, Parcelable
Content copied to clipboard
A Practice is a collection of resources that provides a type of care to patients. A practice has a set of regions & hours, payment information, and a pool of caregivers to treat patients.
Constructors
VirtualPractice
Link copied to clipboard
fun VirtualPractice(practiceId: String, displayName: String, careMode: PracticeCareMode, paymentAvailability: PracticePaymentAvailability, epicBookingEnabled: Boolean, practiceRegions: List<VirtualPracticeRegion> = listOf())
Content copied to clipboard
Functions
Properties
careMode
Link copied to clipboard
displayName
Link copied to clipboard
epicBookingEnabled
Link copied to clipboard
paymentAvailability
Link copied to clipboard
practiceId
Link copied to clipboard
practiceRegions
Link copied to clipboard
A list of VirtualPracticeRegion that are serviced by this Virtual Practice.