Provider Availability Options
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
Content copied to clipboard
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
How you want the results to be sorted by, defaults to ProviderAvailabilitySort.mostAvailable
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?)
Content copied to clipboard
Health system defined visit type name filter.
Functions
Properties
clinicType
Link copied to clipboard
ehrInstances
Link copied to clipboard
searchContext
Link copied to clipboard
sortBy
Link copied to clipboard
How you want the results to be sorted by, defaults to ProviderAvailabilitySort.mostAvailable
visitTypeNames
Link copied to clipboard