医院住院管理系统——后台管理毕业设计 下载本文

内容发布更新时间 : 2024/5/19 8:30:13星期一 下面是文章的全部内容请认真阅读。

摘 要

医院住院管理系统,是医院信息系统的重要组成部分,是现代化医院的必要运营基础条件。医院每天住院的人数众多,信息量大,要想提高工作效率降低成本,采用人工管理的传统医院经营管理方法已不能适应医疗行业快速发展要求。为了提高服务质量和管理水平,进而促进经济效益,我们结合现代化的信息管理方法与管理经验开发了医院住院管理系统。

该系统采用B/S体系结构,结合Myeclipse开发工具和SQL Server数据库平台,包括病人出入院管理、病人药品管理和计费功能。本文详细介绍了医院住院管理系统后台管理的构建过程。

关键词:住院管理;Myeclipse;SQLServer 2000;B/S结构

Abstract

Hospital management system, hospital information system is an important component of modern hospital operations necessary basic conditions. The large number of hospital inpatient day, amount of information, in order to improve work efficiency and reduce costs, the use of the traditional manual management hospital management methods can not meet the rapid

development of the medical industry requirements. In order to improve the service quality and management level, thus contributing to economic efficiency, we combine modern information management methods and management experience in the development of hospital management system.

The system uses B / S architecture, combined with Myeclipse development tools and SQL Server database platforms, including patient admission and discharge management, patient drug management and billing functions. This paper describes a hospital management system management background build process.

Keywords: Hospital management;Myeclipse;SQLServer 2000;B/ S structure;

目 录

1.绪论 ................................................................................................................................................................... 1

1.1选题背景和意义 .................................................................................................................................... 1 1.2国内外研究现状和发展趋势 ................................................................................................................ 1

1.2.1国外的动态 ................................................................................................................................. 1 1.2.2国内的情况 ................................................................................................................................. 2 1.3研究内容与目标 .................................................................................................................................... 2 2.理论技术基础 ................................................................................................................................................... 2

2.1开发环境 ................................................................................................................................................ 2 2.2开发工具简介 ........................................................................................................................................ 3 3.1概要设计 ................................................................................................................................................ 3

3.1.1可行性分析 ................................................................................................................................. 3 3.1.2系统功能分析 ............................................................................................................................. 3 3.2详细设计 ................................................................................................................................................ 5

3.2.1详细设计的任务 ......................................................................................................................... 5 3.2.2系统E – R 图 .......................................................................................................................... 5 3.2.3数据字典 ..................................................................................................................................... 8

4.数据库设计 .................................................................................................................................................... 10

4.1数据库SQLServer2000简介 ............................................................................................................. 10 4.2数据库需求分析 ................................................................................................................................... 11 4.3测试用例 .............................................................................................................................................. 13 5.系统的实现 .................................................................................................................................................... 14

5.1系统登录模块的实现 .......................................................................................................................... 14 5.2进入后台管理界面 .............................................................................................................................. 15 5.3住院管理模块的实现 .......................................................................................................................... 16

5.3.1住院患者管理模块的实现: ................................................................................................... 16 5.3.2主治医生管理模块的实现: ................................................................................................... 20 5.3.3系统设置 ................................................................................................................................... 21

总结 .................................................................................................................................................................... 23 参考文献 ............................................................................................................................................................ 24 致谢 .................................................................................................................................................................... 25