Class ShiftUtil

java.lang.Object
org.cswteams.ms3.control.utils.ShiftUtil

public class ShiftUtil extends Object
  • Constructor Details

    • ShiftUtil

      public ShiftUtil()
  • Method Details

    • getNumRequiredDoctors

      public static int getNumRequiredDoctors(Shift shift)
      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.