Class SetPhysicianAvailabilityCommand.Parameters
- Namespace
- Core.CliniCore.Commands.Scheduling
- Assembly
- Core.CliniCore.dll
Defines the parameter keys used by SetPhysicianAvailabilityCommand.
public static class SetPhysicianAvailabilityCommand.Parameters
- Inheritance
-
SetPhysicianAvailabilityCommand.Parameters
- Inherited Members
Fields
DayOfWeek
Parameter key for the day of week for the availability window.
public const string DayOfWeek = "day_of_week"
Field Value
EndTime
Parameter key for the end time of the availability window.
public const string EndTime = "end_time"
Field Value
PhysicianId
Parameter key for the physician identifier whose availability is being set.
public const string PhysicianId = "physician_id"
Field Value
StartTime
Parameter key for the start time of the availability window.
public const string StartTime = "start_time"