版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、分类号分类号: 单位代码:单位代码: 密密 级:级:学学 号:号: 硕硕 士士 学学 位位 论论 文文 论论文文题题目目: 医院药库药房管理子系统的设计与实现医院药库药房管理子系统的设计与实现 The Design and Implementation of the Management Subsystem for Hospital Drug Storehouse and Pharmacys 作作 者者 姓姓 名名 学学 院院 名名 称称 软软件件学学院院 专专业业学学位位名名称称 工工程程硕硕士士 指指 导导 教教 师师 合合 作作 导导 师师 ( (专业学位专业学位) ) 2013 年 1
2、0 月 20 日 分类号分类号: 单位代码:单位代码: 密密 级:级:学学 号:号: 硕硕 士士 学学 位位 论论 文文 论论文文题题目目: 医院药库药房管理子系统的设计与实现医院药库药房管理子系统的设计与实现 The Design and Implementation of the Management Subsystem for Hospital Drug Storehouse and Pharmacys 作作 者者 姓姓 名名 学学 院院 名名 称称 软软件件学学院院 专专业业学学位位名名称称 工工程程硕硕士士 指指 导导 教教 师师 合合 作作 导导 师师 ( (专业学位专业学位) )
3、 年 月 日 原创性声明和关于论文使用授权的说明原创性声明和关于论文使用授权的说明 原创性声明 本人郑重声明:所呈交的学位论文,是本人在导师的指导下, 独立进行研究所取得的成果。除文中已经注明引用的内容外,本 论文不包含任何其他个人或集体已经发表或撰写过的科研成果。 对本文的研究作出重要贡献的个人和集体,均已在文中以明确方 式标明。本声明的法律责任由本人承担。 论文作者签名: 日期: 关于学位论文使用授权的声明 本人完全了解山东大学有关保留、使用学位论文的规定,同 意学校保留或向国家有关部门或机构送交论文的复印件和电子版, 允许论文被查阅和借阅;本人授权山东大学可以将本学位论文的 全部或部分内
4、容编入有关数据库进行检索,可以采用影印、缩印 或其他复制手段保存论文和汇编本学位论文。 (保密论文在解密 后应遵守此规定) 论文作者签名: 导师签名: 日期: 目目 录录 摘 要.I ABSTRACT.II 第 1 章 绪论.1 1.1 课题的背景 .1 1.2 存在的问题 .1 1.3 医院药库药房管理系统的优势 .2 1.4 论文的工作内容 .3 1.5 论文的组织结构 .3 第 2 章 药库药房管理系统需求分析.4 2.1 软件需求概述 .4 2.2 系统特性概述 .4 2.2.1 药库管理子系统系统特性概述.4 2.2.2 住院药房管理子系统系统特性概述.5 2.2.3 门诊药房管理子
5、系统系统特性概述.5 2.3 系统运行环境 .6 2.3.1 系统设备.6 2.3.2 支撑软件.6 2.4 系统功能需求分析 .6 2.4.1 药库管理子系统需求描述及业务流程图.6 2.4.2 住院药房管理子系统需求描述及业务流程图.9 2.4.3 门诊药房管理子系统需求描述及业务流程图.11 2.5 系统用例图.13 2.5.1 识别参与者(Actor).13 2.5.2 主要功能用例与用例规约.13 2.6 系统的非功能性需求 .15 2.6.1 安全性需求.15 2.6.2 可用性需求.15 2.6.3 可靠性需求.16 第 3 章 系统设计.17 3.1 系统总体设计思路 .17
6、3.2 C/S 架构介绍 .17 3.3 系统功能模块划分 .17 3.4 药库管理系统功能模块详细设计 .20 3.4.1 药品基本信息维护功能模块详细设计.21 3.4.2 药品库存管理功能模块详细设计.23 3.4.2 药品盘点功能模块详细设计.24 3.4.3 药品结存功能模块详细设计.27 3.4.4 药品入库计划功能模块详细设计.29 3.4.5 药品入库管理功能模块详细设计.30 3.4.6 药品出库管理功能模块详细设计.33 3.5住院药房管理系统功能模块详细设计.36 3.6门诊药房管理系统功能模块详细设计.37 3.7 数据库逻辑设计.37 3.7.1 数据库概念设计.38
7、 3.8 数据库详细设计.40 3.8.1 药品基本表(Pha_Com_BaseInfo).40 3.8.2 药品入库计划表(Pha_Com_Inplan).43 3.8.3 药品入库信息表 (Pha_Com_Input).44 3.8.4 药品出库信息表 (Pha_Com_Output).45 3.8.5 药品库存信息表 (Pha_Com_Stockinfo).47 第 4 章 系统主要功能实现.48 4.1 系统前台界面设计.48 4.2 系统主要接口设计.52 4.2.1 入库操作接口设计.52 4.2.2 摆药操作接口设计.52 4.2.3 摆药单打印接口设计.53 4.2.4 大屏幕
8、发药显示接口设计.53 4.3 系统主要功能代码设计.54 4.3.1 入库保存代码设计.54 4.3.2 出库保存代码设计.54 4.3.3 住院药房摆药代码设计.55 4.3.4 门诊药房摆药代码设计.57 第 5 章 结 论.59 致 谢.60 参考文献:.61 学位论文评阅及答辩情况表.1 CONTENTSCONTENTS Abstract.I ABSTRACT.II Chapter 1 Introduction.1 1.1 Background topics.1 1.2 Problems.1 1.3 Superiority about storeroom hospital pharm
9、acy management system.2 1.4 The main work of this paper.3 1.5 The structure of this paper.3 Chapter 2 The requirement analysis of storeroom pharmacy management system.4 2.1 Requirements Overview.4 2.2 System Features Overview.4 2.2.1 Drug Storehouse Management Subsystem System Features Overview.4 2.
10、2.2 The hospital pharmacy management subsystem System Features Overview.5 2.2.3 Outpatient pharmacy management subsystem System Features Overview.5 2.3 System operating environment.6 2.3.1 System Equipment.6 2.3.2 Support Software .6 2.4 System functional requirements analysis.6 2.4.1 Storeroom mana
11、gement subsystem requirements description and business process diagrams.6 2.4.2 The hospital pharmacy management subsystem requirements description and business process diagrams .9 2.4.3 Demand outpatient pharmacy management subsystem description and business process diagrams .11 2.5 System Use Case
12、 Diagram.13 2.5.1 Identify participants (Actor) .13 2.5.2 Main functions use cases and use case specification.13 2.6 System non-functional requirements.15 2.6.1 Security Requirements.15 2.6.2 Availability Requirements.15 2.6.3 Reliability Requirements .16 Chapter 3 System Design.17 3.1 Overall syste
13、m design ideas.17 3.2 C / S architecture introduced.17 3.3 System function modules .18 3.4 Storeroom management system function module detailed design.20 3.4.1 Drug basic information maintenance function module detailed design.21 3.4.2 Drug inventory management module detailed design .23 3.4.2 Drug
14、inventory function module detailed design.24 3.4.3 Drug balance function module detailed design.27 3.4.4 Drug storage function module detailed design plan .29 3.4.5 Drug storage management function module detailed design.30 3.4.6 Drug a database management function module detailed design.33 3.5 Hpit
15、al pharmacy management system detailed design of functional modules.36 3.6 Outpatient pharmacy management system function module detailed design.37 3.7 Logical Database Design.37 3.7.1 Conceptual Design Database .38 3.8 Detailed design database.40 3.8.1 Drugs base table (Pha_Com_BaseInfo).40 3.8.2 d
16、rug storage schedule (Pha_Com_Inplan).43 3.8.3 Drug storage information table (Pha_Com_Input).44 3.8.4 Medicines out of the library information table (Pha_Com_Output).45 3.8.5 Drug inventory information table (Pha_Com_Stockinfo) .47 Chapter 4 The main function of the system.48 4.1 System front inter
17、face design.48 4.2 System main interface design .52 4.2.1 Warehousing operation interface design.52 4.2.2 Pendulum drug operation interface design .52 4.2.3 Pendulum prescriptions printing interface design.53 4.2.3 Pispensing large screen display interface design.53 4.3 System main function code des
18、ign .54 4.3.1 Storage preservation code design.54 4.3.2 The design of the library to save the code .54 4.3.3 The hospital pharmacy drug code design pendulum.55 4.3.4 Medicine outpatient pharmacy pendulum code design.57 Chapter 5 Conclusions.59 Acknowledgements.60 References.61 Thesis Review and resp
19、ondent Fact Sheet.1 摘摘 要要 随着计算机信息技术的发展和数据库的广泛应用,计算机的应用已经深入 到各个领域中,在医院医药管理领域中,以往的人工管理方式浪费大量人力物 力,而且更容易出错,已经不适宜现代医院医药管理的需求。鉴于此,医院医 药管理环节上,使用严谨高效的计算机管理程序来实现高效科学的现代化管理 是其发展的必然趋势。 从药品作为基本物资角度,药品管理系统需要采购入库、出库、库存管理 等功能,是典型的“进销存”管理系统;从药品与医疗工作紧密相关、药品流 通过程的角度,药品管理系统又不同于一般的物资管理系统,它兼具物资销售 与医疗活动管理的功能。现代医院通过药品管理系
20、统对药品进行批次管理,使 得药品的物资、医疗双重属性转化为数字信息,同时细化药品监督管理,使得 医院经济核算和医疗管理更加科学化、规范化、信息化、标准化,为医院发展 的管理决策提供全面的科学依据。 针对国内外医院信息系统的开发理论与技术基础,着重研究了药库药房管 理系统目前的现状、针对现代医院需求存在的不足,给出了本课题的设计目标 和任务,并根据三甲医院(聊城市人民医院)的药库药房管理需求,结合医院 药库药房的应用情况和具体业务流程,设计出基于医院局域网+Oracle 数据库 的医院药库药房管理系统。该系统保障医院药品管理安全有效的同时,实现了 医院药品信息化管理的规范化、系统化和自动化。 首
21、先,通过用户调查做出系统需求分析,医院药库药房管理系统采用以 C#开发语言+ORACLE 10G 数据库+医院局域网为平台的 C/S 架构设计模式。其次, 对系统分析、建模,划分系统功能模块,对系统架构进行详细设计;依据功能 分析及功能模块划分,设计系统数据库概念结构和逻辑结构;对系统各功能子 模块分别设计;最后,对系统实现过程中凸显的关键技术和重点问题做出实现 方案和解决方法。 关键词:关键词:医院信息系统;药库药房管理系统;药品信息维护;药品入库;药品 出库 ABSTRACTABSTRACT With the development of information technology an
22、d computer databases widely used computer applications have been expanded in various fields , in the field of hospital medicine management , previous artificial waste a lot of manpower and material resources management , and more prone to error, is unfit for modern hospital medical management needs.
23、 In view of this , the hospital medical management areas, strict and efficient use of computer management program to achieve efficient modern scientific management is the inevitable trend of its development . From the perspective of basic goods as pharmaceuticals , medicines management systems need
24、to purchase storage, warehousing , inventory management and other functions, is a typical inventory management system ; from pharmaceuticals and medical work is closely related to the angle of drug distribution , drug management system is different from normal materials management system, which comb
25、ines medical supplies sales and campaign management functionality. Modern hospital management system for pharmaceutical drugs through batch management, making supplies of drugs and medical dual attributes into digital information, while thinning drug supervision and management , making the hospital
26、economic accounting and medical management more scientific, standardized, information technology, standardization for the development of the hospital management to provide comprehensive scientific basis for decision-making . I studied abroad in the analysis of hospital information systems developmen
27、t based on the theory and technology , focusing on the current hospital storeroom pharmacy management system status and user demand for the shortcomings , the design gives the project goals and tasks, and according to hospitals of medical management information needs , combined Liaocheng Peoples Hos
28、pital storeroom pharmacy management system of the actual situation and business processes , the design of a hospital-based LAN + Oracle database management system hospital pharmacy storeroom . The system is safe and effective protection of the hospital drug management , while achieving a standardize
29、d , systematic and automated management. First, make a survey of user needs analysis , hospital storeroom pharmacy management system using in C # development language + ORACLE 10G Database + hospital local area network as a platform for C / S architecture design patterns. Secondly, using the Unified
30、 Modeling Language (UML) for systems analysis , modeling, functional modules of the system detailed design and system architecture ; functional analysis in the system and system functional modeling based on the concept of the system database structure and logic structure design ; various sub- modules of the system were designed ; Finally, the system implementation process, highlighting the key technologies and key issues to make implementations and solutions. Keywords: Hospital Information System; Hospital pharmacy storeroom management system ; Drug Information Maintenance;
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年幼儿园认识钟表课件
- 2026年幼儿园期末课程
- (2026年)安宁疗护护理培训课件
- 代课老师协议书范本
- 2026年幼儿园食欲课程
- 2026年幼儿园主题党日
- 智能出行技术与产业发展手册
- 水坝工程导流洞施工管理手册
- 2026年幼儿园节约用水
- 监护仪使用成本控制与质控优化
- 中国文化与文学精粹知到课后答案智慧树章节测试答案2025年春西安交通大学
- 黄精食品加工项目可行性研究报告模板-备案拿地
- 布病防控知识培训课件
- 湖南省2024年中考语文真题试卷(含答案)
- 低碳 教育 课题研究报告
- 工程造价预算书
- 手术室布局讲解
- 广东省深圳市2023-2024学年六年级下学期期中综合测试数学试卷(北师大版)
- 校园停车位规划设计方案
- 服务记录单(模板-工程)
- 加强学校师资队伍建设,着力提升教育质量
评论
0/150
提交评论