Table of Contents

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

DateTime

TotalAppointments

public int TotalAppointments { get; set; }

Property Value

int

TotalAvailableHours

public double TotalAvailableHours { get; set; }

Property Value

double

TotalBookedHours

public double TotalBookedHours { get; set; }

Property Value

double

UtilizationPercentage

public double UtilizationPercentage { get; set; }

Property Value

double

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.