Uses of Class
org.episteme.social.medicine.consultation.Patient
Packages that use Patient
Package
Description
Core functionality for the org.episteme.social.medicine.consultation package in the Episteme library.
-
Uses of Patient in org.episteme.social.medicine.consultation
Methods in org.episteme.social.medicine.consultation that return types with arguments of type PatientModifier and TypeMethodDescriptionDoctor.getPatients()Returns the set of patients under this doctor's care.Methods in org.episteme.social.medicine.consultation with parameters of type PatientModifier and TypeMethodDescriptionvoidDoctor.addPatient(Patient patient) Adds a patient to this doctor's care.voidDoctor.removePatient(Patient patient) Removes a patient from this doctor's care.Method parameters in org.episteme.social.medicine.consultation with type arguments of type PatientModifier and TypeMethodDescriptionvoidDoctor.setPatients(Set<Patient> patients) Replaces the current set of patients.