医院病房管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
医院病房管理系统是一种典型的管理信息系统(MIS),即一个由人和计算机组成的能进行医院病房信息收集、传递、存贮、加工、维护和使用的系统。它的开发主要包括前台应用程序的开发和后台数据库的建立和维护两个方面。对于前者我们要求所开发应用程序生成的界面友好、易使用,程序本身功能完备;对于后者我们则要求建立一个数据一致性、完整性、安全性好的数据库。
本人结合医院病房管理的实际需求,经过详细地分析,完成了面向医院的病房管理系统的需求分析、功能模块划分、数据库模式分析等工作,并由此开发了应用程序和数据库结构。本系统采用SYBASE公司推出的PowerBuilder 10.0作为前台应用程序开发工具,后台数据库设计则采用了微软推出的SQLServer 2000,并利用ODBC数据库访问技术来实现前台与后台的连接。
本着实用性、可扩展与可维护性、安全可靠性以及操作界面友好的基本设计原则,系统满足了用户对住院病人信息及医院信息进行增、删、查、改的操作需求,是管理医院日常工作及存储临床数据较为便捷的软件。
关键词:管理信息系统,医院病房管理系统,数据安全性
Abstract
The hospital wards management system is a kind of typical Management Information System (MIS). It is composed of the human beings and the computers. Using the system can help us collect, transmit, storage, process, maintain and use the hospital wards information. The development of it includes the application development at front-end and the establishment and maintenance of its key database at backgroup. For the former, we demand the interface generated by the application is user-friendly and easy to be used, and the process itself should be full-featured; while, for the latter, we need to establish a database, which is good at data consistency, integrity and security.
After combining the actual demand with the management of the hospital wards and detailed analysis, I did a lot of job, such as completing the demand analysis, function module partition and analysis of database model for the hospital-oriented wards management system, and thus I established the applications and the database structure. The system uses PowerBuilder 10.0 launched by the SYBASE as the applications development tool at front-end, and using Microsoft SQLServer 2000 for the backgroup database design, while the ODBC database access technology is also used to achieve the connection of front-end and backgroup.
In the basic design principles, such as practicality, scalability, maintainability, reliability, the system meets the operation demand of users, that is, user could add, delete, select, change the information of hospital and hospital in-patients. This means the software works more convenient with managing day-to-day work of hospital and storing clinical data.
Keywords: Management Information System, hospital wards management system, data security
目录
摘要 (1)
Abstract (2)
目录 (3)
1 绪言 (5)
1.1 课题来源 (5)
1.2 课题产生的背景 (6)
1.2.1 管理信息系统的定义及功能 (6)
1.2.2 管理信息系统的发展现状 (7)
1.3 课题研究的目的和意义 (7)
2 医院病房管理系统开发的技术分析 (8)
2.1 系统模式的选用 (8)
2.1.1 C/S模式 (8)
2.1.2 B/S模式 (8)
2.1.3 C/S模式与B/S模式的比较分析 (9)
2.1.4 C/S模式的选用 (10)
2.2 DBMS的选用 (10)
2.3 PowerBuilder技术 (11)
2.2.1 PowerBuilder的特点及选用 (12)
2.2.2 PowerBuilder与数据库的连接 (12)
2.3 ODBC技术 (13)
2.4 系统的开发步骤 (14)
3 医院病房管理系统需求分析 (16)
3.1病房管理系统功能需求 (16)
3.2病房管理系统功能模块分析 (17)
3.3病房管理系统所涉及的数据 (17)
4 医院病房管理系统总体设计与分析 (18)
4.1 系统的总体功能模块设计 (18)
4.2 系统数据流程图 (19)
4.3 界面整体设计 (20)