(字数“18770 页数:43 毕业论文 带程序)摘 要:信息化的今天,计算机网络、Internet扮演的角色也越来越重要,其核心的数据库技术正在改变着我国各个领域的管理模式,而作为传统的医院模式也面临着重大变革。管理系统现代化迫在眉睫,一场深层次的变革即将来临。只有使用计算机及信息化管理手段方能实现管理的标准化、规范化、制度化和科学化。医院只有真正的采用计算机现代化的管理,才能跟上发展的需要。 该医院信息管理系统是一个完整的面向小型医院的通用系统,它覆盖了医院主要职能和病人在医院就诊的各主要环节,是一个将医院的管理思想、医院各部门的业务经验以及当今最新计算机技术完美统一的体现。目前在我国西部的许多中小型医院,没有使用计算机管理系统,信息处理基本上还处于手工状态,致使医护和管理人员劳动强度大且工作效率低,医院也为此苦恼不以,所以一个好的有效的计算机管理系统的出台是十分必要的,而在信息化发展的今天,作为西部大开发的前沿,想要提高竞争力,使用计算机管理系统已经成为一种趋势。而该系统地提出正是顺应了这种潮流,再加上以上的三点优势:低廉的价格,良好的可扩充性,方便的管理。相信该计算机管理系统一定会在未来的运用中大放光彩! Abstract :Computer Networks and Internet play a more and more important role nowadays, when the human civilization move forwards a new time-----informational zing, its core technique, the database technique is changing management modes of all realms of our country, and that, traditional hospital management mode is also facing great revolution. The modernization of management system is staring us in the face, and a deep revolution is coming. To realize standardization, regularization, systematization and rationalization of management modes, we ought to make use of computers and informational methods. It is the only way to adopt computer modernizing management for hospitals to follow the evolution of times. This hospital information management system is an integrated general system facing small hospitals, which covers all major functions of hospital and every teaches when a patient sees a doctor. It perfectly uniforms management ideologies of hospital, operation experiences of every department of hospital and latest computer technologies. At the present time, most middling and small hospitals in the west have not equipped computer management system, dealing with information basically by hand, which both increased laboring intension and reduced working efficiency of doctors and managers in hospital, what’s more, annoyed hospitals’ high managers; therefore, it is of much necessity to bring in a good and potent computer management system. Moreover, as information technology developing and the time of China’s big development of the west, it is even a trend of making use of computer management systems to enhance competition. The system thereinafter is brought out acclimating the above tideway, added with these three advantages: low price, favorable nature of expansion and convenient management, it will surely have a brilliant future in the intending operation.
关键词:医院管理,信息系统,管理信息系统
Keywords:Hospital management; information system; MIS
目录
一 绪 论 ………………………………………………………………………………………………………5 (一)系统设计思想 ……………………………………………………………………………………5 (二) 可行性分析 ……………………………………………………………………………………7 (三) 运行环境 …………………………………………………………………………………………8 二 系统分析 …………………………………………………………………………………………………8 (一) 组织结构概况 ……………………………………………………………………………………8 (二) 业务流程分析 ……………………………………………………………………………………8 1. 门诊子系统业务流程 ……………………………………………………………………9 2. 药房子系统业务流程 ……………………………………………………………………10 3. 住院部子系统业务流程……………………………………………………………………10 (三) 数据流程分析 ……………………………………………………………………………………11 1. 门诊子系统数据流程………………………………………………………………………12 2. 药房子系统数据流程………………………………………………………………………12 3. 住院部子系统业务流程 ………………………………………………………………13 (四) 数据字典……………………………………………………………………………………………14 1.数据项定义 …………………………………………………………………………………15 2.数据结构定义 ………………………………………………………………………………16 3.数据流定义 …………………………………………………………………………………17 4.处理逻辑定义 ………………………………………………………………………………17 5.数据存储定义 ………………………………………………………………………………18 6.外部实体定义 ………………………………………………………………………………19 三 系统设计 ……………………………………………………………………………………………20 (一) 系统功能层次描述 ……………………………………………………………………………20 1. 门诊子系统及模块结构图 ………………………………………………………………20 2. 药房子系统及模块结构图 ………………………………………………………………21 3. 住院部子系统及模块结构图………………………………………………………………22 (二) 输入输出设计 ……………………………………………………………………………………24 1. 输入输出设计原则 ………………………………………………………………………24 2. 输入输出界面设计 …………………………………………………………………………24 (1) 门诊输入输出设计 …………………………………………………………24 (2) 药房输入输出设计 …………………………………………………………25 (3) 住院部输入输出设计 ………………………………………………………26 (三)编码设计 ………………………………………………………………………………………28 1. 门诊编码 …………………………………………………………………………………28 2. 药房编码 …………………………………………………………………………………28 3. 住院部编码 ……………………………………………………………………………………29 (四)数据库设计 ………………………………………………………………………………………29 1. 门诊管理数据库设计…………………………………………………………………………29 2. 药房管理数据库设计…………………………………………………………………………29 3. 住院部管理数据库设计 ……………………………………………………………………30 四 系统实施 ……………………………………………………………………………………………31 (一)程序代码设计 …………………………………………………………………………………31 (二)系统作说明 …………………………………………………………………………………31 (三)测试过程 …………………………………………………………………………………………33 五 设计心得 ………………………………………………………………………………………………34 六 致谢词……………………………………………………………………………………………………36 七 参考文献 ……………………………………………………………………………………………36 八 附录 ……………………………………………………………………………………………………37
一.绪论 揉文明迈进二十一世纪新纪元,我们迎来了数字化信息时代,她正在渐渐地改变着人们的工作、学习以及生活方式。计算机网络、Internet扮演的角色也越来越重要。其核心的数据库技术正在改变着我国各个领域的管理模式,而作为传统的医院模式也面临着重大变革。医院只有真正的采用计算机现代化的管理,才能跟上医院发展的需要。 |