Table of Contents

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

string

DurationMinutes

Parameter key for the updated appointment duration in minutes.

public const string DurationMinutes = "duration_minutes"

Field Value

string

NewStartTime

Parameter key for the new appointment start time.

public const string NewStartTime = "new_start_time"

Field Value

string

Notes

Parameter key for updated appointment notes.

public const string Notes = "notes"

Field Value

string

ReasonForVisit

Parameter key for the updated reason for visit.

public const string ReasonForVisit = "reason"

Field Value

string

RoomNumber

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

public const string RoomNumber = "room_number"

Field Value

string