Uses of Record Class
cz.cuni.kubinja.hospitalsystem.personnel.util.DoctorDetails
Packages that use DoctorDetails
Package
Description
Provides classes representing worker entities in hospital such as doctors and patients.
Provides data wrappers for hospitalsystem.personnel classes.
-
Uses of DoctorDetails in cz.cuni.kubinja.hospitalsystem.personnel
Constructors in cz.cuni.kubinja.hospitalsystem.personnel with parameters of type DoctorDetailsModifierConstructorDescriptionDoctor(Person person, DoctorDetails details) Creates doctor based on provided parameters. -
Uses of DoctorDetails in cz.cuni.kubinja.hospitalsystem.personnel.util
Methods in cz.cuni.kubinja.hospitalsystem.personnel.util that return DoctorDetailsModifier and TypeMethodDescriptionDoctorData.details()Returns the value of thedetailsrecord component.Constructors in cz.cuni.kubinja.hospitalsystem.personnel.util with parameters of type DoctorDetailsModifierConstructorDescriptionDoctorData(PersonData person, DoctorDetails details) Creates an instance of aDoctorDatarecord class.