Uses of Class
org.episteme.core.methodology.ScientificReport
Packages that use ScientificReport
Package
Description
Provides the
org.episteme.social.law module.Core functionality for the org.episteme.social.medicine.consultation package in the Episteme library.
-
Uses of ScientificReport in org.episteme.social.law
Methods in org.episteme.social.law that return types with arguments of type ScientificReportModifier and TypeMethodDescriptionResponsibleIndividual.getPoliceRecords()Returns the list of legal and police reports.Methods in org.episteme.social.law with parameters of type ScientificReportModifier and TypeMethodDescriptionvoidResponsibleIndividual.addPoliceRecord(ScientificReport policeRecord) Adds a new police report or record.voidResponsibleIndividual.removePoliceRecord(ScientificReport policeRecord) Removes a specific police report or record.Method parameters in org.episteme.social.law with type arguments of type ScientificReportModifier and TypeMethodDescriptionvoidResponsibleIndividual.setPoliceRecords(List<ScientificReport> policeRecords) Sets the complete list of police records. -
Uses of ScientificReport in org.episteme.social.medicine.consultation
Methods in org.episteme.social.medicine.consultation that return types with arguments of type ScientificReportModifier and TypeMethodDescriptionPatient.getMedicalReports()Returns the complete chronologically ordered list of medical records.Methods in org.episteme.social.medicine.consultation with parameters of type ScientificReportModifier and TypeMethodDescriptionvoidPatient.addMedicalReport(ScientificReport report) voidPatient.removeMedicalRecord(ScientificReport medicalRecord) Removes a medical record from the history.voidPatient.removeMedicalReport(ScientificReport report) Method parameters in org.episteme.social.medicine.consultation with type arguments of type ScientificReport