Class ScheduleAvailabilitySummary
- Namespace
- Core.CliniCore.Scheduling
- Assembly
- Core.CliniCore.dll
Summary of schedule availability for a date
public class ScheduleAvailabilitySummary
- Inheritance
-
ScheduleAvailabilitySummary
- Inherited Members
Properties
Date
public DateTime Date { get; set; }
Property Value
TotalAppointments
public int TotalAppointments { get; set; }
Property Value
TotalAvailableHours
public double TotalAvailableHours { get; set; }
Property Value
TotalBookedHours
public double TotalBookedHours { get; set; }
Property Value
UtilizationPercentage
public double UtilizationPercentage { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.