Giter Club home page Giter Club logo

lyhnims's Introduction

领域医院网络信息管理系统

领域医院网络信息管理系统是基于Yii2框架开发的一套医疗网络部信息管理系统。

包含功能:对话管理、预约到院管理、科室管理、医生管理、渠道管理、效果报表、权限管理。

当前版本1.0 Beta,下一步开发计划,实现自主预约接口、添加扩展中心方便自主开发插件在系统中使用。

QQ交流群:303971117 诚招一个赞助空间搭建演示。

运行环境

php5.4以上、Mysql 5

安装说明

#####数据库

将data目录里的数据库文件导入Mysql 编辑 config/db.php 里的数据库连接选项

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

#####程序配置

打开config/params.php编辑医院名称和超级管理员

打开web/index.php修改

defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');

defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod');

#####访问

有条件的直接将web目录设置为站点根目录直接访问,设置不了的通过http://your url/web/访问,默认管理员账户/密码:admin/admin。

BUG与建议

#####提问前

遇到问题时,心里都很着急。提问前请尝试从官方文档查找答案,搜索引擎也会是您的好朋友,也许别人已经提过你可以在这里 找到你需要的答案。

#####提问时

如果还是没有解决,请尽可能的使用明确、有意义的标题,尽可能补充详细信息。点这里提交

#####提问后

提交问题后,不要期待作者马上回复,建议通过邮件等方式订阅回复。切忌不要直接联系工作室的客服,因为他们的工作不是处理这些事情的。

版权说明

官方网站:http://www.lyapp.com

该源码仅供个人学习研究等非商业用途使用,企业、公司、政府、组织必须购买授权方能用于商业用途。

lyhnims's People

Watchers

James Cloos avatar Magic 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.