Uses of Enum Class
cz.cuni.kubinja.hospitalsystem.personnel.util.PersonKinds
Packages that use PersonKinds
Package
Description
Interactive hospital managing system using SQLite database and with command line user interface.
Provides data wrappers for hospitalsystem.personnel classes.
Provides classes containing command line user interface thus menu pages and their functionality.
-
Uses of PersonKinds in cz.cuni.kubinja.hospitalsystem
Methods in cz.cuni.kubinja.hospitalsystem with parameters of type PersonKindsModifier and TypeMethodDescriptionHospital.getAppointmentsForPersonnel(int id, PersonKinds kind) Returns list of all appointments connected to the person with provided id and kind. -
Uses of PersonKinds in cz.cuni.kubinja.hospitalsystem.personnel.util
Subclasses with type arguments of type PersonKinds in cz.cuni.kubinja.hospitalsystem.personnel.utilMethods in cz.cuni.kubinja.hospitalsystem.personnel.util that return PersonKindsModifier and TypeMethodDescriptionstatic PersonKindsReturns the enum constant of this class with the specified name.static PersonKinds[]PersonKinds.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PersonKinds in cz.cuni.kubinja.hospitalsystem.UI
Methods in cz.cuni.kubinja.hospitalsystem.UI with parameters of type PersonKindsModifier and TypeMethodDescriptionvoidAppointmentMenu.showAllForPersonnel(PersonKinds kind) Processes input data from scanner and shows appointment for the personnel with the provided ID and kind.