JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
cz.cuni.kubinja.hospitalsystem.personnel
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package cz.cuni.kubinja.hospitalsystem.personnel
package
cz.cuni.kubinja.hospitalsystem.personnel
Provides classes representing worker entities in hospital such as doctors and patients.
Related Packages
Package
Description
cz.cuni.kubinja.hospitalsystem
Interactive hospital managing system using SQLite database and with command line user interface.
cz.cuni.kubinja.hospitalsystem.personnel.util
Provides data wrappers for hospitalsystem.personnel classes.
cz.cuni.kubinja.hospitalsystem.calendar
Provides classes managing calendar and planing of appointments.
cz.cuni.kubinja.hospitalsystem.database
Package contains classes providing interface for easy communication between hospital system and SQLite database.
cz.cuni.kubinja.hospitalsystem.packet
Packets that are used for transporting data between the hospital system layer and menu layer.
cz.cuni.kubinja.hospitalsystem.UI
Provides classes containing command line user interface thus menu pages and their functionality.
cz.cuni.kubinja.hospitalsystem.util
Utility package for hospital system.
Classes
Class
Description
Doctor
Represents a doctor in the hospital system.
Patient
Represents a patient in the hospital system.
Person
Represents generic person in hospital system.