摘  要

 随着计算机信息技术的发展,各种管理系统逐渐用在社会生产生活中,通过系统化管理提高办事流程,节约时间。越来越多的人习惯并依赖于通过信息技术和智能化的形式来处理日常各类事物。为了满足健康求助者的需要,以及适应现代化健康信管理的需求,决定开发企业员工心理健康管理系统。帮助健康求助者在线学习健康知识,提高效率。

论文先介绍当前企业员工心理健康管理系统的现状,然后调研开发这一系统的主流技术,最终选择通过Java的MVC框架开发,选择轻量级的关系型MySQL数据库存储数据。接着进行系统的需求分析、功能设计、数据库设计,最后进行编码实现。企业员工心理健康管理系统主要包括了前台和后台信息管理两个部分,前台实现信息浏览、在线交流、在线咨询等,后台实现用户管理、心理咨询师管理、预约管理、心理学科普管理、通知公告管理、交流互动管理和系统等功能。

企业员工心理健康管理系统可以给员工提供快捷高效的健康管理流程,方便了人们的生活。同时,企业员工心理健康管理系统帮助心理咨询师快速的进行咨询预约管理,在线管理用户,提高了健康问题管理效率。


关键词:心理学;健康管理;JAVA;心理咨询师;心理咨询


 

Abstract

With the development of computer information technology, various management systems are gradually being used in social production and life. Through systematic management, the process of handling affairs is improved and time is saved. More and more people are accustomed to and rely on information technology and intelligent forms to handle various daily things. In order to meet the needs of health seekers and meet the needs of modern health information management, it has been decided to develop a mental health management system for enterprise employees. Help health seekers learn health knowledge online and improve efficiency.

This paper first introduces the current situation of the enterprise employees' mental health management system, then investigates and develops the mainstream technology of this system, and finally chooses to use the MVC framework of Java to develop and choose lightweight relational MySQL database to store data. Then the system needs analysis, functional design, database design, and finally coding implementation. The enterprise employee mental health management system mainly includes two parts: front-end and back-end information management. The front-end realizes information browsing, online communication, online consultation, etc. The back-end realizes functions such as user management, psychological counselor management, appointment management, psychology popularization management, notification and announcement management, communication and interaction management, and the system.

The enterprise employee mental health management system can provide employees with a fast and efficient health management process, making people's lives more convenient. At the same time, the enterprise employee mental health management system helps psychological counselors quickly manage consultation appointments, manage users online, and improve the efficiency of health problem management.


Key words: Psychology; Health management; JAVA; Psychological consultation teacher;  


本文研究的目的就是出于对健康的关注和人们生活指数的关心,开发一个针对网上健康求助群体的专业化健康服务性小程序,为他们宣传科普健康知识,方便用户查找和使用,同时和多个知名医院合作,建立了在线咨询平台,更好的解决求助群体面临的问题,通过一对一的专家服务,满足员工的健康困惑。

对于客户来说,通过注册获取个人的账号信息,然后所有的操作都可以记录,包括个人的咨询信息、健康测试信息、交流问题等等,防止遗忘,为下次同样疾病的处理提供参考。系统提供的交流模块可以为其他用户提供疾病诊疗的帮助。

企业员工心理健康管理系统的开发,对管理者来说,可以降低管理者的开支,提升管理者的服务水平,帮助心理咨询师实现在线诊断,彻底抛弃传统的纸制心理管理流程,将信息全部通过数据库保存,随时的查阅,不再担心数量多或者丢失的问题。企业员工心理健康管理系统的设计,也可以帮助医院解决信息集成的问题,将医院其它的系统通过接口的方式进行信息共享,实现一体化的管理模式。

企业员工心理健康管理系统的B/S模式,方便安装,减少了维护的工作量,只需要通过服务器端的更新就可以实现新系统的发布,提高了企业员工心理健康管理系统的可扩展性和可移植性。



MySQL是个中小型关系型数据库,开源免费,安装简单,应用面广。虽然MySQL是一个小型数据库,但是却具有非常强大的功能,并为管理系统提供必要的数据支持。在本企业员工心理健康管理系统中,对数据安全要求较高,而MySQL就具有非常高的数据安全性特征。通过设置数据库的登录权限,实现用户权限的控制,包括访问数据库的用户,设置对应的密码,也可以详细的进行设置数据操作权限,另外还可以设置数据库表内的信息加密。


企业员工心理健康管理系统-计算机毕业设计源码+LW文档_MySQL

企业员工心理健康管理系统-计算机毕业设计源码+LW文档_MySQL_02