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
Notes
Parameter key for optional appointment notes.
public const string Notes = "notes"
Field Value
PatientId
Parameter key for the patient profile identifier.
public const string PatientId = "patient_id"
Field Value
PhysicianId
Parameter key for the physician profile identifier.
public const string PhysicianId = "physician_id"
Field Value
Reason
Parameter key for the reason for visit.
public const string Reason = "reason"
Field Value
RoomNumber
Parameter key for the optional room number (1-999).
public const string RoomNumber = "room_number"
Field Value
StartTime
Parameter key for the appointment start time.
public const string StartTime = "start_time"