摘 要
随着现代科学技术的进步,人类社会正逐步走向信息化。医院拥有大量的信息资源,是社会信息系统的重要组成部分,在信息社会中的作用愈来愈重要。90年代以后,我国信息网络建设取得了较大发展,医院信息化建设迈上了一个新台阶。医院的管理也越来越信息化。医院以先进的信息技术为手段,对医院的信息活动设计进行战略规划,力求资源有效配置、共享管理、协调运作,以最少的消耗创造最大的效益。
本文综合应用主流 C#开发技术,框架技术,ORACLE 数据库技术,软件开发技术等技术,遵从医院工作特点的软件产品生命周期开发模型,应用软件开发的相关工具,完成医院信息管理系统的设计与开发。主要实现了用户登陆模块,门诊收费模块,医生接诊模块,门诊药房管理模块。其中用户登陆模块描述了用户根据数据库的关系表可登入不同的系统;门诊收费模块描述了门急诊挂号退号、门急诊收费、退费和报表统计功能;医生接诊模块主要有医生开具处方和申请退费功能;门诊药房管理模块完成药品申请、调拨、药品入库、药品退库、报损、盘点、门诊发药、门诊退药以及相互间代发药功能。
医院信息管理系统的研究与实现了各种功能给医院工作带来很多方便,在界面上力求做到美观、在操作方面尽量做到满足用户使用习惯,在设计上力求做到科学,有效率。
关键词:C#技术;C/S 技术;医院信息管理;设计
ABSTRACT
With the progress of modern science and technology, human society is becoming informationized. The hospital has a large number of information resources,is a key component of the social information system, and the role of the information society is more and more crucial. After the 1990s, the construction of information network in China has developed greatly, and the construction of hospital informatization has taken a new step. Hospital management is becoming more and more informatized. Hospital by means of advanced information technology, the strategic planning and design of hospital information activities to efficient allocation of resources, Shared management, coordinated operation, with minimal cost to create the biggest benefit.
This paper uses the mainstream C# development technology, framework technology, ORACLE database technology, software development technology and other technologies, follows the characteristics of the hospital software product life cycle development model, the application of software development tools to complete the hospital information management system design and development. Mainly to achieve the user login module, outpatient service charge module, doctor admissions module, outpatient pharmacy management module. The user login module describes the user according to the database relationship table can be logged into a different system; The outpatient service charge module describes the outpatient service registration, door and emergency charges, refund and report statistics; The doctor admissions module is mainly doctors prescribe and apply for refund function;Outpatient pharmacy management module to complete the drug application, transfer,drug storage, outpatient withdrawal and inter-generation drug function.
Hospital information management system research and implementation of a variety of functions to the hospital work to bring a lot of convenience, in the interface to achieve beautiful,in the operation as much as possible to meet user habits, in the design to achieve scientific and efficient.
Key Words: c# technology; C/S technology; Hospital information management;design
医院日常运作形式与特点决定了其是一类相对复杂的信息系统。对于开发大型复杂的管理信息系统,在系统设计思路上,我们采用成熟的增长法,它是生命周期法和原型法融为一体的先进实用的设计方法。用增长法设计医院信息管理系统可分为四个阶段:
(1) 系统分析阶段
这一阶段需要结合医院的实际信息管理需求,反复进行调查研究,确定医院信息管理系统的谁家目标,探求实现医院信息管理系统目标的科学方案,形成系统分析说明书。
(2) 系统求精模型设计阶段
根据医院信息管理系统系统分析说明书研究系统原型,不断修改和扩充,直到满意为止。
(3) 完成系统产品阶段
完善医院信息管理系统的功能结构,增强辅助用户使用系统的功能,改进医院信息管理系统数据库管理的程序,完成各类资料和手册的编写。
(4) 维护与评价阶段
根据医院信息管理系统的运行情况和测试情况,对系统不断完善,并作出评价。采用这种系统设计方法,有助于增强系统的适应能力,缩短了医院信息管理系统开发周期,便于系统维护,可以显着地提高了医院信息管理系统设计阶段的效率。
登陆界面示意图
病人管理界面示意图
门诊挂号界面示意图
门诊挂号界面示意图
门诊退费界面示意图
收费查询界面示意图
收费员日报表界面示意图
第 1 章 绪论
1.1 选题依据与理论背景
1.1.1 医院信息系统概述
1.1.2 选题依据
1.2 研究的目的和意义
1.3 研究内容和研究框架
第 2 章 医院信息系统的需求分析
2.1 需求分析
2.1.1 系统软硬件需求
2.1.2 功能需求
2.1.3 社会需求
2.2 可行性分析
第 3 章 系统设计
3.1 系统目标
3.2 系统模块结构
3.3 系统流程图
第 4 章 数据库设计
4.1 数据库分析
4.2 数据库概念设计
4.3 数据库逻辑结构设计
第 5 章 系统实现
5.1 用户登录模块的设计与实现
5.1.1 用户登录模块功能概述
5.1.2 用户登录模块技术分析
5.1.3 用户登录模块实现过程
5.2 门诊收费模块的设计与实现
5.2.1 门诊收费模块功能概述
5.2.2 门诊收费模块技术分析
5.2.3 门诊收费模块实现过程
5.3 医生接诊模块的设计与实现
5.3.1 医生接诊模块功能概述
5.3.2 医生接诊模块技术分析
5.3.3 医生接诊模块实现过程
5.4 门诊药房管理模块的设计与实现
5.4.1 门诊药房管理功能概述
5.4.2 门诊药房管理技术分析
5.4.3 门诊药房管理实现过程
第 6 章 总结
参考文献
(如您需要查看本篇毕业设计全文,请您联系客服索取)