Class GetScheduleCommand.Parameters
Defines the parameter keys used by GetScheduleCommand.
public static class GetScheduleCommand.Parameters
- Inheritance
-
GetScheduleCommand.Parameters
- Inherited Members
Fields
Date
Parameter key for a single date query (alternative to date range).
public const string Date = "date"
Field Value
EndDate
Parameter key for the end date of the date range.
public const string EndDate = "endDate"
Field Value
PhysicianId
Parameter key for the physician's unique identifier.
public const string PhysicianId = "physicianId"
Field Value
StartDate
Parameter key for the start date of the date range.
public const string StartDate = "startDate"
Field Value
ViewType
Parameter key for the output view type (summary, detailed, compact, statistics).
public const string ViewType = "viewType"