Provider
data class Provider(providerNationalId: String, name: String, credentials: String?, minAge: Int?, maxAge: Int?, brand: String?, isActive: Boolean?, departments: List<ProviderDepartment>, visitTypes: List<ProviderVisitType>) : Parcelable
Content copied to clipboard
Represents a health-care provider.
Constructors
Provider
Link copied to clipboard
fun Provider(providerNationalId: String, name: String, credentials: String? = null, minAge: Int? = null, maxAge: Int? = null, brand: String? = null, isActive: Boolean? = null, departments: List<ProviderDepartment> = listOf(), visitTypes: List<ProviderVisitType> = listOf())
Content copied to clipboard
Functions
Properties
credentials
Link copied to clipboard
departments
Link copied to clipboard
A list of ProviderDepartment that this Provider services in.
providerNationalId
Link copied to clipboard
visitTypes
Link copied to clipboard
A list of ProviderVisitType that this Provider supports.