Class ListAppointmentsCommand.Parameters
- Namespace
- Core.CliniCore.Commands.Scheduling
- Assembly
- Core.CliniCore.dll
Defines the parameter keys used by ListAppointmentsCommand.
public static class ListAppointmentsCommand.Parameters
- Inheritance
-
ListAppointmentsCommand.Parameters
- Inherited Members
Fields
Date
Parameter key for the date on which to filter appointments.
public const string Date = "date"
Field Value
PatientId
Parameter key for filtering by patient identifier.
public const string PatientId = "patient_id"
Field Value
PhysicianId
Parameter key for filtering by physician identifier.
public const string PhysicianId = "physician_id"