Package Common
package Common
-
ClassDescriptionThe
AppManager
class serves as an abstract base class for managing application-level functionalities.TheAppointmentOutcomeManager
class provides functionalities for managing appointment outcomes.TheAppointmentOutcomeStatus
enum represents the possible statuses for an appointment outcome.TheAppointmentStatus
enum represents the various statuses that an appointment can have in the system.TheBloodType
enum represents different blood types.TheClearOutput
class provides a utility method for clearing the console output.TheCustomTimer
class provides utility methods for managing time-related operations, such as pausing execution of the current thread for a specified duration.TheDatabase
class serves as an abstract base class for managing collections ofDatabaseItems
.TheDatabaseItems
interface defines the methods that any database item should implement.TheFilterParam
enum represents the different parameters that can be used for filtering data in the system.TheGender
enum represents the possible gender values for users in the system.TheListConverter
class provides utility methods for converting between strings and lists of strings, as well as replacing specific characters within those strings.TheMedicalRecordsManager
class provides functionalities for managing medical records.TheRole
enum represents the different roles that users can have in the system.TheUserInterface
class provides methods for user input handling, including validation of integer and string inputs.