- main(String[]) - Static method in class ch.gbssg.app.App
-
- mapRow(ResultSet, int) - Method in class ch.gbssg.app.ila.database.mapper.CodeMapper
-
- mapRow(ResultSet, int) - Method in class ch.gbssg.app.ila.database.mapper.CodeTypeMapper
-
- mapRow(ResultSet, int) - Method in class ch.gbssg.app.ila.database.mapper.FakturaMapper
-
- mapRow(ResultSet, int) - Method in class ch.gbssg.app.ila.database.mapper.MedicalHistoryMapper
-
- mapRow(ResultSet, int) - Method in class ch.gbssg.app.ila.database.mapper.PatientMapper
-
- mapRow(ResultSet, int) - Method in class ch.gbssg.app.ila.database.mapper.UserMapper
-
- MedicalHistory - Class in ch.gbssg.app.model
-
represent a Medical History model
- MedicalHistory() - Constructor for class ch.gbssg.app.model.MedicalHistory
-
- MedicalHistoryController - Class in ch.gbssg.app.bla.medicalHistory
-
Represents the Controller for the Bottom Level Agent MedicalHistory
This agent is for editing/adding Medical History Entries
- MedicalHistoryController() - Constructor for class ch.gbssg.app.bla.medicalHistory.MedicalHistoryController
-
- MedicalHistoryJDBCTemplate - Class in ch.gbssg.app.ila.database.dao
-
JDBC Template for the MedicalHistory model
Contains all basic SQL transaction, like Select, Insert, Update and delete
- MedicalHistoryJDBCTemplate() - Constructor for class ch.gbssg.app.ila.database.dao.MedicalHistoryJDBCTemplate
-
- MedicalHistoryMapper - Class in ch.gbssg.app.ila.database.mapper
-
This class defines the relation between the MedicalHistory Model and the table t_MedicalHistory
- MedicalHistoryMapper() - Constructor for class ch.gbssg.app.ila.database.mapper.MedicalHistoryMapper
-
- MedicalHistoryModel - Class in ch.gbssg.app.bla.medicalHistory
-
Represents the Model for the Medical history agent
In this class all necessary data is saved
- MedicalHistoryModel() - Constructor for class ch.gbssg.app.bla.medicalHistory.MedicalHistoryModel
-
The Contrsuctor of this class
- MedicalHistoryView - Class in ch.gbssg.app.bla.medicalHistory
-
Represents the View of the Medical History Agent
Loads the belonging fxml and initialize the view and all other elements
Handles the Events and redirect them to the controller.
- MedicalHistoryView(MedicalHistoryController) - Constructor for class ch.gbssg.app.bla.medicalHistory.MedicalHistoryView
-
Constructor of the class