| Package | Description |
|---|---|
| org.optaplanner.examples.pas.domain |
| Modifier and Type | Method and Description |
|---|---|
Patient |
RequiredPatientEquipment.getPatient() |
Patient |
PreferredPatientEquipment.getPatient() |
Patient |
BedDesignation.getPatient() |
Patient |
AdmissionPart.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 |
RequiredPatientEquipment.setPatient(Patient patient) |
void |
PreferredPatientEquipment.setPatient(Patient patient) |
void |
AdmissionPart.setPatient(Patient patient) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatientAdmissionSchedule.setPatientList(List<Patient> patientList) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.