Table of Contents

Class GetScheduleCommand.Parameters

Namespace
Core.CliniCore.Commands.Query
Assembly
Core.CliniCore.dll

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

string

EndDate

Parameter key for the end date of the date range.

public const string EndDate = "endDate"

Field Value

string

PhysicianId

Parameter key for the physician's unique identifier.

public const string PhysicianId = "physicianId"

Field Value

string

StartDate

Parameter key for the start date of the date range.

public const string StartDate = "startDate"

Field Value

string

ViewType

Parameter key for the output view type (summary, detailed, compact, statistics).

public const string ViewType = "viewType"

Field Value

string