存档日期: 存档编号:
本科生毕业设计(论文)
论 文 题 目:
姓 名:
系 别:
专 业:
年 级 、 学 号:
指 导 教 师:
江苏师范大学科文学院学士学位
毕业设计原创性声明
本人郑重声明:
所呈交的毕业设计说明书此处写你的毕业设计题目,必须与封面上的内容一样
(包括子课题) 是本人在导师指导
下,在江苏师范大学计算机学院学习期间,进行毕业设计时取得的成果。
本人知道,除文中已经标明引用的内容外,本毕业设计说明书不包含任何
其他个人或集体已经发表或撰写过的研究成果。对本文的研究做出贡献的
个人或集体,均已在文中以明确方式标明。本人完全意识到本声明的法律
后果由本人承担。
班级:
学号:
学生签名:
年 月 日
医院管理系统
摘 要:医院管理系统是一个应用与 Internet-web 的系统,这款 web 项目是一个面向
于现如今大多数医院管理程序章程仍在人为记录工作或者信息化不完善程序体制
状态而设计出的一个基于 web 运行的一项医院管理信息化的系统,这款系统软件是
一款功能较为完善的管理软件,项目设计由显示界面简洁大方适合医院风格、用户
操作简单方便、系统安全稳定、实用性较高出发,项目功能有病人挂号、医生诊断、
根据病情开处药方、护士管理,病人住院,花费,账单管理等一系列医院基本过程。
从事医院工作者或者单位管理员只要配备电脑,网络等基本设施,在电脑上访问 web
浏览器登录系统发布的相应网页即可进行对医院系统的管理。此系统由于其特点,
所以用户每天只需在 web 浏览器内图型化界面中进行每日相应需求的管理操作。此
系统可以随时随地操作少了局限性,同时也更加清晰有效的解决了数据管理同步的
问题。经过多次测试,这款医院管理系统可以满足医院日常常规运营的需求。
关键词:医院管理;JSP 页面;JavaEE;SSH
Hospital management system
Abstract: Hospital management system is a system with the application of Internet-web, this
is a web project for now most of the hospital management program is still in the articles of
human records work or imperfect information system program state and the design of a web
based on the operation of a hospital management information system, the system software is
a the perfect function of project management software, designed by the display interface is
simple and easy for the hospital user style, simple and convenient operation, system security
and stability, high practicability of project function of patient registration, medical diagnosis,
according to the condition of prescription, nurse management, hospitalization, cost, the basic
process of a series of hospital bills management. Engaged in hospital workers or unit
administrators as long as the computer, network and other basic facilities, access to the web
browser on the computer login system released the corresponding web page can be carried
out on the management of the hospital system. This system due to its characteristics, so users
every day only daily demand for the corresponding pattern within a web browser interface in
operation management. This system can be operated at any time and at any time without
limitation, at the same time, it can solve the problem of data management synchronization
more clearly and effectively. After several tests, the hospital management system to meet the
needs of the daily routine operations of the hospital.
Keywords: Hospital management; JSP page; JavaEE; SSH
目 录
第 1 章 绪论...............................................................1
1.1 系统研究背景 ........................................................1
1.2 国内外研究现状 ......................................................2
1.3 研究目的 ............................................................2
第 2 章 系统思路架构分析..................................................3
2.1 思路分析 ............................................................3
2.2 系统框架 ............................................................3
2.2.1 系统结构图 ......................................................3
2.2.2 各系统进行简述 ..................................................3
2.3 开发工具、环境介绍 ..................................................3
2.3.1 开发工具的选择 ..................................................3
2.3.2 开发语言简介 ....................................................3
2.3.2 系统配置 ........................................................3
第 3 章 系统开发与相关技术................................................4
3.1 相关技术介绍 ........................................................4
3.1.1 myeclipse 技术介绍...............................................4
3.1.2 mysql 技术介绍..................................................4
3.2 数据库设计过程 ......................................................5
3.3 系统介绍 ............................................................6
3.4 本章小结 ............................................................8
第 4 章 关键技术与代码.....................................................9
4.1 入院办理与费用收入管理 ..............................................9
4.1.1 住院登记代码实现 ...............................................9
4.1.2 患者查询代码实现 ...............................................10
4.1.3 欠费查询代码实现 ...............................................11
4.1.4 费用收入代码实现 ...............................................12
4.1.5 收费记录代码实现 ...............................................13
4.1.6 人中心代码实现 .................................................15
4.2 护工中心 ...........................................................16
4.2.1 医床一览代码实现 ...............................................16
4.2.2 医嘱录入代码实现 ..............................................17
4.2.3 医嘱管理代码实现 ..............................................18
4.2.4 对药单查询代码实现 ............................................20
4.2.5 欠费查询代码实现 ..............................................21
4.2.6 个人中心代码实现 ..............................................22
4.3 本章小结............................................................23
第 5 章 医院信息管理系统的设计与实现.....................................24
5.1 系统运行环境 .......................................................24