Class UpdateAppointmentCommand.Parameters
- Namespace
- Core.CliniCore.Commands.Scheduling
- Assembly
- Core.CliniCore.dll
Defines the parameter keys used by UpdateAppointmentCommand.
public static class UpdateAppointmentCommand.Parameters
- Inheritance
-
UpdateAppointmentCommand.Parameters
- Inherited Members
Fields
AppointmentId
Parameter key for the appointment identifier to update.
public const string AppointmentId = "appointment_id"
Field Value
DurationMinutes
Parameter key for the updated appointment duration in minutes.
public const string DurationMinutes = "duration_minutes"
Field Value
NewStartTime
Parameter key for the new appointment start time.
public const string NewStartTime = "new_start_time"
Field Value
Notes
Parameter key for updated appointment notes.
public const string Notes = "notes"
Field Value
ReasonForVisit
Parameter key for the updated reason for visit.
public const string ReasonForVisit = "reason"
Field Value
RoomNumber
Parameter key for the optional room number (1-999).
public const string RoomNumber = "room_number"