Uses of Class
de.hitec.nhplus.model.Treatment
Package
Description
-
Uses of Treatment in de.hitec.nhplus.controller
Modifier and TypeMethodDescriptionvoid
TreatmentController.initializeController
(AllTreatmentController controller, javafx.stage.Stage stage, Treatment treatment) void
AllTreatmentController.treatmentWindow
(Treatment treatment) -
Uses of Treatment in de.hitec.nhplus.datastorage
Modifier and TypeMethodDescriptionprotected Treatment
TreatmentDao.getInstanceFromResultSet
(ResultSet result) Maps aResultSet
of one treatment to an object ofTreatment
.Modifier and TypeMethodDescriptionTreatmentDao.getListFromResultSet
(ResultSet result) Maps aResultSet
of all treatments to anArrayList
with objects of classTreatment
.TreatmentDao.readTreatmentsByPid
(long pid) Queries all treatments of a given patient id (pid) and maps the results to anArrayList
with objects of classTreatment
.Modifier and TypeMethodDescriptionprotected PreparedStatement
TreatmentDao.getCreateStatement
(Treatment treatment) Generates aPreparedStatement
to persist the given object ofTreatment
.protected PreparedStatement
TreatmentDao.getUpdateStatement
(Treatment treatment) Generates aPreparedStatement
to update the given treatment, identified by the id of the treatment (tid). -
Uses of Treatment in de.hitec.nhplus.fixtures
-
Uses of Treatment in de.hitec.nhplus.model