Uses of Class
de.hitec.nhplus.model.Patient
-
Uses of Patient in de.hitec.nhplus.controller
Modifier and TypeMethodDescriptionvoid
NewTreatmentController.initialize
(AllTreatmentController controller, javafx.stage.Stage stage, Patient patient) void
AllTreatmentController.newTreatmentWindow
(Patient patient) Modifier and TypeMethodDescriptionvoid
AllPatientController.handleOnEditAssets
(javafx.scene.control.TableColumn.CellEditEvent<Patient, String> event) void
AllPatientController.handleOnEditCareLevel
(javafx.scene.control.TableColumn.CellEditEvent<Patient, String> event) void
AllPatientController.handleOnEditDateOfBirth
(javafx.scene.control.TableColumn.CellEditEvent<Patient, String> event) void
AllPatientController.handleOnEditFirstname
(javafx.scene.control.TableColumn.CellEditEvent<Patient, String> event) void
AllPatientController.handleOnEditRoomNumber
(javafx.scene.control.TableColumn.CellEditEvent<Patient, String> event) void
AllPatientController.handleOnEditSurname
(javafx.scene.control.TableColumn.CellEditEvent<Patient, String> event) -
Uses of Patient in de.hitec.nhplus.datastorage
Modifier and TypeMethodDescriptionprotected Patient
PatientDao.getInstanceFromResultSet
(ResultSet result) Maps aResultSet
of one patient to an object ofPatient
.Modifier and TypeMethodDescriptionPatientDao.getListFromResultSet
(ResultSet result) Maps aResultSet
of all patients to anArrayList
ofPatient
objects.Modifier and TypeMethodDescriptionprotected PreparedStatement
PatientDao.getCreateStatement
(Patient patient) Generates aPreparedStatement
to persist the given object ofPatient
.protected PreparedStatement
PatientDao.getUpdateStatement
(Patient patient) Generates aPreparedStatement
to update the given patient, identified by the id of the patient (pid). -
Uses of Patient in de.hitec.nhplus.fixtures