C# Class CallScheduler.DoctorQueue

Datei anzeigen Open project: michaeldrnec/CallScheduler Class Usage Examples

Public Properties

Property Type Description
doctors List

Public Methods

Method Description
DoctorQueue ( List doctors ) : System
GetCrossCallDoctors ( Slot slot ) : IEnumerable
GetEligibleDoctors ( Slot slot ) : IEnumerable
GetRankedDoctorList ( bool is24 ) : List
ThisDoctorWasChosen ( Doctor chosenDoctor, bool is24 ) : void

Method Details

DoctorQueue() public method

public DoctorQueue ( List doctors ) : System
doctors List
return System

GetCrossCallDoctors() public method

public GetCrossCallDoctors ( Slot slot ) : IEnumerable
slot Slot
return IEnumerable

GetEligibleDoctors() public method

public GetEligibleDoctors ( Slot slot ) : IEnumerable
slot Slot
return IEnumerable

GetRankedDoctorList() public method

public GetRankedDoctorList ( bool is24 ) : List
is24 bool
return List

ThisDoctorWasChosen() public method

public ThisDoctorWasChosen ( Doctor chosenDoctor, bool is24 ) : void
chosenDoctor Doctor
is24 bool
return void

Property Details

doctors public_oe property

public List doctors
return List