Table of Contents

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

string

EndTime

Parameter key for the end time of the availability window.

public const string EndTime = "end_time"

Field Value

string

PhysicianId

Parameter key for the physician identifier whose availability is being set.

public const string PhysicianId = "physician_id"

Field Value

string

StartTime

Parameter key for the start time of the availability window.

public const string StartTime = "start_time"

Field Value

string