GithubHelp home page GithubHelp logo

shanghaif / his-biz-suite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doublechaintech/his-biz-suite

0.0 0.0 0.0 16.58 MB

用于演示智能化开发的系统,一个医院的排班系统,管理医院的科室,收费条目,医生和医生预约,本演示运行于南大通用GBase 8s v8.7之上。

Shell 0.07% Java 43.19% HTML 0.26% CSS 0.01% JavaScript 55.09% Less 1.37% EJS 0.01%

his-biz-suite's Introduction

整个应用通过知识图谱自动生成

  • 自动生成表定义
  • 自动生成界面
  • 自动生成后台代码
  • 自动翻译

演示地址

https://demo.doublechaintech.com/admin/his/#/home

  • 医院登录: 13900000001/admin123

新演示已运行于国产数据库南大通用GBase 8s之上

源文件(用文本文件写60多行的文件就可以生成完整应用)

通过以下文件生成

  • 多角色前台React/Antd管理界面
  • 后台Java
  • 数据库规格
  • 演示数据
<?xml version='1.0' ?>
<root org="doublechaintech" 
	chinese_name="医生排班系统" 
	english_name="Doctor Scheduling System">

	
    <hospital   
        name="上和医院|[1,200]"  
        address="毕升路22号" 
        telephone="028-9123123" />
	
    <expense_type  
        name="诊疗费|治疗费|检查费"  
        helper_chars="zlf|zlf|jcf"  
        status="正常|停用" 
        hospital="$(hospital)"
        description="text()"   
        update_time="updateTime()"        
        _features="setting"
    />
    <period  
        name="上午|下午|夜班"   
        hospital="$(hospital)"         
        _features="status"   />
    <expense_item
        name="专家诊疗费|血常规|煎药费"       
        price="$99999999999.00"       
        expense_type="$(expense_type)"
        hospital="$(hospital)"        
        update_time="updateTime()"       
         _features="setting"
    />

    <doctor
        name="魏松全"
        shot_image="snap.shot-400-300-red.jpg"
        hospital="$(hospital)"
        update_time="updateTime()"
        
    />

    <department
        name="放射科" 
        hospital="$(hospital)" 
        update_time="updateTime()" 
        _features="setting"
 
    />
    
    <doctor_assignment
        name="魏松全在内分泌科室上" 
        doctor="$(doctor)"
        department="$(department)" 
        update_time="updateTime()"  
        _features="setting"
 
    />
    <doctor_schedule
        name="2019年3月11日魏松全在内分泌科坐班收诊疗费,每个10"
        doctor="$(doctor)"  
        schedule_date="2019-3-11" 
        period="$(period)"
        department="$(department)" 
        available="20"  price="$123.99"
        expense_type="$(expense_type)" 
        create_time="createTime()"  
        update_time="updateTime()" 
        hospital="$(hospital)"
    />
    

</root>
 
 
 

开发工具

请使用 https://github.com/doublechaintech/daas-start-kit/ 来定制你的医院管理系统。

his-biz-suite's People

Contributors

philipgreat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.