Package org.cswteams.ms3.control.utils
Class ShiftUtil
java.lang.Object
org.cswteams.ms3.control.utils.ShiftUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetNumRequiredDoctors(Shift shift) This method retrieves the total number of the doctors required for a specific shift (specialized + structured)
-
Constructor Details
-
ShiftUtil
public ShiftUtil()
-
-
Method Details
-
getNumRequiredDoctors
This method retrieves the total number of the doctors required for a specific shift (specialized + structured)- Parameters:
shift- Shift in which we have to count the total number of required doctors.- Returns:
- The number of required doctors.
-