Uses of Record Class
cz.cuni.kubinja.hospitalsystem.personnel.util.PersonData
Packages that use PersonData
Package
Description
Provides classes representing worker entities in hospital such as doctors and patients.
Provides data wrappers for hospitalsystem.personnel classes.
-
Uses of PersonData in cz.cuni.kubinja.hospitalsystem.personnel
Constructors in cz.cuni.kubinja.hospitalsystem.personnel with parameters of type PersonDataModifierConstructorDescriptionPerson(int id, PersonData personData) Creates person based on id and data wrapper for rest of needed parameters. -
Uses of PersonData in cz.cuni.kubinja.hospitalsystem.personnel.util
Methods in cz.cuni.kubinja.hospitalsystem.personnel.util that return PersonDataModifier and TypeMethodDescriptionDoctorData.person()Returns the value of thepersonrecord component.PatientData.person()Returns the value of thepersonrecord component.Constructors in cz.cuni.kubinja.hospitalsystem.personnel.util with parameters of type PersonDataModifierConstructorDescriptionDoctorData(PersonData person, DoctorDetails details) Creates an instance of aDoctorDatarecord class.PatientData(PersonData person, PatientsDetails details) Creates an instance of aPatientDatarecord class.