ProviderOptions

data class ProviderOptions(visitTypeId: String, provider: ProviderAvailability, duration: Int?) : Parcelable

Parameters

visitTypeId
  • Visit Type Identifier

provider
  • Department and Provider Information about the timeslot

duration
  • Duration (in minutes) of the timeslot if available.

Constructors

ProviderOptions
Link copied to clipboard
fun ProviderOptions(visitTypeId: String, provider: ProviderAvailability, duration: Int?)
  • Visit Type Identifier

Functions

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

Properties

duration
Link copied to clipboard
val duration: Int?
  • Duration (in minutes) of the timeslot if available.

provider
Link copied to clipboard
val provider: ProviderAvailability
  • Department and Provider Information about the timeslot

visitTypeId
Link copied to clipboard
val visitTypeId: String
  • Visit Type Identifier