Uses of Class
cz.cuni.kubinja.hospitalsystem.personnel.Person
Packages that use Person
Package
Description
Provides classes managing calendar and planing of appointments.
Package contains classes providing interface for easy communication between
hospital system and SQLite database.
Provides classes representing worker entities in hospital such as doctors and patients.
-
Uses of Person in cz.cuni.kubinja.hospitalsystem.calendar
Methods in cz.cuni.kubinja.hospitalsystem.calendar with parameters of type PersonModifier and TypeMethodDescriptionintCalendar.numberOfAppearances(Person person) Returns how many appointments does the provided person had or will have in the future.intDepartment.numberOfAppearances(Person person) Returns number of appointments that are connected to the provided person. -
Uses of Person in cz.cuni.kubinja.hospitalsystem.database
Methods in cz.cuni.kubinja.hospitalsystem.database that return types with arguments of type Person -
Uses of Person in cz.cuni.kubinja.hospitalsystem.personnel
Subclasses of Person in cz.cuni.kubinja.hospitalsystem.personnelModifier and TypeClassDescriptionclassRepresents a doctor in the hospital system.classRepresents a patient in the hospital system.Constructors in cz.cuni.kubinja.hospitalsystem.personnel with parameters of type PersonModifierConstructorDescriptionDoctor(Person person, DoctorDetails details) Creates doctor based on provided parameters.Patient(Person person, PatientsDetails details) Creates patient based on provided Person and details needed for the patient.Creates new Person as a copy of provided Person.