摘要
21世纪是信息的时代,是网络的时代,进入信息社会高速发展的时代,数字化革命给所有领域带来新的改变。传统的报纸杂志已经远远满足不了人们的需求,人们更加希望于能够在网上了解更多的信息,网页逐渐融入人们的生活,快速及时地浏览医生信息,此同时越来越多的医院建立了自己的基于微信小程序的医院自助挂号系统,管理员通过网站可以添加用户、医生、科室分类、医生信息、挂号信息、门诊病例,用户可以对医生信息进行挂号,以及开展电子商务等。互联网的世界里蕴藏无限生机,这里只有想不到的、没有做不到的。网络发展前景无限,及早与网络结合,与信息时代同步,与高科技汇合,定会给社会各行各业的发展注入新鲜的活力。
任何系统都要遵循系统设计的基本流程,本系统也不例外,同样需要经过市场调研,需求分析,概要设计,详细设计,编码,测试这些步骤,本系统前台采用微信开发者结合后台Java语言设计并实现了医院自助挂号系统。该系统基于B/S即所谓浏览器/服务器模式,应用SSM框架,选择MySQL作为后台数据库。系统主要包括系统管理员登录、用户注册、登录、医生注册、医生登录、医生信息、挂号信息、门诊病例等功能模块。
关键词 医院自助挂号系统;微信小程序;Java语言;
Abstract
The 21st century is the era of information and network. Entering the era of rapid development of information society, the digital revolution has brought new changes to all fields. Traditional newspapers and magazines have been far from meeting people's needs. People want to know more information on the Internet. Web pages gradually integrate into people's life and browse doctor information quickly and timely. At the same time, more and more hospitals have established their own hospital self-service registration system based on wechat applet. Administrators can add users, doctors, department classification, doctor information, registration information For outpatient cases, users can register doctor information and carry out e-commerce. There is infinite vitality in the world of the Internet. There are only unexpected and impossible things here. The prospect of network development is unlimited. Early integration with the network, synchronization with the information age and integration with high technology will inject fresh vitality into the development of all walks of life.
Any system should follow the basic process of system design, and this system is no exception. It also needs to go through the steps of market research, demand analysis, outline design, detailed design, coding and testing. The front desk of this system uses wechat developers combined with the background Java language to design and implement the hospital self-service registration system. The system is based on B / s, the so-called browser / server mode, applies SSM framework, and selects MySQL as the background database. The system mainly includes system administrator login, user registration, login, doctor registration, doctor login, doctor information, registration information, outpatient cases and other functional modules.
Keywords hospital self-service registration system; Wechat applet; Java language;
目 录
1 绪 论
1.1课题背景及意义 2
1.2 课题的研究现状 3
1.3 课题目的 4
1.4本课题主要工作 5
2 开发工具和技术 6
2.1 微信开发者工具 7
2.2小程序框架以及目录结构介绍 8
2.3 JAVA简介 9
2.4 MySQL数据库 10