All Projects → caowm → DA-His

caowm / DA-His

Licence: Apache-2.0 License
一套完整的HIS,基于Delphi RemObjects DataAbstract开发,以Schema为中心

Programming Languages

pascal
1382 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to DA-His

vaahcms
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
Stars: ✭ 56 (+100%)
Mutual labels:  rapid-development
EmptyLicensesLicx
Easy continuous integration of apps using third-party controls that rely on licenses.licx files
Stars: ✭ 57 (+103.57%)
Mutual labels:  devexpress
dashboard-extension-simple-table
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 37 (+32.14%)
Mutual labels:  devexpress
sage-xpress
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
Stars: ✭ 26 (-7.14%)
Mutual labels:  rapid-development
dotnet-eud
DevExpress .NET Controls End-User Documentation
Stars: ✭ 50 (+78.57%)
Mutual labels:  devexpress
full-stack-tdc-poa
Projeto full stack Delphi MVC Framework e DevExtreme React.js
Stars: ✭ 16 (-42.86%)
Mutual labels:  devexpress
FastReport.Documentation
FastReport Open Source Documentation
Stars: ✭ 81 (+189.29%)
Mutual labels:  fastreport
bitcoin-cryptocurrency-tutorial
PHP & Cryptocurrencies Collections. Powered By https://btcschools.net
Stars: ✭ 142 (+407.14%)
Mutual labels:  rapid-development
lamp-luwak
Service-oriented state management for React
Stars: ✭ 12 (-57.14%)
Mutual labels:  service-oriented
fast-blazor
Blazor component library for FluentUI. Microsoft's official lightweight wrapper around the FluentUI Web Components for use with .NET 6.0 Blazor applications
Stars: ✭ 928 (+3214.29%)
Mutual labels:  web-standards
compressstream-explainer
Compression Streams Explained
Stars: ✭ 22 (-21.43%)
Mutual labels:  web-standards
crud-json-api
Build advanced JSON API Servers with almost no code.
Stars: ✭ 47 (+67.86%)
Mutual labels:  rapid-development
linkedresearch.org
🌐 linkedresearch.org
Stars: ✭ 32 (+14.29%)
Mutual labels:  web-standards
glfw-skeleton
💀 A skeleton OpenGL C++ app bootstrapped with glfw, glad, and glm.
Stars: ✭ 24 (-14.29%)
Mutual labels:  rapid-development
DevExpress4Delphi
Class helper for DevExpress components
Stars: ✭ 22 (-21.43%)
Mutual labels:  devexpress
backend
Python backend exposing an API to control, configure and program CoderBot.
Stars: ✭ 35 (+25%)
Mutual labels:  rapid-development
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+32.14%)
Mutual labels:  rapid-development
bash on steroids
Use bash scrpts for writing beautiful web apps. 🌐
Stars: ✭ 45 (+60.71%)
Mutual labels:  rapid-development
Reactive.XAF
DevExpress XAF extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
Stars: ✭ 60 (+114.29%)
Mutual labels:  devexpress
openradtool
application source generator
Stars: ✭ 34 (+21.43%)
Mutual labels:  rapid-development

DA-His

使用Delphi 10开发的Hospital information management,基于RemObjects DataAbstract,以Schema为中心,支持Internet标准。

技术选型

  1. Delphi 10
  2. Sql server 2008
  3. Remobjects DataAbstract 9
  4. DevExpress 18.1
  5. FastReport 6.2
  6. PaxCompiler 4.2
  7. Advanced-Data Export/Import
  8. SynEdit
  9. Graphics32

功能特点

  1. 提供数据集成服务(IDEA),类似Relativity Server,创建Schema后配置到idea.xml即可生成新数据服务,不需要修改后台代码。
  2. 以Schema为中心,前台所需配置都写在CustomAttributes里面,包括表格创建、窗体创建、控件属性、打印等等,很多时候只需要修改Schema即可完成界面的修改。
  3. 集成PaxCompile脚本扩展功能。脚本、窗体、函数都可以定义为一个功能点,相互之间通过Execute过程实现互动。
  4. 后台业务逻辑都写在SQLServer存储过程,在Schema里面配置CRUD绑定的存储过程。
  5. FastReport在后台生成报表传给前台,后台更新打印模板,前台即完成打印更新。
  6. 面向服务、多层架构、接口标准,这些都是因为Remobjects。
  7. base/auto update/提供软件升级功能。
  8. 系统各部分都有设计,松散耦合,不堆积重复代码。

安装步骤

  1. 创建SqlServer2008数据库:脚本在db目录中
  2. 修改数据库连接配置:his/release/his服务器/bin/Connection.daConnections
  3. 启动服务器:his/release/his服务器/bin/DAHisServer.exe
  4. 启动客户端: his/release/his客户端/bin/DAHisClient.exe,用户名: 8888,密码: 123123

DAHis开放全部源码供Delphi开发者学习用,后面逐步完善使用文档,商用的话还请购买商业组件。

作者:caowm ([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].