Table of Contents

Class FindPhysiciansByAvailabilityCommand.Parameters

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

Defines the parameter keys used by FindPhysiciansByAvailabilityCommand.

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

Fields

Date

Parameter key for the target date (use with Duration).

public const string Date = "date"

Field Value

string

Duration

Parameter key for the appointment duration in minutes (use with Date).

public const string Duration = "duration"

Field Value

string

EndTime

Parameter key for the appointment end time (use with StartTime).

public const string EndTime = "endTime"

Field Value

string

Specialization

Parameter key for filtering by medical specialization.

public const string Specialization = "specialization"

Field Value

string

StartTime

Parameter key for the appointment start time (use with EndTime).

public const string StartTime = "startTime"

Field Value

string