| Package | Description |
|---|---|
| ch.gbssg.app.bla.patient | |
| ch.gbssg.app.bla.user | |
| ch.gbssg.app.ila.admin | |
| ch.gbssg.app.ila.database | |
| ch.gbssg.app.ila.database.dao | |
| ch.gbssg.app.ila.database.mapper | |
| ch.gbssg.app.ila.kv |
| Modifier and Type | Method and Description |
|---|---|
Code |
PatientController.getAssignedCode(int id)
Check the Code list and return the Code Model object based on the given ID
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.ComboBox<Code> |
PatientView.getCboGender() |
javafx.collections.ObservableList<Code> |
PatientModel.getCodesData()
get the Codes data list which is used in this dialog
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientView.fillCombobox(javafx.collections.ObservableList<Code> codes) |
| Modifier and Type | Method and Description |
|---|---|
Code |
UserController.getAssignedCode(int id)
Check the Code list and return the Code Model object based on the given ID
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.ComboBox<Code> |
UserView.getCboCodes() |
javafx.collections.ObservableList<Code> |
UserModel.getCodesData()
get the Codes data list which is used in this dialog
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserView.fillCombobox(javafx.collections.ObservableList<Code> codes)
Fill the Comboboxes with the given list of Code model
|
| Modifier and Type | Method and Description |
|---|---|
Code |
AdminController.getAssignedCode(int id)
Check the Code list and return the Code Model object based on the given ID
|
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Code> |
AdminModel.getCodesData()
get the Codes Data list
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Code> |
DatabaseModel.getFilteredCode(Code code)
returns a list of matches Codes. don't found any matches, return null.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DatabaseModel.addCode(Code code)
Adds a new Code element to the database
|
java.util.List<Code> |
DatabaseModel.getFilteredCode(Code code)
returns a list of matches Codes. don't found any matches, return null.
|
int |
DatabaseModel.removeCode(Code code)
Remove the given Code from the database
|
int |
DatabaseModel.updateCode(Code code)
Updates the given model into the Database
|
| Modifier and Type | Method and Description |
|---|---|
Code |
CodeJDBCTemplate.getById(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Code> |
CodeJDBCTemplate.filterByEntity(Code entity) |
java.util.List<Code> |
CodeJDBCTemplate.get() |
| Modifier and Type | Method and Description |
|---|---|
int |
CodeJDBCTemplate.create(Code entity) |
java.util.List<Code> |
CodeJDBCTemplate.filterByEntity(Code entity) |
int |
CodeJDBCTemplate.update(int id,
Code newEntity) |
| Modifier and Type | Method and Description |
|---|---|
Code |
CodeMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
| Modifier and Type | Method and Description |
|---|---|
Code |
KvController.getAssignedCode(int id)
Check the Code list and return the Code Model object based on the given ID
|
Code |
KvController.getAssignedCode(java.lang.String desc)
Check the Code list and return the Code Model object based on the given Description
|
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Code> |
KvModel.getCodesData()
get the Codes data list
|
| Modifier and Type | Method and Description |
|---|---|
void |
KvController.FilterTable(Code state,
java.time.LocalDate dateFrom,
java.time.LocalDate dateTo)
Filter the Faktura table based on the given criterias
|
| Modifier and Type | Method and Description |
|---|---|
void |
KvView.fillCombobox(javafx.collections.ObservableList<Code> codes)
Fill the comboboxes with the given data model list
|