get Provider Availability
abstract fun getProviderAvailability(departmentIds: List<String>, options: ProviderAvailabilityOptions?): DataObserver<ProviderAvailabilityResult>
Content copied to clipboard
Provides an api access to search for Care Option Provider with department Ids
Parameters
departmentIds
Department identifier filter.DepartmentID's or Lat/Lng or Zip are required
options
A model containing filters defined in ProviderAvailabilityOptions
abstract fun getProviderAvailability(latitude: Double, longitude: Double, radius: Int?, options: ProviderAvailabilityOptions?): DataObserver<ProviderAvailabilityResult>
Content copied to clipboard
Provides an api access to search for Care Option Provider with department Ids
Parameters
latitude
Latitude of target visit location
longitude
Longitude of target visit location
radius
radius of target visit location in miles
options
A model containing filters defined in ProviderAvailabilityOptions
abstract fun getProviderAvailability(zipCode: String, options: ProviderAvailabilityOptions?): DataObserver<ProviderAvailabilityResult>
Content copied to clipboard
Provides an api access to search for Care Option Provider with department Ids
Parameters
zipCode
Zip code of the target visit location.
options
A model containing filters defined in ProviderAvailabilityOptions