Package Common


package Common
  • Class
    Description
    The AppManager class serves as an abstract base class for managing application-level functionalities.
    The AppointmentOutcomeManager class provides functionalities for managing appointment outcomes.
    The AppointmentOutcomeStatus enum represents the possible statuses for an appointment outcome.
    The AppointmentStatus enum represents the various statuses that an appointment can have in the system.
    The BloodType enum represents different blood types.
    The ClearOutput class provides a utility method for clearing the console output.
    The CustomTimer class provides utility methods for managing time-related operations, such as pausing execution of the current thread for a specified duration.
    The Database class serves as an abstract base class for managing collections of DatabaseItems.
    The DatabaseItems interface defines the methods that any database item should implement.
    The FilterParam enum represents the different parameters that can be used for filtering data in the system.
    The Gender enum represents the possible gender values for users in the system.
    The ListConverter class provides utility methods for converting between strings and lists of strings, as well as replacing specific characters within those strings.
    The MedicalRecordsManager class provides functionalities for managing medical records.
    The Role enum represents the different roles that users can have in the system.
    The UserInterface class provides methods for user input handling, including validation of integer and string inputs.