摘 要
目前我国医院的信息管理虽已逐渐计算机化,但是管理软件功能分散、单一,工作效率仍然很低。因此,开发一个高效、功能齐全的医院信息管理系统势在必行。
首先,本文对ASP.NET三层架构和ADO.NET对象操作数据库进行了深入研究。然后,针对医院具体工作做出了详细的需求分析,按照数据访问层、业务逻辑层和页面表现层三层架构进行设计,并运用Ajax技术实现了医院信息管理系统的基本功能:能够对门诊收费,药品信息,病人信息,病人手术信息,统计报表以及系统维护等信息进行统一管理,并支持报表的导出和打印功能。另外,通过大量使用存储过程,使系统运行效率显著提高。
医院信息管理系统的有效运行,将提高医院各项工作的效率和质量;减轻各类事务性工作的劳动强度,使医护人员节约更多的精力和时间来服务于病人。
关键字: 信息管理系统 .NET 存储过程 Ajax 三层架构
Title Design and Implementation of
Hospital Information Management System Based on B/S
Abstract
At present, China's hospitals had been gradually computerized information management, but management software features scattered and single and efficiency remains low. Therefore, to develop efficient, fully functional hospital information management system is imperative.
First of all, this paper studies the three-tier structure of ASP.NET and ADO.NET object database operation. Then, the hospital has made specific detailed needs analysis, in accordance with the data access layer, logic and pages of the performance of the three-tier structure of the design and use of Ajax technology to achieve the hospital information management system the basic functions: to be able to out-patient Fees, medicines, patients, surgery patients information, statistics and information system maintenance, such as unified management, and support the statements of the export and print functions. In addition, through the extensive use of stored procedures, allowing the system to significantly improve operating efficiency.
Hospital Information Management System for the effective operation of the hospitals will improve the efficiency and quality of services of all types to reduce the labor intensity, so that doctors save more energy and time to serve the patients.
Keywords: Information Management .NET Stored Procedures Ajax three-tier structure
目 次
1 绪论 1
1.1 医院信息管理系统研究背景和意义 1
1.2 医院信息管理系统的现状 2
2 系统开发的相关技术 3
2.1 数据库访问技术 3
2.2 Visual Studio.NET开发环境 5
2.3 ASP.NET三层架构 6
3 需求分析 8
3.1 数据分析 8
3.2 功能分析 9
4 系统设计 13
4.1 系统模块结构图 13
4.2 功能模块设计 13
4.2.1 门诊划价收费 13
4.2.2 住院管理 14
4.2.3 药品信息管理 14
4.2.4 病人信息管理 15
4.2.5 统计报表 15
4.2.6 系统设置 16
4.3 数据库设计 16
5 系统实现 20
5.1 数据访问层的实现 20
5.2 业务逻辑层的实现 21
5.3 功能模块的实现 22
5.3.1 登录模块的实现 22
5.3.2 门诊收费模块的实现 23
5.3.3 住院管理模块的实现 24
5.3.4 病人信息管理模块的实现 25
5.3.5 药品信息管理模块的实现 27
5.3.6 报表统计模块的实现 29
5.3.7 系统设置模块的实现 29
5.4 实现结果与分析 31
6 系统测试 32
6.1 测试内容 32
6.2 测试结果与分析 32
结 论 34
致 谢 35
参考文献 36
绪论
1.1 医院信息管理系统研究背景和意义
信息时代已经来临,信息处理的利器——计算机,应用于医院的日常管理,为医院的现代化带来了从未有过的动力和机遇,为医疗卫生领域的发展提供了无限的潜力。信息技术是当前全世界发展的重点技术,是衡量经济发展和社会进步的重要标志。随着科学技术的发展和医院改革的逐步深入,信息化、管理科学化的概念已渗透到医院管理之中,医院的管理模式必须实现由经验管理向信息管理的转变,才能适应现代化医院科学管理的需要。