DA-His
Hospital information management developed using Delphi 10 is based on RemObjects DataAbstract, centered on Schema, and supports Internet standards.
Technical selection
- Delphi 10
- Sql server 2008
- Remobjects DataAbstract 9
- DevExpress 18.1
- FastReport 6.2
- PaxCompiler 4.2
- Advanced-Data Export/Import
- SynEdit
- Graphics32
Functional Features
- Provides data integration service (IDEA), similar to Relativity Server. After creating Schema, configure it to idea.xml to generate new data services without modifying background code.
- With Schema as the center, the required configurations for the front desk are written in CustomAttributes, including table creation, form creation, control properties, printing, etc. In many cases, only Schema needs to be modified to complete the interface modification.
- Integrate PaxCompile script extension functionality. Scripts, forms, and functions can all be defined as a functional point, and they can interact with each other through the Execute process.
- The background business logic is written in SQLServer stored procedures, the Command-bound stored procedures in Schema, or the DataTable's Insert/Update/DeleteCommandName-bound stored procedures.
- FastReport generates a report in the background and passes it to the front desk. The background updates the printing template, and the front desk completes the printing and update.
- Service-oriented, multi-layer architecture, interface standards, all of which are because of Remobjects.
- base/auto update/provides software upgrade function.
- All parts of the system are designed, loosely coupled, and do not accumulate and repeat codes.
Installation steps
- Create SqlServer2008 database: script in db directory
- Modify the database connection configuration: his/release/his server/bin/Connection.daConnections
- Start the server: his/release/his server/bin/DAHisServer.exe
- Start the client: his/release/his client/bin/DAHisClient.exe, username: 8888, password: 123123
DAHis opens all source code for Delphi developers to learn and use. The usage documents will be gradually improved later. If you are commercially available, please purchase commercial components.
Author: caowm ([email protected])