ImageVerifierCode 换一换
格式:DOC , 页数:75 ,大小:1.41MB ,
资源ID:605499      下载积分:10 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.docduoduo.com/d-605499.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(医院制剂信息管理系统的设计与实现毕业论文.doc)为本站会员(无敌)主动上传,道客多多仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知道客多多(发送邮件至docduoduo@163.com或直接QQ联系客服),我们立即给予删除!

医院制剂信息管理系统的设计与实现毕业论文.doc

1、分类号:TP311 单位代码:10422密 级: 学 号:Z0843048265硕 士 学 位 论 文论文题目:医院制剂信息管理系统的设计与实现Design and Implementation of Hospital Preparation Management Information System作 者 顾一珠专业 软件工程指 导 教 师 赵合计 副教授2009 年 10 月 10 日原创性声明和关于论文使用授权的说明原 创 性 声 明本人郑重声明:所呈交的学位论文,是本人在导师的指导下,独立进行研究所取得的成果。除文中已经注明引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写过的

2、科研成果。对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。本声明的法律责任由本人承担。论文作者签名: 日 期: 关于学位论文使用授权的声明本人完全了解山东大学有关保留、使用学位论文的规定,同意学校保留或向国家有关部门或机构送交论文的复印件和电子版,允许论文被查阅和借阅;本人授权山东大学可以将本学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或其他复制手段保存论文和汇编本学位论文。山 东 大 学 硕 士 学 位 论 文III(保密论文在解密后应遵守此规定)论文作者签名: 导师签名: 日 期: 山 东 大 学 硕 士 学 位 论 文I目 录摘 要 .IABSTRA

3、CT.II第 1 章 绪 论 .11.1 系统开发背景 .11.2 国内外研究技术开发状况 .11.3 本文的主要工作 .21.4 论文的组织结构 .3第 2 章 系统需求分析 .42.1 系统概述 .42.2 系统目标 .42.3 系统需求获取模式 .52.4 系统功能性需求 .62.4.1 主要功能设计 .72.4.2 参与者 .82.5 系统非功能性需求 .92.6 系统用例总图 .102.7 小结 .11第 3 章 系统架构设计 .123.1 系统设计目标和原则 .123.2 系统技术架构设计 .133.2.1 系统技术架构 .133.2.2 系统安全架构 .163.3 系统功能架构

4、.203.4 小结 .22第 4 章 系统详细设计 .234.1 系统建模 .234.1.1 系统的模型结构 .23山 东 大 学 硕 士 学 位 论 文II4.4.2 系统的功能模块 .274.2 数据库设计 .274.2.1 数据库设计原则 .284.2.2 用户权限数据表的设计 .294.2.3 制剂管理数据表的设计 .304.2.4 制剂生产管理数据表的设计 .304.2.5 数据表关联设计 .314.3 小结 .33第 5 章 系统实现与测试 .345.1 系统总体实现 .345.1.1 有关框架技术基本理论 .345.1.2 系统实现 .365.2 系统登录模块 .405.3 系统

5、管理模块的实现 .415.3.1 基于角色的权限控制 .425.3.2 系统管理模块的管理控制 .425.3.2 系统管理模块的具体实现 .435.4 制剂管理模块的实现 .465.5 生产管理模块的实现 .495.6 信息统计管理模块的实现 .515.7 系统运行环境 .535.7.1 硬件环境 .535.7.2 软件环境 .545.8 系统测试 .545.8.1 测试环境 .555.8.2 测试方案 .55第 6 章 结 论 .56参考资料 .58致 谢 .61山 东 大 学 硕 士 学 位 论 文IIICONTENTSChinese abstract.IEnglisn abstract.

6、IIChapter1 introduction.11.1 development background for the system .11.2 the latest state of technology .11.3 the main work of this paper .21.4 the structure of this paper .3Chapter2 the requirement analysis of the system.42.1 introduction of the system .42.2 project goal of the system .42.3 model o

7、f the requirement .52.4 functional requirement .62.4.1 main function design.72.4.2 actor.82.5 non-functional requirement .92.6 use-case of the system .102.7 conclusion .11Chapter3 contruction design of the system.123.1 design aim and principle for the system .123.2 technology construction design .13

8、3.2.1 technology construction for the system.133.2.2 safety construction for the system.163.3 functional construction for the system .203.4 conclusion .22Chapter4 detail design for the system.234.1 system model .234.1.1 system model struction.23山 东 大 学 硕 士 学 位 论 文IV4.4.2 function of the system.274.2

9、 design of the database .274.2.1 princple of the database design.284.2.2 design of the user competence table.294.2.3 design of the preparation management table.304.2.4 design of the preparation produce table.304.2.5 link of the table.314.3 conclusion .33Chapter 5 implement and test of the system.345

10、.1 the whole implement of the system .345.1.1 the theory of the technoligy.345.1.2 implement of the system.365.2 implement of the login model .405.3 implement of the system management .415.3.1 competence control based actor.425.3.2 control of the system management.425.3.2 implement of the system man

11、agement.435.4 implement of the preparation management .465.5 implement of the product management .495.6 implement of the statement .515.7 requirement of the system .535.7.1 hardware.535.7.2 software.545.8 test of the system .545.8.1 test requirement.555.8.2 test way.55Chapter 6 Conclusion.56Referenc

12、e.58Thanks.61山 东 大 学 硕 士 学 位 论 文I摘 要随着信息技术在各行各业不断得到广泛的应用,计算机技术在医院药学的应用成为医院药学管理的重要手段。但由于医院制剂管理的特殊性,其配置标准、制剂品种等各方面每个医院都有自己独特的方法。使得医院制剂管理变得较为复杂,国内尚未有针对医院制剂管理的信息系统。为提高医院制剂管理信息化进程,进一步量化制剂管理,提高制剂管理效率,设计开发了本套制剂管理系统。本论文以齐鲁医院制剂室管理系统的开发需求为背景,详细阐述了基于J2EE 结构的医院制剂管理系统开发的全过程。根据现有制剂管理规范和流程,在与客户充分沟通的基础上,利用先进的系统架构模式

13、,采用面向对象的设计方法,形成了基本的系统架构模型,并建立了系统的功能模型。在此基础上,对每个功能模型进行详细的分析,并根据实际需求建立了每个子系统的数据模型及数据库表。运用先进的开发技术和数据库技术,对系统功能进行设计与实现。系统采用 Java 进行系统开发,利用基于 Hibernate 和 Struts 的 J2EE 技术进行相关实现。数据库系统采用微软的 SQL SERVER2000 进行管理,利用其支持高性能的事务处理和安全性、完整性控制,以及具有可移植性、可兼容性、可连接性等优点,力求建立一个可靠安全的数据库系统。最后,本文给出了各主要模块的具体实现,主要论述了利用 Java 的实现

14、方法。对系统用户操作权限方法进行了详述。并给出了系统的界面及主要部分的设计代码。本论文为医院制剂管理工作向信息化和现代化迈进提供了可行的模式。目前本系统已经成功运用于齐鲁医院制剂室管理工作中,系统运行稳定,大大提高了其管理的效率,得到用户的一致好评。由于设计时间较为紧迫,因此在实际设计中对于模块的自适应定制功能还未得到实现,另外数据库设计的冗余性以及安全性也需要进一步进行完善。山 东 大 学 硕 士 学 位 论 文II关键词:制剂管理;J2EE;面向对象;UMLABSTRACTAs information technology in all walks of life continue to

15、be widely used, computer technology in hospital pharmacy applications to become an important means of hospital pharmacy management. However, as the hospital management of the special nature of preparation, its configuration standards, all aspects of preparation varieties each hospital has its own un

16、ique way. Makes the hospital management has become more complex preparations, internal preparations have not yet targeted the hospital management information system. Hospital management information to improve the process of preparation, and further quantify the preparation management, improve manage

17、ment efficiency, preparation, design and development of this set of agents management system.This paper has Qilu hospital preparation room management system requirements as the background, detail the structure of hospital-based J2EE agent management system development as a whole. Management standard

18、s based on existing agents and processes, in full communication with customers, based on the use of advanced system architecture model, object-oriented design methods, the formation of the basic system architecture model, and the establishment of the system function model. On this basis, for each fu

19、nction model for detailed analysis and set up according to actual demand data model of each subsystem and the database table. The development of the application of advanced technology and database technology,on the design and implementation of system functions.The whole system uses Java for system development and use of J2EE technology-related achievement. Database system using Microsofts SQL SERVER2000 to manage the use of its support for high-performance transaction processing and security, integrity control, and portability, compatibility, connectivity, etc., sought to

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报