医院药库管理系统的设计与实现大学论文.doc
《医院药库管理系统的设计与实现大学论文.doc》由会员分享,可在线阅读,更多相关《医院药库管理系统的设计与实现大学论文.doc(66页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 医院药库管理系统的设计与实现摘 要随着计算机技术的发展,许多医院都建立了小型的药库信息管理系统,为医院的管理和服务工作发挥了重大作用。但随着计算机网络技术、大型数据库技术的推广与应用,医院小型的药库信息管理系统不论在技术水平还是数据处理水平,都无法满足日益发展的社会需求和本身业务的需要,数据的共享性不高、系统的稳定性差、业务的处理效率低下等诸多问题制约着医院业务的发展。因此,利用最新的计算机技术、计算机网络技术、大型数据库技术以及面向对象的开发技术,开发一套满足医院实际业务需求的医院药库信息管理系统是非常必要的。本系统基于C/S开发模式,采用SQL Server 2000作为后台数据库,Po
2、werBuilder9.0作为前台开发工具,按照软件工程的设计开发规范和数据库的设计原则,结合医院药库的实际业务需求,进行了医院药库管理系统的设计与开发。在满足设计原则、总体目标的基础上,给出了医院药库管理系统的设计思想和设计模型;在需求分析的基础上,描述了医院药库管理系统的功能和性能;给出了药品的入库管理、药品的出库管理、药品的库存管理以及药品的财务管理等业务的实现方法和实现过程;对医院药库药品出入库、药品价格管理、药品效期管理等诸多方面提供了良好的记录程序。并向用户提供了以拼音码为主的多种、多条件组合模式的查询和统计,为用户及时准确地统计和查询所需要的信息提供了很大的方便,对药品的管理更加
3、实时有效。本系统操作简单,实用方便,可操作性和实用性强,具有技术先进、功能完善、性高稳定、安全性程度高等优点,基本实现了医院药库管理的信息化、规范化、安全化、科学化。关键词:药库管理;管理系统;powerbuilder-I- Hospital Drug Warehouse Management System Design and ImplementationAbstractWith the development of computer technology, many hospitals have established a small drugs warehouse information
4、 management system; it plays a major role for hospital management and service. But with the development of computer network technology, the promotion and application of large-scale database technology, the hospital information management system of small drugs warehouse, whether in technology or data
5、 processing, are unable to meet the growing needs of the community and their own business needs, such problems as low data sharing, poor system stability, inefficient operations and many other issues restricted the development of the hospital business. Therefore, it is very necessary using the lates
6、t computer technology, computer network technology, large-scale database technology and object-oriented development techniques, to develop a real business to meet the needs of the hospital information management system of hospital drugs warehouse.This system is developed based on C / S model, using
7、SQL Server 2000 database as a background, PowerBuilder9.0 as foreground development tool, to implement the hospital drugs warehouse management system design and development according to software engineering design and development principles of database, combined with the practical business needs. We
8、 given the hospital drugs warehouse Management System design ideas and design model as well as meeting the design principles, considering the overall objectives, to describe the functionality and performance of hospital drugs warehouse management system based on demand analysis; given the implementa
9、tion and realization process of drugs storage management, drug delivery management, drugs inventory management and drug financial management; provided a good records program for hospital drugs list of receipt note and issue note, management of drug prices, drug Expiration date management, and so on.
10、 And provided users with the query terms and statistics of a variety of the alphabet code, multi-combination mode, provided a great convenience with timely and accurate statistics query which contains the information they need, the management of drugs is effective.The system is simple and practical,
11、 with advanced technology, fully function, high stability, high degree of security, to realize the hospital drugs warehouse management with information technology, standardization, security, scientific.Key words: Drugstore Management;Management System;Powerbuilder-VI-目 录声明I中文摘要IIABSTRACTIII第1章 绪论11.
12、1选题背景及研究意义11.2项目的来源21.3本文的开发工作及其组织3第2章 相关理论研究52.1数据库技术52.1.1数据库52.1.2数据库的体系结构62.2 SQL Server 2000 技术72.3 PowerBuilder90软件开发工具72.3.1 PowerBuilder语言的特点72.3.2 PowerBuilder主要应用范围8第3章 需求分析93.1医院药库管理系统业务现状93.2医院药库管理系统的工作流程103.3医院药库管理系统的功能需求103.4实体分析及E-R 图123.4.1医院药库管理系统实体联系分析133.4.2医院药库管理系统E-R图143.5数据词典17
13、3.6 小结18第4章 系统设计194.1系统总体设计194.1.1系统设计原则194.1.2系统体系结构194.2系统功能设计204.2.1药品入库管理功能214.2.2药品出库管理功能234.2.3药品库存管理功能244.2.4 药品财务记账管理功能254.2.5药品计划管理功能254.2.6系统维护功能264.3 数据库设计274.3.1 数据库设计原则274.3.2 SOL Server2000 关系数据库的约束条件273.3.3 关系数据库的规范化设计284.3.4 数据库表结构设计294.4系统安全设计354.5小结35第5章 系统实现375.1系统环境配置375.1.1系统硬件环
14、境375.1.2系统软件环境385.2系统实现的关键技术385.2.1 Power Builder 的数据窗口技术385.2.2数据库事务处理395.2.3数据库的数据连接405.3系统主要功能的实现415.3.1系统登录模块的实现415.3.2药品入库模块的实现435.3.3药品入库查询管理模块435.3.4药品出库管理模块445.3.5药品出库查询管理模块465.3.6药品效期管理模块465.4小结49第6章 系统测试516.1软件测试原则和过程516.1.1软件测试原则516.1.2软件测试的过程526.2测试用例的设计及测试过程536.2.1登录安全性测试536.2.2系统基础数据字典
15、维护测试546.2.3药品购进系列模块测试546.2.4药品出库购进系列模块测试546.2.5药品效期管理模块546.3测试结论556.4小结55第7章 结论57参考文献59致谢61 第1章 绪论1.1选题背景及研究意义随着计算机技术的迅猛发展,计算机技术的应用已渗透到各个领域,成为各行各业必不可少的工具。医院作为社会不可缺少的一个行业部门,对计算机技术的应用也随着计算机技术的发展而不断发展。医院药库是医院的一个重要部门,医院药库信息技术发展的规模和水平直接影响到医院的管理水平和服务水平。特别是当今时代,计算机网络技术、计算机通信技术、大型数据库技术以及面向对象技术的不断飞跃发展,直接推动医院
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 医院 管理 系统 设计 实现 大学 论文
限制150内