- 1、本文档共60页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
医院管理系统的设计与实现_学位论文
医院管理系统的设计与实现
摘要
本论文的课题来源于第一人民医院医院管理系统开发项目,通过对医院管理系统的设计与实现,分析并讨论了一种基于J2EE的Web应用的设计方案,重点研究了Struts2框架,Java数据库连接等技术。本文在需求分析的基础上,设计出了医院管理系统的基本功能,完成了基本管理,医师管理,药品管理,门诊管理,住院管理,系统查询等主要功能模块的设计与实现,基本满足了医院的日常工作的需要。系统界面设计简单大方,交互性强,便于操作。本系统基于B/S结构,采用Struts2的MVC模式进行开发。整个系统在MyEclipse8.5下开发与调试,在Tomcat6.0上部署运行,数据库服务器采用MySQL。
关键词:医院管理系统,B/S模式,Struts2 ,MySQL
Design and Implementation of the Medical Management System
Abstruct
This thesis’ project came from the clinic’s development of the medical management system of Nanyang first people’s hospital. Through the design and implementation of medical management system, this thesis analyzes a kind of applied website design scheme based on J2EE and mainly discusses the Struts2 framework, Java database connection technologies. Based on the analysis of the demand, this thesis gives the basic functions of this system that including the basic management, physician management, drug management, clinic management, hospital management, system inquirement, which basically meets the needs of practical work of this clinic. Simple and intuitive operation is provided using the system. This system based on B/S structure, Struts2 MVC pattern of development. This system is developed with the tools of MyEclipse8.6 and deployed on the Tomcat5.0, while the database server adopts MySQL.
Key Words:Struts2 ,MySQL
目 录
摘要 I
关键词 I
Abstract II
Key Words II
第1章 前言 - 1 -
1.1 系统研究的背景及意义 - 1 -
1.2 系统完成的工作及解决方案 - 2 -
1.3 论文的组织结构 - 3 -
第2章 系统开发的关键技术 - 4 -
2.1 J2EE模式的系统架构简介 - 4 -
2.1.1 J2EE的概念 - 4 -
2.1.2 J2EE的四层模型 - 5 -
2.2 Struts2框架简介 - 5 -
2.2.1 Struts2工作原理 - 6 -
2.2.2 Struts2的作用及优势 - 7 -
2.3其他相关技术简介 - 8 -
2.3.1 JavaScript技术 - 8 -
2.3.2 Ajax技术 - 8 -
2.3.3 JDBC技术 - 8 -
第3章 系统需求分析 - 10 -
3.1 系统功能需求分析 - 10 -
3.1.1 系统功能分析 - 10 -
3.1.2 系统功能描述及用例分析 - 11 -
3.1.3 系统时序图分析 - 12 -
3.2 业务流程分析 - 14 -
3.3 系统非功能需求 - 15 -
3.3.1 性能需求 - 15 -
3.3.2 运行环境需求 - 16 -
第4章 系统设计 - 18 -
4.1数据库设计 - 18 -
4.1.1 数据库设计原则 - 18 -
4.1.2 数据库概念设计 - 18 -
4.1.3 数据库逻辑设计
文档评论(0)