- CellFactoryCode - Class in ch.gbssg.app.util
-
Defines the Factory for the Codes.
- CellFactoryCode() - Constructor for class ch.gbssg.app.util.CellFactoryCode
-
- ch.gbssg.app.bla.medicalHistory - package ch.gbssg.app.bla.medicalHistory
-
- ch.gbssg.app.bla.patient - package ch.gbssg.app.bla.patient
-
- ch.gbssg.app.bla.pdfexport - package ch.gbssg.app.bla.pdfexport
-
- ch.gbssg.app.bla.user - package ch.gbssg.app.bla.user
-
- ch.gbssg.app.bla.wordexport - package ch.gbssg.app.bla.wordexport
-
- ch.gbssg.app.ila.admin - package ch.gbssg.app.ila.admin
-
- ch.gbssg.app.ila.database - package ch.gbssg.app.ila.database
-
- ch.gbssg.app.ila.database.dao - package ch.gbssg.app.ila.database.dao
-
- ch.gbssg.app.ila.database.mapper - package ch.gbssg.app.ila.database.mapper
-
- ch.gbssg.app.ila.doctor - package ch.gbssg.app.ila.doctor
-
- ch.gbssg.app.ila.export - package ch.gbssg.app.ila.export
-
- ch.gbssg.app.ila.kv - package ch.gbssg.app.ila.kv
-
- ch.gbssg.app.model - package ch.gbssg.app.model
-
- ch.gbssg.app.tla - package ch.gbssg.app.tla
-
- ch.gbssg.app.util - package ch.gbssg.app.util
-
- ch.gbssg.app.util.command - package ch.gbssg.app.util.command
-
- ch.gbssg.core.pac - package ch.gbssg.core.pac
-
- ch.gbssg.core.pac.fake - package ch.gbssg.core.pac.fake
-
- ch.gbssg.tla - package ch.gbssg.tla
-
- changeState(Faktura) - Method in class ch.gbssg.app.ila.kv.KvController
-
Change the state of the given Faktura model.
- closeApp() - Method in class ch.gbssg.app.tla.AppController
-
Close the whole Application
- closeDialog() - Method in class ch.gbssg.app.bla.medicalHistory.MedicalHistoryController
-
Close the dialog without saving the data
- closeDialog() - Method in class ch.gbssg.app.bla.patient.PatientController
-
Close the dialog without saving the data
- CmdCloseApplication - Class in ch.gbssg.app.util.command
-
Command for closing the Application
- CmdCloseApplication() - Constructor for class ch.gbssg.app.util.command.CmdCloseApplication
-
- CmdCurrentUser - Class in ch.gbssg.app.util.command
-
Command for requesting the current Authenticated User from the Top level Agent
- CmdCurrentUser() - Constructor for class ch.gbssg.app.util.command.CmdCurrentUser
-
- CmdDeleteEntity<T extends AbsModel> - Class in ch.gbssg.app.util.command
-
A Command for deleting the given Model from the Database.
- CmdDeleteEntity(Class<T>, T) - Constructor for class ch.gbssg.app.util.command.CmdDeleteEntity
-
create a new command for deleting entities from database.
- CmdDoExport - Class in ch.gbssg.app.util.command
-
Command for Exporting the given Models with the Template
- CmdDoExport(CmdDoExport.ExportType, String) - Constructor for class ch.gbssg.app.util.command.CmdDoExport
-
Constructor of the Command
Needs at least the Export type, and the path to the template
- CmdDoExport(String) - Constructor for class ch.gbssg.app.util.command.CmdDoExport
-
Constructor
- CmdDoExport.ExportType - Enum in ch.gbssg.app.util.command
-
All export Types which can be used
- CmdFilterEntity<T extends AbsModel> - Class in ch.gbssg.app.util.command
-
Command for get filtered result from the database
- CmdFilterEntity(Class<T>, T) - Constructor for class ch.gbssg.app.util.command.CmdFilterEntity
-
create a new command for get filterd entities from database.
- CmdGetRootWindow - Class in ch.gbssg.app.util.command
-
Command for requesting the root Window of this application
- CmdGetRootWindow() - Constructor for class ch.gbssg.app.util.command.CmdGetRootWindow
-
- CmdInsertEntity<T extends AbsModel> - Class in ch.gbssg.app.util.command
-
A Command for inserting the given Model into the Database.
- CmdInsertEntity(Class<T>, T) - Constructor for class ch.gbssg.app.util.command.CmdInsertEntity
-
create a new command to insert new entities into database.
- CmdShowMedHistoryDialog - Class in ch.gbssg.app.util.command
-
Command to call the Edit Dialog MedHistory
- CmdShowMedHistoryDialog(Stage, MedicalHistory) - Constructor for class ch.gbssg.app.util.command.CmdShowMedHistoryDialog
-
- CmdShowPatientDialog - Class in ch.gbssg.app.util.command
-
Command to call the Edit Dialog Patient
- CmdShowPatientDialog(Stage, Patient) - Constructor for class ch.gbssg.app.util.command.CmdShowPatientDialog
-
Constructor
- CmdShowUi - Class in ch.gbssg.app.util.command
-
General command to trigger an agent to show its content in an given pane
- CmdShowUi(Pane) - Constructor for class ch.gbssg.app.util.command.CmdShowUi
-
- CmdShowUserDialog - Class in ch.gbssg.app.util.command
-
Command to call the Edit Dialog User
- CmdShowUserDialog(Stage, User) - Constructor for class ch.gbssg.app.util.command.CmdShowUserDialog
-
- CmdUpdateEntity<T extends AbsModel> - Class in ch.gbssg.app.util.command
-
A Command for updating the given Model on the Database.
- CmdUpdateEntity(Class<T>, T) - Constructor for class ch.gbssg.app.util.command.CmdUpdateEntity
-
create a new command for Updating entities from database.
- Code - Class in ch.gbssg.app.model
-
represent a Code model
- Code() - Constructor for class ch.gbssg.app.model.Code
-
- CodeJDBCTemplate - Class in ch.gbssg.app.ila.database.dao
-
JDBC Template for the Code model
Contains all basic SQL transaction, like Select, Insert, Update and delete
- CodeJDBCTemplate() - Constructor for class ch.gbssg.app.ila.database.dao.CodeJDBCTemplate
-
- CodeMapper - Class in ch.gbssg.app.ila.database.mapper
-
This class defines the relation between the Code Model and the table t_Codes
- CodeMapper() - Constructor for class ch.gbssg.app.ila.database.mapper.CodeMapper
-
- CodeType - Class in ch.gbssg.app.model
-
Represent a CodeType model
- CodeType() - Constructor for class ch.gbssg.app.model.CodeType
-
- CodeTypeJDBCTemplate - Class in ch.gbssg.app.ila.database.dao
-
JDBC Template for the CodeType model
Contains all basic SQL transaction, like Select, Insert, Update and delete
- CodeTypeJDBCTemplate() - Constructor for class ch.gbssg.app.ila.database.dao.CodeTypeJDBCTemplate
-
- CodeTypeMapper - Class in ch.gbssg.app.ila.database.mapper
-
This class defines the relation between the CodeType Model and the table t_CodeType
- CodeTypeMapper() - Constructor for class ch.gbssg.app.ila.database.mapper.CodeTypeMapper
-
- convert(int) - Static method in enum ch.gbssg.app.util.UserRoll
-
convert a int value to enum state
- create(Code) - Method in class ch.gbssg.app.ila.database.dao.CodeJDBCTemplate
-
- create(CodeType) - Method in class ch.gbssg.app.ila.database.dao.CodeTypeJDBCTemplate
-
- create(Faktura) - Method in class ch.gbssg.app.ila.database.dao.FakturaJDBCTemplate
-
- create(MedicalHistory) - Method in class ch.gbssg.app.ila.database.dao.MedicalHistoryJDBCTemplate
-
- create(Patient) - Method in class ch.gbssg.app.ila.database.dao.PatientJDBCTemplate
-
- create(User) - Method in class ch.gbssg.app.ila.database.dao.UserJDBCTemplate
-
- create(T) - Method in interface ch.gbssg.core.ICrud
-
create a new entity of implement dao
- createMedicalHistory(int) - Method in class ch.gbssg.app.ila.doctor.DoctorController
-
Open the Patient Dialog for creating a new Patient
Creates the model and saves the PatientID and the UserID into the model