Class ScheduleStatistics
Schedule statistics
public class ScheduleStatistics
- Inheritance
-
ScheduleStatistics
- Inherited Members
Properties
AverageAppointmentDuration
public TimeSpan AverageAppointmentDuration { get; set; }
Property Value
CancellationRate
public double CancellationRate { get; }
Property Value
CancelledAppointments
public int CancelledAppointments { get; set; }
Property Value
CompletedAppointments
public int CompletedAppointments { get; set; }
Property Value
CompletionRate
public double CompletionRate { get; }
Property Value
EndDate
public DateTime EndDate { get; set; }
Property Value
NoShowAppointments
public int NoShowAppointments { get; set; }
Property Value
NoShowRate
public double NoShowRate { get; }
Property Value
PhysicianId
public Guid PhysicianId { get; set; }
Property Value
StartDate
public DateTime StartDate { get; set; }
Property Value
TotalAppointments
public int TotalAppointments { get; set; }
Property Value
TotalScheduledHours
public double TotalScheduledHours { get; set; }