Table of Contents

Class CheckConflictsCommand.Parameters

Namespace
Core.CliniCore.Commands.Scheduling
Assembly
Core.CliniCore.dll

Defines the parameter keys used by CheckConflictsCommand.

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

Fields

DurationMinutes

Parameter key for the proposed appointment duration in minutes.

public const string DurationMinutes = "duration_minutes"

Field Value

string

ExcludeAppointmentId

Parameter key for an existing appointment identifier to exclude (for rescheduling scenarios).

public const string ExcludeAppointmentId = "exclude_appointment_id"

Field Value

string

PhysicianId

Parameter key for the physician identifier whose schedule should be checked.

public const string PhysicianId = "physician_id"

Field Value

string

StartTime

Parameter key for the proposed appointment start time.

public const string StartTime = "start_time"

Field Value

string