Table of Contents

Class GetAvailableTimeSlotsCommand.Parameters

Namespace
Core.CliniCore.Commands.Scheduling
Assembly
Core.CliniCore.dll

Defines the parameter keys used by GetAvailableTimeSlotsCommand.

public static class GetAvailableTimeSlotsCommand.Parameters
Inheritance
GetAvailableTimeSlotsCommand.Parameters
Inherited Members

Fields

Date

Parameter key for the date on which to search for time slots.

public const string Date = "date"

Field Value

string

DurationMinutes

Parameter key for the desired appointment duration in minutes.

public const string DurationMinutes = "duration_minutes"

Field Value

string

MaxSlots

Parameter key for the maximum number of time slots to return.

public const string MaxSlots = "max_slots"

Field Value

string

PhysicianId

Parameter key for the physician identifier whose availability is requested.

public const string PhysicianId = "physician_id"

Field Value

string