设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于JSP的住院管理系统设计与实现毕业论文+任务书+中期表+翻译及原文+源码+数据库+辅导视频
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘要
住院管理系统是一项集多类学科为一体的系统,其中包含医学、信息、计算机等学科,广泛的应用在当今欧美等发达国家,给治疗患者们提供了很大的便利。假如全面实现了这一系统,能够极大限度的改进医院的治疗水平,在患者面前重新建立起医院的良好形象。
在对本课题进行全面深入研究和分析后,决定采用的数据库库管理系统为SQL SEVER 2005,使用的开发工具为MYECLIPSE的JSP,在面向对象的开发工具中,最主要的是JAVA,在网络查询和开发语言方面都运用了JSP技术。
本篇论文主要通过使用以上工具,来对住院管理系统进行更合理的开发和利用。本篇论文在构建新系统的前提下,进行详细的背景分析,并介绍系统开发时将采纳的主要技术和技术难点。利用软件工程思想,在将功能性需求和非功能性需求区分的基础上进行需求分析;利用该需求分析系统的业务流转设计;然后针对上述内容,设计出系统的用例图,描绘系统设计过程。在系统设计完成以后,对系统进行了软件测试,通过多种测试相结合的方式来确保系统的安全性和有效性。本系统主要分为六大模块,分别是医生管理模块、病人管理模块、病床
管理模块、收费管理模块、统计分析模块和系统功能模块,医生、病人和医院的管理人员都可以通过此系统寻找出自己所需要的信息。
关键词:住院管理系统,SQL,JSP, 软件工程
Research and Implementation of Hospital Management Hospitalization System
Abstract
Hospital management hospitalization system is a multi-disciplines system, which includes medicine, information, computer and other disciplines. Today, this system is applicated widely in developed countries such as  Europe and the United States and provides a great convenience to treat patients. If this system is fully implemented, it can greatly improve the treatment level of hospital, and re-establish a good image in front of patients.
In this article to conduct a comprehensive and in-depth study and analysis, the decision to use the database management system for SQL SEVER 2005, the use of tools for the development of MYECLIPSE JSP, in object-oriented development tools, the most important is JAVA, and JSP technology is used in network query and development language.
This paper mainly uses the above tools to make more rational development and utilization of hospital management hospitalization system. Under the premise that the construction of a new system, this paper takes a detailed analysis of the background and the main technologies and technical difficulties that will be adopted when the system is developed. Then, using the requirments to analysis the business flow design of the system, and then the use case diagram of the system is designed to describe the system design process. After the system design is completed, software testing of the system is carried out to ensure the safety and effectiveness by combining various tests.This system mainly divided into six modules, which includes doctor management module, patient management module, the bed management module, charge management module, statistics analysis module and system function module.  And doctors, patients and hospital administrators can find out information what they need through this system.
Keywords: The hospital manages the hospitalization system;SQL; JSP; Software Engineering
目  录
摘要 I
Abstract II
第一章  绪论 1
1.1  背景 1
1.2  系统的开发目的及其意义 1
1.3  本文章节安排 1
1.4  本章小结 2
第二章  相关技术 3
2.1  JSP技术 3
2.2 “结构化查询语言”(SQL) 4
2.3  B/S服务架构 4
2.4  MVC设计模式 5
2.5  本章小结 6
第三章 系统的需求分析和可行性研究 7
3.1  功能需求 7
3.1.1  系统层次结构图 7
3.1.2  医生信息管理 8
3.1.3  病床信息管理 8
3.1.4  病人信息管理 9
3.1.5  收费信息管理 9
3.1.6  统计分析管理 9
3.1.7  系统管理 10
3.1.8  系统用例分析 10
3.2  非功能性需求 13
3.2.1  系统性能需求 13
3.2.2  系统安全性需求 13
3.2.3  系统设计需求 13
3.2.4  系统其它需求 13
3.3  系统的可行性分析 14
3.4  本章小结 15
第四章  系统总体设计 16
4.1  系统设计原则 16
4.2  系统框架 16
4.3  数据库的分析与设计 17
4.3.1  数据库的概念结构设计 17
4.3.2  E-R图 17
4.3.3  数据库的实现 19
4.3.4  数据库的连接原理 20
4.4  系统软件结构设计 21
4.4.1  数据流程图 21
4.4.2  系统顶层图 22
4.4.3  系统零层图 22
4.5  数据字典 23
4.6  本章小结 25
第五章  系统详细设计与实现 26
5.1  程序流程图 26
5.2  系统登录 26
5.3  系统主界面 27
5.4  医生信息管理 27
5.5  病床管理 28
5.6  病人信息管理 30
5.7  收费管理 31
5.8  统计分析 32
5.9  修改密码 33
5.10  本章小结 33
第六章  系统测试 34
6.1  系统测试目标 34
6.2  测试设计 34
6.2.1  测试用例设计 34
6.2.2  测试环境与需求 34
6.3  测试用例及测试模块 35
6.3.1  测试用例 35
6.3.2  测试模块及案例 37
6.3.3  系统性能测试 39
6.4  缺陷分析 40
6.5  测试结果 40
6.6  本章小结 40
第七章 结束语 41
7.1  体会与收获 41
7.2  不足 41
7.3  今后的发展方向 42
结论 43
参考文献 44
致谢 45
















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!