摘 要 随着计算机技术的飞速发展,医疗器材公司也已进入信息化时代。为了使医院设备信息管理更高效、更科学,决定开发医院设备信息管理系统。 本文采用结构化分析的方法,首先进行系统开发背景的介绍,系统的开发目的;接下来系统的关键技术以及系统开发模式的介绍;之后是系统分析,包括系统可行性分析,业务流程分析,数据流程分析和数据字典;然后是系统设计,包括功能设计和数据库的设计;接下来是系统实现,主要讲述了系统的界面实现;最后是系统测试,测试了本系统的功能和性能。 本系统用.NET+SQL Server 2012开发,开发过程中运用了页面模块化、信息发布的动态生成、静态页面显示等技术开发。系统开发模式采用B/S模式。本系统的实现更好的方便了酒店对医院设备信息管理系统进行管理。 关键词:医院设备信息管理;结构化分析;管理系统 Abstract With the rapid development of computer technology, medical equipment companies have entered the information age. In order to make the medical equipment inventory management more efficient, more scientific, decided to develop the medical equipment inventory management system. 内容来自www.paper51.com In this paper, the method of structured analysis, the first introduction of the system development background, the purpose of system development; the introduction of the next key technology of the system and system development model; after system analysis, including the system feasibility analysis, business process analysis, data process analysis and data dictionary; and system design, including functional design and database design; next, the system focuses on the interface of the system; Finally, system testing, test the functionality and performance of the system. With this system. NET + SQL Server 2012 development, use page modular development process, information released dynamically generated static pages display technology development. System development model C / S mode. The implementation of this system to better facilitate the hotel management of medical equipment inventory management system. Keywords: medical equipment inventory management; structured analysis; management system http://www.paper51.com 目 录 摘 要 I Abstract II 第1章 引言 1 1.1 项目开发的背景 1 1.2 项目开发的意义 1 1.3 管理系统概述 2 1.3.1 管理信息系统概念及其发展 2 1.3.2 管理信息系统的功能 2 1.3.3 管理信息系统的开发方法 2 第2章 关键技术介绍 5 2.1 ASP.NET技术 5 2.1.1ASP.NET概述 5 2.1.2 NET Framework概述 5 2.1.3.NET的特点 6 2.1.4 C# 7 2.1.5 ADO.NET对象操作数据库 8 2.1.6 Microsoft Visual Studio.NET 9 2.2 SQL Server 2012技术 9 2.3 开发模式 10 第3章 系统分析 12 3.1 系统可行性分析 12 3.1.1 技术可行性 12 3.1.2 经济可行性 12 3.1.3 社会可行性 12 3.2 业务流程分析 13 3.3 数据流图 15 3.4 数据字典 17 第4章 系统设计 20 4.1 系统功能设计 20 4.2 系统数据库设计 20 4.2.1 概念结构设计 21 4.2.2 数据库表设计 24 第5章 系统实现 27 5.1登录模块 27 5.2 添加器材界面 29 copyright paper51.com 5.3 器材类别管理界面 29 5.4 部门管理界面 30 5.5 器材初期库存管理界面 30 5.6 采购退货管理界面 31 第6章 系统测试与分析 32 6.1 系统测试的重要性 32 6.2 测试实例的研究与选择 32 6.3 测试环境与测试条件 33 6.4 系统运行情况 33 6.5 系统评价 33 结 论 35 参 考 文 献 36 致 谢 37 |