Uses of Class
org.episteme.natural.medicine.Treatment
Packages that use Treatment
Package
Description
Core functionality for the org.episteme.social.medicine.consultation package in the Episteme library.
-
Uses of Treatment in org.episteme.social.medicine.consultation
Methods in org.episteme.social.medicine.consultation that return types with arguments of type TreatmentModifier and TypeMethodDescriptionPatient.getTreatments()Returns the set of medical treatments being administered.Methods in org.episteme.social.medicine.consultation with parameters of type TreatmentModifier and TypeMethodDescriptionvoidPatient.addTreatment(Treatment treatment) Records a new medical treatment for the patient.voidPatient.removeTreatment(Treatment treatment) Removes a recorded treatment.Method parameters in org.episteme.social.medicine.consultation with type arguments of type TreatmentModifier and TypeMethodDescriptionvoidPatient.setTreatments(Set<Treatment> treatments) Updates the set of current treatments.