【软件工程毕业设计】基于jsp的社区居民健康档案管理系统 下载本文

内容发布更新时间 : 2024/6/3 21:04:04星期一 下面是文章的全部内容请认真阅读。

河北农业大学 本科毕业论文

题 目: 基于 jsp 的社区居民健康档案管理系统 摘要

随着信息技术的进步和医疗水平的提高,健康档案信息管理系统在医院中发挥越来越重要的作用。健康档案信息管理系统能够提高工作效率,增加经济效益,提高医疗服务水平,受到人们越来越多的重视。

本文通过对社区门诊部工作人员和其他相关人员进行需求调研的基础上,根据用户对数据安全,操作人性化,功能完善性等方面的需求,设计了社区居民健康档案管理系统的物理框架,技术框架,功能框架等,进而进行了数据库的相关设计,最终采用JSP编程语言完成整个系统的实现。

本系统通过居民健康档案管理模块,实现了对居民个人信息和个人体检信息的记录;通过疾病信息管理模块,实现了具体的针对不同人群的信息管理和记录;通过系统信息管理模块,实现了对该系统的设置操作;通过健康教育模块,实现了对一些健康教育活动的记录;通过个人健康档案模块,实现了对病人的有关住院记录的管理。

关键词:社区;医院;信息管理系统;JSP;系统开发

Abstract

With the increase in information technology and medical standards, health records information management systems play an increasingly important role in the hospital. Health records information management system to improve efficiency, increase economic efficiency and improve the level of medical services, more and more attention by people.

Through community-based clinic staff and other relevant personnel needs of research, according to the user for data security and operational needs of humanity, and other functional aspects of the design of the physical framework for community health records management systems, technology framework, functional frameworks, and thus for the relevant database design, and ultimately completed using JSP programming languages implement the entire system.

The system through health records management module, the realization of personal information and personal medical residents information recorded; through disease information management module to achieve the specific information and records management for different groups of people; through the system information management module, the realization of set the operation of the system; through health education modules, to achieve a record number of health education activities; through personal health records module implements the management of the hospital to the patient records.

Keywords : Community; Hospital; information management system; JSP; system development

目录

1 概述 ------------------------------------------------------------ 1 1.1 背景介绍 ------------------------------------------------------ 1 1.2 系统目标 ------------------------------------------------------ 1 1.3开发可行性 ---------------------------------------------------- 1 1.3.1技术可行性------------------------------------------------- 1 1.3.2操作可行性------------------------------------------------- 2 1.3.3经济可行性------------------------------------------------- 2 1.3.4时间可行性------------------------------------------------- 2 1.4开发环境介绍 -------------------------------------------------- 2 2系统技术介绍----------------------------------------------------- 3 2.1 JSP 技术 ------------------------------------------------------- 3 2.2 JSP的运行环境 ------------------------------------------------- 4 2.3安装和配置JDK ------------------------------------------------- 4 2.4数据库介绍 ---------------------------------------------------- 4 3系统分析与设计 --------------------------------------------------- 6 3.1系统功能分析 -------------------------------------------------- 6 3.2系统功能模块图 ------------------------------------------------ 6 3.3系统实体对象分析 ---------------------------------------------- 7 3.4数据库表的分析与设计 ----------------------------------------- 12 4系统实现 ------------------------------------------------------- 16 4.1系统登录模块的实现 ------------------------------------------- 16 4.2居民健康档案管理模块的实现 ----------------------------------- 18 4.3疾病信息管理模块的实现 --------------------------------------- 24 4.4系统信息管理模块的实现 --------------------------------------- 25 4.5健康教育管理模块的实现 --------------------------------------- 27 4.6个人健康档案管理模块的实现 ----------------------------------- 28 5系统的调试与测试 ------------------------------------------------ 30 5.1 程序调试 ----------------------------------------------------- 30