Uses of Class
org.optaplanner.examples.pas.domain.Patient
-
Packages that use Patient Package Description org.optaplanner.examples.pas.domain -
-
Uses of Patient in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return Patient Modifier and Type Method Description PatientAdmissionPart. getPatient()PatientBedDesignation. getPatient()PatientPreferredPatientEquipment. getPatient()PatientRequiredPatientEquipment. getPatient()Methods in org.optaplanner.examples.pas.domain that return types with arguments of type Patient Modifier and Type Method Description List<Patient>PatientAdmissionSchedule. getPatientList()Methods in org.optaplanner.examples.pas.domain with parameters of type Patient Modifier and Type Method Description intDepartment. countDisallowedPatientAge(Patient patient)intRoom. countDisallowedPatientGender(Patient patient)intRoom. countMissingPreferredRoomProperties(Patient patient)intRoom. countMissingRequiredRoomProperties(Patient patient)voidAdmissionPart. setPatient(Patient patient)voidPreferredPatientEquipment. setPatient(Patient patient)voidRequiredPatientEquipment. setPatient(Patient patient)Method parameters in org.optaplanner.examples.pas.domain with type arguments of type Patient Modifier and Type Method Description voidPatientAdmissionSchedule. setPatientList(List<Patient> patientList)Constructors in org.optaplanner.examples.pas.domain with parameters of type Patient Constructor Description AdmissionPart(Patient patient, Night firstNight, Night lastNight, Specialism specialism)
-