JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
cz.cuni.kubinja.hospitalsystem
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package cz.cuni.kubinja.hospitalsystem
package
cz.cuni.kubinja.hospitalsystem
Interactive hospital managing system using SQLite database and with command line user interface.
Related Packages
Package
Description
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.personnel
Provides classes representing worker entities in hospital such as doctors and patients.
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
Hospital
Hospital system for managing patients, doctors and appointments.
Main
Contains main entry point of the program.