Provider Availability
data class ProviderAvailability(npi: String, name: String, gender: Gender?, specialties: List<String>?, departmentId: String, departmentName: String, ehrInstance: String, address: Address, timezone: String, distanceFrom: Double, visitTypes: List<ProviderVisitType>?, clinicType: String?) : Parcelable
Content copied to clipboard
Parameters
departmentId
: The departmentId of the provider
npi
The full name of the Provider
name
The gender of the Provider if provided
gender
-The gender of the Provider if provided
specialties
A list of specialities of the provider
departmentName
: The name of the department of the provider
ehrInstance
: Which EHR System this provider belongs to
address
: Address of the provider
timezone
: Which timezone this provider department practices in
distanceFrom
: If zipcode or Latitude/Longitude are used in search, the distance from there, otherwise 0
visitTypes
: Which Visit Types and Availability of the provider ProviderVisitType
clinicType
: What type of clinic the provider is practising in.
Constructors
ProviderAvailability
Link copied to clipboard
fun ProviderAvailability(npi: String, availabilitySlotProvider: Provider, availabilitySlotDepartment: Department)
Content copied to clipboard
ProviderAvailability
Link copied to clipboard
fun ProviderAvailability(npi: String, name: String, gender: Gender?, specialties: List<String>?, departmentId: String, departmentName: String, ehrInstance: String, address: Address, timezone: String, distanceFrom: Double, visitTypes: List<ProviderVisitType>?, clinicType: String?)
Content copied to clipboard
= The national identifier for the Provider
Functions
Properties
clinicType
Link copied to clipboard
departmentId
Link copied to clipboard
departmentName
Link copied to clipboard
distanceFrom
Link copied to clipboard
ehrInstance
Link copied to clipboard
specialties
Link copied to clipboard
visitTypes
Link copied to clipboard
: Which Visit Types and Availability of the provider ProviderVisitType