Uses of Record Class
cz.cuni.kubinja.hospitalsystem.personnel.util.DoctorData
Packages that use DoctorData
Package
Description
Interactive hospital managing system using SQLite database and with command line user interface.
Package contains classes providing interface for easy communication between
hospital system and SQLite database.
-
Uses of DoctorData in cz.cuni.kubinja.hospitalsystem
Methods in cz.cuni.kubinja.hospitalsystem with parameters of type DoctorDataModifier and TypeMethodDescriptionHospital.addDoctor(DoctorData doctorData) Adds new doctor into the system. -
Uses of DoctorData in cz.cuni.kubinja.hospitalsystem.database
Methods in cz.cuni.kubinja.hospitalsystem.database with parameters of type DoctorDataModifier and TypeMethodDescriptionDatabase.addDoctor(DoctorData doctorData) Adds doctor into the database.