| Class | Description |
|---|---|
| CmdCloseApplication |
Command for closing the Application
|
| CmdCurrentUser |
Command for requesting the current Authenticated User from the Top level Agent
|
| CmdDeleteEntity<T extends AbsModel> |
A Command for deleting the given Model from the Database.
|
| CmdDoExport |
Command for Exporting the given Models with the Template
|
| CmdFilterEntity<T extends AbsModel> |
Command for get filtered result from the database
|
| CmdGetRootWindow |
Command for requesting the root Window of this application
|
| CmdInsertEntity<T extends AbsModel> |
A Command for inserting the given Model into the Database.
|
| CmdShowMedHistoryDialog |
Command to call the Edit Dialog MedHistory
|
| CmdShowPatientDialog |
Command to call the Edit Dialog Patient
|
| CmdShowUi |
General command to trigger an agent to show its content in an given pane
|
| CmdShowUserDialog |
Command to call the Edit Dialog User
|
| CmdUpdateEntity<T extends AbsModel> |
A Command for updating the given Model on the Database.
|
| Enum | Description |
|---|---|
| CmdDoExport.ExportType |
All export Types which can be used
|