Package | Description |
---|---|
org.optaplanner.examples.pas.domain |
Modifier and Type | Method and Description |
---|---|
Patient |
BedDesignation.getPatient() |
Patient |
AdmissionPart.getPatient() |
Patient |
RequiredPatientEquipment.getPatient() |
Patient |
PreferredPatientEquipment.getPatient() |
Modifier and Type | Method and Description |
---|---|
List<Patient> |
PatientAdmissionSchedule.getPatientList() |
Modifier and Type | Method and Description |
---|---|
int |
Department.countDisallowedPatientAge(Patient patient) |
int |
Room.countDisallowedPatientGender(Patient patient) |
int |
Room.countMissingPreferredRoomProperties(Patient patient) |
int |
Room.countMissingRequiredRoomProperties(Patient patient) |
void |
AdmissionPart.setPatient(Patient patient) |
void |
RequiredPatientEquipment.setPatient(Patient patient) |
void |
PreferredPatientEquipment.setPatient(Patient patient) |
Modifier and Type | Method and Description |
---|---|
void |
PatientAdmissionSchedule.setPatientList(List<Patient> patientList) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.