医院门诊管理系统的设计与实现.rar

RAR格式版权申诉手机打开展开

医院门诊管理系统的设计与实现,包括论文和代码摘要医院门诊信息管理系统是一个基于internet的应用系统,它是一个面对当前的医院门诊管理工作基本还处于手工和半信息自动化处理状态而应运而生的一个基于internet的一个信息自动化的系统,整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成预约、诊断、开具处方...
编号:50-321153大小:1.58M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 小花仙66 发布

医院门诊管理系统的设计与实现

包括论文和代码

摘 要
医院门诊信息管理系统是一个基于Internet的应用系统,它是一个面对当前的医院门诊管理工作基本还处于手工和半信息自动化处理状态而应运而生的一个基于Internet的一个信息自动化的系统,整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成预约、诊断、开具处方、保存病历管理的全过程。医疗事业单位只需具备访问Internet的条件即可在系统发布的站点上进行医疗门诊的管理。在图型化的人机界面中完成日常的医疗门诊管理工作.一方面摆脱了时间和空间的限制,另一方面有效的解决的数据共享的问题。经过实际使用证明,本文所设计的医院门诊信息管理系统可以满足医院在门诊管理方面的需要。

关键词: JSP;医院门诊;信息管理系统;

Design and Implementation of Hospital Outpatient Management System

Abstract
Hospital outpatient information management system is an Internet-based application system. It is an Internet-based automated information system that solves the outpatient medical management of the basic work is still in the manual and semi-automated processing of information. The entire system is simple, friendly interface, flexible, practical and safe, and complete the entire process of booking, diagnosis, prescribing and medical records management preservation. Medical institutions only need visit the Internet can use the system for the release site medical clinic management. Using the pattern of the man-machine interface complete routine outpatient medical management. While out of time and space constraints, on the other hand, it is an effective solution to the data sharing problem. Through practical show that JSP-based hospital outpatient information management system to meet the hospital in-patient management needs.

Keywords: JSP ; Hospital Outpatient ; Information Management System



目 录
引言 1
1 概述 1
1.1 开发背景 1
1.2 开发意义 2
1.3 系统目标 2
2 系统设计原理 2
2.1 系统设计的基本思想 2
2.2 SQL Server 2000数据库简介 2
2.3 MyEclipse8.5开发工具简介 3
2.3.1 MyEclipse8.5简介 3
2.3.2 MyEclipse8.5的数据库的访问方法 4
3 系统分析 5
3.1 可行性分析 5
3.2 需求分析 5
3.2.1 功能需求 5
3.2.2 数据需求 6
3.2.3 系统数据流图 6
4 系统设计 8
4.1 总体设计 8
4.2 数据库总体设计 9
4.2.1 概念结构设计 9
4.2.2 逻辑结构设计 11
4.2.3 物理结构设计 11
5 系统实现 14
5.1 数据库的建立 14
5.2 数据库的连接 15
5.3 主界面的实现 16
5.4 挂号管理模块的实现 17
5.5 处方管理模块的实现 19
5.6 收费管理模块的实现 22
5.7 药品管理模块的实现 25
5.8 后台管理模块的实现 30
6 系统测试 33
6.1 测试环境 33
6.2 功能测试 33
6.3 性能测试 34
6.4 界面测试 34
6.5 调试问题测试 34
6.6 测试结果 35
总结 36
主要参考文献 37
致 谢 38