Class CancelAppointmentCommand.Parameters
- Namespace
- Core.CliniCore.Commands.Scheduling
- Assembly
- Core.CliniCore.dll
Defines the parameter keys used by CancelAppointmentCommand.
public static class CancelAppointmentCommand.Parameters
- Inheritance
-
CancelAppointmentCommand.Parameters
- Inherited Members
Fields
AppointmentId
Parameter key for the appointment identifier to cancel.
public const string AppointmentId = "appointment_id"
Field Value
Reason
Parameter key for the human-readable reason for cancellation.
public const string Reason = "reason"