Table of Contents

Class ScheduleAppointmentCommand.Parameters

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

Defines the parameter keys used by ScheduleAppointmentCommand.

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

Fields

DurationMinutes

Parameter key for the appointment duration in minutes.

public const string DurationMinutes = "duration_minutes"

Field Value

string

Notes

Parameter key for optional appointment notes.

public const string Notes = "notes"

Field Value

string

PatientId

Parameter key for the patient profile identifier.

public const string PatientId = "patient_id"

Field Value

string

PhysicianId

Parameter key for the physician profile identifier.

public const string PhysicianId = "physician_id"

Field Value

string

Reason

Parameter key for the reason for visit.

public const string Reason = "reason"

Field Value

string

RoomNumber

Parameter key for the optional room number (1-999).

public const string RoomNumber = "room_number"

Field Value

string

StartTime

Parameter key for the appointment start time.

public const string StartTime = "start_time"

Field Value

string