|
Class Summary |
| AccessControl |
Security class for access control of users to SEHR services (modules).
|
| DAOBase |
Data access object for using iBatis as layer. |
| DAOJdbc |
This is a data access object (DAO) for accessing the SEHR databases by
standard JDBC/SQL without using he iBatis layer.
|
| FPrintf |
|
| SEHRCfg |
This method is the only one and basic configuration layer between the SEHR
modules and the operating system.
|
| SEHRDataSource |
Simple object for accessing a firebird database within SEHR projects.
|
| SysExec |
Run a external process in three ways:
exec: Execute the command, returning
immediately even if the command is still
running. e.g. printing, facsimile processes
execWait: Execute the command, but
don't return until the command finishes.
|
| SysLxLib |
System interface to Linux. |