Uses of Class
org.jbpm.test.entity.Patient
-
Packages that use Patient Package Description org.jbpm.test.entity -
-
Uses of Patient in org.jbpm.test.entity
Methods in org.jbpm.test.entity that return Patient Modifier and Type Method Description Patient
MedicalRecord. getPatient()
Methods in org.jbpm.test.entity with parameters of type Patient Modifier and Type Method Description void
MedicalRecord. setPatient(Patient patient)
Constructors in org.jbpm.test.entity with parameters of type Patient Constructor Description MedicalRecord(String desc, Patient patient)
-