基于vbnet的医院门诊就诊系统设计与实现.rar

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

基于vbnet的医院门诊就诊系统设计与实现,摘要进入21世纪以来,网络的空前发展给人们的工作和生活带来了极大的便利,信息化建设已经成为节约运营成本、提高工作效率的首选。相比之下,国内相当数量的中小医院的门诊工作流程还采用相对保守的手工工作方式,数据信息查询和存储的成本较高,但效率却很低下。门诊就诊系统是典型的医院信息系统(his),其开发主要包括后台数据库的建立...
编号:150-156350大小:1.73M
分类: 论文>计算机论文

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

内容介绍

原文档由会员 白痴学东西 发布

摘 要
进入21世纪以来,网络的空前发展给人们的工作和生活带来了极大的便利,信息化建设已经成为节约运营成本、提高工作效率的首选。相比之下,国内相当数量的中小医院的门诊工作流程还采用相对保守的手工工作方式,数据信息查询和存储的成本较高,但效率却很低下。
门诊就诊系统是典型的医院信息系统(HIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、安全性好的数据库;而对于后者则要求具备应用程序功能完备,易使用等特点。
本系统将使用Visual Basic.NET+Access,设计开发了门诊就诊系统。通过网络间的数据交换来实现注册、挂号、就诊、收费等几项工作,从而提高医疗部门在门诊就诊过程中的工作效率和质量。

关键词:门诊就诊,ACCESS,VB.NET

Abstract
Entering the 21st century, network unprecedented development to people's work and life brought great convenience, the informationization construction has become save operating costs, improve work efficiency of choice. In contrast, the domestic quite a number of small and medium-sized hospital outpatient service work process also used relatively conservative manual work mode, data information query and storage cost is higher, but efficiency is very low.
Outpatient service medical system is typical of the hospital information system (HIS), its development mainly includes the setting and maintenance of database and the programming of the frontend application. The former required establish data consistency and integrality, good security database; For the latter required the application program function complete, easy to use, etc.
This system USES Visual Basic.net + Access, design develop outpatient service medical system. Through the network to realize the data exchange between registered, registered, medical and charges several jobs so as to improve the medical department in outpatient service medical process efficiency and quality.

Key words: Outpatients, Access, VB.NET
目 录
第1章 绪论 1
1.1 医院门诊就诊系统概述 1
1.2 医院门诊就诊系统的现状及意义 2
1.3系统的设计目标 3
第2章 系统分析 5
2.1 可行性分析 5
2.1.1 经济可行性 5
2.1.2 技术可行性 5
2.2 用户角色需求 6
2.3 系统功能需求 7
2.4 系统工作流程 12
第3章 数据库设计 13
3.1 数据库的选择 13
3.2 数据库需求分析 13
3.3 数据库概念设计 14
第4章 系统详细设计及实现 21
4.1 系统登录模块 21
4.2 普通用户模块功能 22
4.2.1 注册信息管理模块 22
4.2.2 挂号信息管理模块 24
4.2.3 医嘱信息管理模块 25
4.2.4 收费信息管理模块 26
4.3 系统管理员功能 28
4.3.1 用户管理 28
4.3.2 字典维护 29
4.4 窗口管理功能 30
结 论 31
致 谢 32
参考文献 33
附录 设计系统部分源代码 35