ProviderAvailabilityOptions

data class ProviderAvailabilityOptions(visitTypeNames: List<String>?, startDate: LocalDate?, endDate: LocalDate?, specialty: String?, gender: Gender?, ehrInstances: List<String>?, clinicType: List<String>?, sortBy: ProviderAvailabilitySort?, searchContext: String?) : Parcelable

Parameters

visitTypeNames
  • Health system defined visit type name filter.

startDate
  • Start date of slots with yyyy-MM-dd format, default set to today if not present.

endDate
  • End date of slots with yyyy-MM-dd format, end days will be certain days after start date if not present.

specialty
  • A list of specialities of the provider

gender
  • The gender of the Provider if provided

ehrInstances
  • Which EHR System this provider belongs to

clinicType
  • What type of clinic the provider is practising in.

sortBy
searchContext

Constructors

ProviderAvailabilityOptions
Link copied to clipboard
fun ProviderAvailabilityOptions(visitTypeNames: List<String>?, startDate: LocalDate?, endDate: LocalDate?, specialty: String?, gender: Gender?, ehrInstances: List<String>?, clinicType: List<String>?, sortBy: ProviderAvailabilitySort?, searchContext: String?)
  • Health system defined visit type name filter.

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

clinicType
Link copied to clipboard
val clinicType: List<String>?
  • What type of clinic the provider is practising in.

ehrInstances
Link copied to clipboard
val ehrInstances: List<String>?
  • Which EHR System this provider belongs to

endDate
Link copied to clipboard
val endDate: LocalDate?
  • End date of slots with yyyy-MM-dd format, end days will be certain days after start date if not present.

gender
Link copied to clipboard
val gender: Gender?
  • The gender of the Provider if provided

searchContext
Link copied to clipboard
val searchContext: String?
sortBy
Link copied to clipboard
val sortBy: ProviderAvailabilitySort?
specialty
Link copied to clipboard
val specialty: String?
  • A list of specialities of the provider

startDate
Link copied to clipboard
val startDate: LocalDate?
  • Start date of slots with yyyy-MM-dd format, default set to today if not present.

visitTypeNames
Link copied to clipboard
val visitTypeNames: List<String>?
  • Health system defined visit type name filter.