摘要:本社区健康服务管理系统是针对目前社区健康服务管理的实际需求,从实际工作出发,对过去的社区健康服务管理系统存在的问题进行分析,完善用户的使用体会。采用计算机系统来管理信息,取代人工管理模式,查询便利,信息准确率高,节省了开支,提高了工作的效率。
本系统结合计算机系统的结构、概念、模型、原理、方法,在计算机各种优势的情况下,采用JAVA语言,结合SpringBoot框架与Vue框架以及MYSQL数据库设计并实现的。本社区健康服务管理系统主要包括个人中心、用户管理、社区健康服务管理、村民信息管理、预约信息管理、体检信息管理、饮食信息管理等多个模块。它帮助社区健康服务管理实现了信息化、网络化,通过测试,实现了系统设计目标,相比传统的管理模式,本系统合理的利用了社区健康服务管理数据资源,有效的减少了社区健康服务管理的经济投入,大大提高了社区健康服务管理的效率。
关键词:JAVA语言;SpringBoot框架;Vue框架;社区健康服务管理
Design and implementation of community health service management system
Abstract: The community health service management system is aimed at the current community health service management actual needs, from the actual work, the past community health service management system existing problems are analyzed, improve the user experience. Using computer system to manage information, replacing manual management mode, easy to query, information accuracy is high, save costs, improve the efficiency of work.
This system combines the structure, concept, model, principle and method of computer system, in the case of various advantages of computer, using JAVA language, combined with SpringBoot framework and Vue framework and MYSQL database design and implementation. The community health service management system mainly includes individual center, user management, community health service management, villager information management, appointment information management, physical examination information management, diet information management and other modules. It helps the community health service management to achieve information, network, through the test, to achieve the system design objectives, compared with the traditional management mode, the system reasonable use of community health service management data resources, effectively reduce the economic investment in community health service management, greatly improve the efficiency of community health service management.
Key words: JAVA language; SpringBoot framework; Vue framework; Community health service management
目录
第1章 引言 1
1.1开发背景与意义 1
1.2研究目的 1
1.3国内外研究现状 2
1.4论文结构 2
第2章 主要技术 3
2.1 Java语言 3
2.2 SpringBoot框架 4
2.3 Vue框架 4
2.4 MySQL数据库 4
第3章 系统分析 5
3.1可行性分析 5
3.2业务流程分析 6
3.3需求分析 6
第4章 系统设计 8
4.1系统总体功能设计 8
4.1.1管理员模块 8
4.2数据库设计 10
4.2.1数据库设计概述 10
4.3.2概念设计 10
4.3.3表设计 11
第5章 系统实现 14
5.1登录模块的实现 14
5.2个人中心模块 14
5.3用户管理模块 15
5.4医生管理模块 16
5.5预约信息管理模块 17
5.6体检信息管理模块 18
5.7饮食信息管理理模块 19
第6章 程序测试 21
6.1测试的目的 21
6.2测试方法 21
6.3测试用例 21
6.3.1界面测试 21
6.3.2管理员登录测试 22
6.3.3商品类别添加测试 24
6.4测试结果 24
结论 26
致谢 27
参考文献 28
系统主要是以后台管理员管理为主。管理员需要先登录系统然后才可以使用本系统,管理员可以对系统首页、个人中心、用户管理、医生管理、预约信息管理、体检信息管理、饮食信息管理、菜单信息管理、菜单分类管理、活动类型管理、活动信息管理、留言板、系统管理进行添加、查询、修改、删除,以保障社区健康服务管理系统的正常运行。
通过软件的需求分析已经获得了系统的基本功能需求,根据需求,将社区健康服务管理系统功能模块主要分为管理员模块。管理员添加系统首页、个人中心、用户管理、医生管理、预约信息管理、体检信息管理、饮食信息管理、菜单信息管理、菜单分类管理、活动类型管理、活动信息管理、留言板、系统管理等等操作。
程序测试是很重要的一个环节,当自身的程序已经完成时,仍需要测试来保证程序的正确性和可靠性,因为往往此时出现的错误就是用户可能会出现的错误,所以调试变得至关重要。唯有经过多次的调试才能够使系统达到完美的状态,使得用户可以安全,放心的使用程序,保障用户信息的安全是每个系统最基本的需求,因而调试也就是系统的最基本的要求。
软件测试可以检测是项目的漏洞,是规避风向的重要途径。这是软件开发过程中一个很重要的环节。前期我们测试的越细致,系统的完整性更健全,用户的体验与评价会更好。所以越重要的系统,测试环节就应该更加缜密细致。社区健康服务管理系统是一个隐私信息较多的系统,如果数据库出现泄漏问题,势必会对用户带来很大的困扰,所以测试是一个很重要的环节。
本系统主要测试客户端的使用与后台服务器的使用。主要测试注册、登录、完善信息、页面跳转等功能能否实现。