毕业设计
病人跟踪治疗信息管理系统
学生姓名:
学 号:
指导教师:
所在学院:
专 业:
2018 年 04 月
摘要
随着计算机应用日益广泛,各行各业对管理的自动化、信息化、系统化的要求也不断
提高。近年来,随着国家对医疗的重视和支持,医院的规模不断地扩大,大多医院开始实
行通过网络来进行医院信息管理。
本文研究的病人跟踪治疗信息管理系统基于当前较为流行的 B/S(浏览器/服务器)结
构,采用 JSP 动态网页开发技术、JAVA 编程语言和 MYSQL 数据库设计开发。论文首先
阐述了病人跟踪治疗信息管理系统的开发,并对该系统进行了较详细的需求分析,探讨了
病人跟踪治疗信息管理系统的功能需求、业务流程、系统结构和数据库设计等方面的问题。
望能利用先进的计算机技术和网络技术来改变目前的医院信息管理状况,提高管理效率。
本系统经过测试,运行效果稳定,操作方便、快捷,是一个功能全面、实用性好、安
全性高,并具有良好的可扩展性、可维护性的医院信息管理平台。
关键词:病人跟踪治疗信息管理系统;JSP 技术;MYSQL 数据库;B/S 结构
ABSTRACT
With the increasingly widespread use of computers, the requirements for automation,
information, and systemization of management have been continuously improved in all
walks of life. In recent years, with the country's emphasis on medical care and support, the
scale of hospitals has continued to expand, and most hospitals have begun to implement
hospital information management through the Internet.
The patient tracking therapy information management system studied in this paper is
based on the current popular B/S (browser/server) architecture, and adopts JSP dynamic
web page development technology, JAVA programming language, and MYSQL database
design and development. Firstly, the thesis expounds the development of patient tracking
therapy information management system, and analyzes the system in more detail. It
discusses the functional requirements, business process, system structure and database
design of the patient tracking therapy information management system. Hope to use
advanced computer technology and network technology to change the current hospital
information management status and improve management efficiency.
The system has been tested, the operation is stable, and the operation is convenient
and fast. It is a hospital information management platform with comprehensive functions,
good practicality, high security, and good scalability and maintainability.
Keywords: hospital inpatient management; JSP technology; SQL database; B/S
structure
目录
摘要 ........................................................................................................................................I
ABSTRACT ............................................................................................................................1
目录........................................................................................................................................1
1 引言 .................................................................................................................................1
1.1 研究背景...................................................................................................................1
1.2 研究现状...................................................................................................................1
1.3 研究目的及意义.......................................................................................................1
1.4 研究内容...................................................................................................................2
2 相关开发工具及技术 .....................................................................................................3
2.1 开发工具................................................................................................................3
2.1.1 MyEclipse.......................................................................................................................3
2.1.2Tomcat...............................................................................................................................3
2.2 JSP 技术.................................................................................................................3
2.3 MYSQL 数据库.....................................................................................................4
2.4 HTML 标记语言 ......................................................................................................4
3 系统需求分析 .................................................................................................................5
3.1 系统非功能性需求分析.......................................................................................5
3.2 可行性分析...........................................................................................................5
3.2.1 技术可行性.....................................................................................................................5
3.2.2 操作可行性.....................................................................................................................5
3.2.3 经济可行性.....................................................................................................................5
3.2.4 时间可行性.....................................................................................................................5
3.3 系统性能分析.......................................................................................................6
3.3.1 系统安全性.....................................................................................................................6
3.3.2 数据完整性.....................................................................................................................6
3.4 系统流程分析.......................................................................................................6
3.4.2 操作流程.........................................................................................................................6
3.4.2 添加信息流程.................................................................................................................7
3.4.3 修改信息流程.................................................................................................................8
3.4.3 删除信息流程.................................................................................................................8
4 系统设计 .........................................................................................................................9
4.1 系统概要设计.......................................................................................................9
4.2 系统功能结构设计...............................................................................................9
4.3 系统开发流程......................................................................................................10
4.4 数据库设计..........................................................................................................10
4.4.1 数据库概念结构设计...................................................................................................10
4.4.2 数据库实体设计...........................................................................................................10
4.3.2 数据库表设计...............................................................................................................12
5 系统的实现 ...................................................................................................................14
5.1 登录模块的实现.................................................................................................14
5.2 权限设置模块的实现.........................................................................................14
5.3 病人信息添加模块的实现....................................................................................15
5.4 病人信息模块的实现............................................................................................15
5.5 预约模块的实现....................................................................................................15
5.6 预约查询模块的实现............................................................................................16
5.7 满意度模块的实现................................................................................................16
5.8 满意度查询模块的实现........................................................................................17
5.9 病例维护模块的实现............................................................................................17
5.10 历史病例模块的实现..........................................................................................17
6 系统测试 .......................................................................................................................18
6.1 系统测试方法.....................................................................................................18
6.2 测试策略.............................................................................................................18
6.3 测试安排.............................................................................................................18
6.4 测试分析.............................................................................................................19
结 论....................................................................................................................................20
参考文献..............................................................................................................................21
致 谢....................................................................................................................................22