医疗纠纷检索系统的设计与实现(SQL)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
医疗纠纷信息检索系统是采用Visual Basic语言和大型数据库开发语言共同开发的,用于医院医务处对医疗纠纷的检索与统计。
设计本系统的目的就是为了减少过多的人工操作,使医生能够快速而且准确的完成对医疗纠纷的录入、修改、删除、查找、统计等操作,系统的开发及应用为医疗纠纷管理提供了灵活、方便的管理机制,提高工作人员的工作效率。
本设计采用所见即所得的可视界面设计方法,在开发环境、功能上进一步完善和扩充,尤其在数据库管理、网络应用方面更胜一筹。利用Visual Basic 6.0提供的强大的可视化组件库进行编程,可以快速、高效地开发基于Windows环境的各类应用系统。在此还使用了SQL Server 2000提供的DTS服务。
现阶段本系统可实现的功能是:一、可以进行数据的录入、删除、保存等操作,便于数据的更新、维护;二、通过查询列出符合条件的详细信息;三、以上各查找结果均可以报表形式输出,便于分析、使用及存档管理;四、可以对数据统计,使数据更加直观的显示在用户的面前。

关键词:
医疗纠纷  Visual Basic  SQL Server  数据库  DTS服务

Abstract
The searching system for the medical dissension information use Visual Basic 6.0 and a big database to develop. This design is used to search and count the medical dissensions of medical affairs Dept. of the hospitals.
The reason of making this design is to reduce the manpower operation and improve the effect of recording, modifying, deleting, searching and counting work etc. of medical dissension more quickly and exactly. The development and application of this system offers a flexible and convenient management system for the management of medical dissension and hasten the work effect.
This system offers a kind of visual-interface-design, which means you can get the result as soon as you see the interface. It also improves and enlarges the development environment and functions, especially on data management and network application. It is faster and more effective to develop all kinds of application systems on the basic of Windows Environment by utilizing the powerful visual groupware room to program. So we use DTS of SQL Server 2000.
Now the functions of this software are: first it helps the recording, deleting and storing of the data and the refreshing and protecting of the data; second it can list the detailed information by searching; third, all the results can be output in the form of report that is easy for the management of analyzing, using and storing; forth, it can count the data, so the data can be showed directly in front of the users.

Keywords:
Medical dissension, Visual Basic, SQL Server, database, DTS serve

开发医疗纠纷信息检索系统的意义
由于人们生活水平的提高,健康问题正逐渐的成为人们最为关注问题。随着病人的就医行为,病人与医务人员之间就建立了医患关系,这是不容置疑的问题。 病人希望的是解除病痛,病人要求的是医生用高超的医疗技术赶走病魔。而医护人员的责任和义务正是要千方百计的满足病人的希望和要求,这就是医患关系,也是医患矛盾。诸多的原因造成目前的医疗纠纷日益增多,医疗纠纷的增多同时也会给医院带来相当大的工作量,对医疗纠纷信息的查找、统计、分析等工作需要很长的时间,浪费了医务人员的时间,降低了工作效率。这就要求有一种能够代替大量人工操作的工具来提高对医疗纠纷信息检索、统计的速度。随着计算机技术的发展,通过计算机来完成对医疗纠纷的大量操作已经成为可能。(爱毕业设计www.2bysj.cn)

系统分析
由于医疗纠纷检索系统包含比较重要的信息,因此,在系统设计时除了注重用户的需求,保证系统安全性和可靠性,并在保证安全性和可靠性的前提下尽量满足系统的高效性,而且要保证系统数据信息的一致性。
系统的安全性。不同的用户具有不同的使用权限,具有最高权限的人员(管理员)方能录入、修改、删除数据库中的信息,具有一般权限的人员(用户)只对数据进行检索和统计的操作。
系统的一致性。系统的数据要保证一致性、准确性,当某以数据库中记录改变,与之相关联的数据库也随之变化。
系统的可靠性。由于数据量大,必须对数据及时备份和恢复。
系统的高效性。为了方便使用者,所以在系统的设计时,一定要考虑大系统使用的高效性,提高系统的使用效率。(爱毕业设计www.2bysj.cn)

系统的功能模块设计
根据系统的需求分析,结合实际情况,系统分为以下七个模块:用户登录模块;工作选项模块(MDI主窗体模块);用户信息管理模块;数据信息管理模块;数据信息查询模块;数据信息统计模块;帮助模块。













目  录
引言 1
1  医疗纠纷信息检索系统的系统分析 9
1.1 开发医疗纠纷信息检索系统的意义 9
1.2 系统分析 9
1.3 开发工具选取 10
2  医疗纠纷信息检索系统的需求分析 13
2.1 系统用户组成 13
2.2 对数据处理的要求 13
3  医疗纠纷信息检索系统的总体设计 14
3.1 数据处理流程分析 14
3.2 程序结构设计前的分析 15
3.3 总体框图 16
4  医疗纠纷信息检索系统的功能模块 18
4.1 系统的功能模块设计 18
4.2 设计的准备工作 18
5  医疗纠纷信息检索系统的详细设计 21
5.1 数据库结构设计 21
5.2 用户登录模块设计 24
(爱毕业设计www.2bysj.cn)
5.3 工作选项模块(MDI主窗体模块)设计 28
5.4 用户信息管理模块设计 38
5.5 数据信息统计模块设计 41
5.6 帮助模块的设计 46
6  医疗纠纷信息检索系统的实现 55
6.1 软件环境 55
6.2 硬件环境 55
结  论 56
致  谢 56
参考文献 57
附录1  程序清单 58