Modifier and Type | Method and Description |
---|---|
MedicalHistory |
MedicalHistoryModel.getModel()
Returns the Data model
|
Modifier and Type | Method and Description |
---|---|
void |
MedicalHistoryController.refreshMedHistoryData(MedicalHistory model)
Write all changes into the Model
|
void |
MedicalHistoryView.setData(MedicalHistory model)
Fills the Data from the model into the form
|
void |
MedicalHistoryModel.setModel(MedicalHistory model)
Saves the received data model
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MedicalHistory> |
DatabaseModel.getFilteredMedicalHistory(MedicalHistory medHistory)
returns a list of matching Medical Histories. don't found any matches, return null.
|
Modifier and Type | Method and Description |
---|---|
int |
DatabaseModel.addMedicalHistory(MedicalHistory medHistory)
Adds a new MedicalHistory element to the database
|
java.util.List<MedicalHistory> |
DatabaseModel.getFilteredMedicalHistory(MedicalHistory medHistory)
returns a list of matching Medical Histories. don't found any matches, return null.
|
int |
DatabaseModel.removeMedicalHistory(MedicalHistory medHistory)
Remove the given MedicalHistory from the database
|
int |
DatabaseModel.updateMedicalHistory(MedicalHistory medHistory)
Updates the given model into the Database
|
Modifier and Type | Method and Description |
---|---|
MedicalHistory |
MedicalHistoryJDBCTemplate.getById(int id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MedicalHistory> |
MedicalHistoryJDBCTemplate.filterByEntity(MedicalHistory entity) |
java.util.List<MedicalHistory> |
MedicalHistoryJDBCTemplate.get() |
Modifier and Type | Method and Description |
---|---|
int |
MedicalHistoryJDBCTemplate.create(MedicalHistory entity) |
java.util.List<MedicalHistory> |
MedicalHistoryJDBCTemplate.filterByEntity(MedicalHistory entity) |
int |
MedicalHistoryJDBCTemplate.update(int id,
MedicalHistory newEntity) |
Modifier and Type | Method and Description |
---|---|
MedicalHistory |
MedicalHistoryMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<MedicalHistory> |
DoctorModel.getMedicalHistoryData() |
Modifier and Type | Method and Description |
---|---|
void |
DoctorController.editMedicalHistory(MedicalHistory model)
Edit the given MedicalHistory model.
|
Modifier and Type | Method and Description |
---|---|
MedicalHistory |
CmdShowMedHistoryDialog.getMedHistory() |
Modifier and Type | Method and Description |
---|---|
void |
CmdShowMedHistoryDialog.setMedHistory(MedicalHistory patient) |
Constructor and Description |
---|
CmdShowMedHistoryDialog(javafx.stage.Stage owner,
MedicalHistory model) |