Table of Contents

Class ScheduleStatistics

Namespace
Core.CliniCore.Service
Assembly
Core.CliniCore.dll

Schedule statistics

public class ScheduleStatistics
Inheritance
ScheduleStatistics
Inherited Members

Properties

AverageAppointmentDuration

public TimeSpan AverageAppointmentDuration { get; set; }

Property Value

TimeSpan

CancellationRate

public double CancellationRate { get; }

Property Value

double

CancelledAppointments

public int CancelledAppointments { get; set; }

Property Value

int

CompletedAppointments

public int CompletedAppointments { get; set; }

Property Value

int

CompletionRate

public double CompletionRate { get; }

Property Value

double

EndDate

public DateTime EndDate { get; set; }

Property Value

DateTime

NoShowAppointments

public int NoShowAppointments { get; set; }

Property Value

int

NoShowRate

public double NoShowRate { get; }

Property Value

double

PhysicianId

public Guid PhysicianId { get; set; }

Property Value

Guid

StartDate

public DateTime StartDate { get; set; }

Property Value

DateTime

TotalAppointments

public int TotalAppointments { get; set; }

Property Value

int

TotalScheduledHours

public double TotalScheduledHours { get; set; }

Property Value

double