摘要

首先,论文一开始便是清楚的论述了系统的研究内容。其次,剖析系统需求分析,弄明白“做什么”,分析包括业务分析和业务流程的分析以及用例分析,更进一步明确系统的需求。然后在明白了系统的需求基础上需要进一步地设计系统,主要包罗软件架构模式、整体功能模块、数据库设计。本项目软件架构选择B/S模式,总体功能模块运用自顶向下的分层思想。再然后就是实现系统并进行代码编写实现功能。论文的最后章节总结一下自己完成本论文和开发本项目的心得和总结。通过预约挂号系统小程序将会使在预约挂号信息管理各个方面的工作效率带来实质性的提升。

关键字:B/S模式 预约挂号系统小程序 软件架构


Abstract


First of all, at the beginning of the paper is a clear discussion of the system of research content. Secondly, analyze the system requirements analysis to understand "what to do". The analysis includes business analysis, business process analysis and use case analysis to further clarify the requirements of the system. Then on the basis of understanding the requirements of the system need to further design the system, mainly including software architecture pattern, overall functional modules, database design. The software architecture of this project chooses B/S mode, and the overall functional module adopts the top-down hierarchical idea. And then is to implement the system and code to achieve the function. The last chapter of the paper summarizes the experience and summary of completing this paper and developing this project. Through the 小程序ointment registration system small program will make the 小程序ointment registration information management in all aspects of the work efficiency has brought substantial improvement.


Key words: B/S mode reservation registration system small program software architecture





1绪论 4

1.1项目研究的背景 4

1.2开发意义 4

1.3项目研究内容与结构 4

2开发技术介绍 5

2.1B/S架构 5

2.2 Android平台 5

2.3 Java语言简介 5

2.4 MySQL 介绍 6

2.5 MySQL环境配置 8

2.6 SSM框架 8

3系统分析 9

3.1可行性分析 9

3.1.1技术可行性 9

3.1.2经济可行性 9

3.1.3操作可行性 9

3.2 小程序性能需求分析 10

3.3 小程序设计规则与运行环境 10

3.4 小程序功能分析 10

3.5 小程序流程的分析 11

3.5.1 科室管理的流程 12

3.5.2 个人中心管理流程 13

3.5.3 登录流程 13

4系统设计 14

4.1 软件功能模块设计 14

4.2 数据库设计 14

4.2.1 概念模型设计 14

4.2.2 物理模型设计 15

5系统详细设计 18

5.1 小程序端 18

5.2管理员功能模块 20

6系统测试 23

7总结与心得体会 24

7.1 总结 24

7.2 心得体会 24

参考文献 25

致谢 26

 

(a) 管理员;管理员使用本系统涉到的功能主要有系统首页、个人中心、科室管理、患者管理、医生管理、专家预约管理、系统管理等功能。

(b) 用户;用户进入小程序可以实现系统首页、医生、我的等,在我的页面可以对专家预约、我的收藏管理等功能进行操作。


基于微信小程序的预约挂号系统-计算机毕业设计源码+LW文档_功能模块

基于微信小程序的预约挂号系统-计算机毕业设计源码+LW文档_MySQL_02

基于微信小程序的预约挂号系统-计算机毕业设计源码+LW文档_软件架构_03

基于微信小程序的预约挂号系统-计算机毕业设计源码+LW文档_软件架构_04