软件项目与工程管理论文栏目提供最新软件项目与工程管理论文格式、软件项目与工程管理硕士论文范文。详情咨询QQ:1847080343(论文辅导)

医院就诊网络预约挂号系统

日期:2018年01月15日 编辑: 作者:无忧论文网 点击次数:1471
论文价格:300元/篇 论文编号:lw201201161549183724 论文字数:20702 所属栏目:软件项目与工程管理论文
论文地区: 论文语种:中文 论文用途:硕士毕业论文 Master Thesis

帮写硕士毕业论文-进入21世纪以来,随着INTERNET技术以及世界数字通信行业的发展,网络在人们的生活中越来越普及,随着安全性可靠新的提高,人们可以通过网络途径来使生活中的活动简单化。ASP是微软公司开发的一种代替CGI脚本程序的应用,可以与数据库等多种程序进行交互,是一种十分方便有效的,相当成熟的应用技术。现在,ASP.NET技术作为ASP技术的一个拓展版,被应用于各种各样的动态网站中,成为了网络世界不可或缺的一部分。本次设计的目标是用C#实现一个网络预约的挂号系统,并能实现一般的挂号功能。
本文通过对该系统的详细描述,为使用者提供一个方便快捷的使用指南。首先,对现今一般医院的挂号系统进行观察和分析,得出该类系统所需要的主要功能。其次,对实现该系统所需要的各种软件和环境进行简单明了地介绍,包括了C#技术和SQL等技术,对如何搭建IIS做一个简单的介绍,让大家可以了解发布网站的需求。最后,对该系统进行详细分析,重点介绍系统各个模块的功能及具体实现方法。这些东西包括了用户注册功能,用户修改信息功能,用户预约功能,医生请假功能,医生查看预约信息功能,管理员管理用户功能,管理员管理医生功能,管理员添加医生功能,管理员删除预约功能,管理员批准和删除医生请假功能。另外,本文还对系统的安全性进行了部分讨论,例如防止数据库破坏,防止暴力破解帐号等等。

 

关键词:ASP.NET;动态网页;C#;网上挂号;安全性

 

Abstract
In the 21st century, with the development of the internet technology and the digital communications industry, the network in the people’s live is more and more popular, and with the improvement of the safety and reliable, people can make the life simple through the network. ASP is an application to instead of the CGI script which developed by Microsoft. It can interact the database with other programs, so it is a very convenient, effective and relative mature application technology. ASP.NET is the extension of ASP. It’s used in a variety of dynamic sites, and has become the most indispensable part of the network world. This design’s purpose is to use C# to achieve a walk-registration system of the network, and to achieve general registration function.
    This paper provides users a convenient guide through the detailed description of the system. Firstly, through the observation and analysis to the current registration system of the general hospital, we can know the main functions required of such systems. Secondly, I made a simple introduction to a variety of software and the environment which is needed to achieve this system. This introduction including C# technology and SQL and other technologies, what’s more, it has a simple introduction to tell people how to set up IIS, so that we can understand the demand of the publishing site. Finally, I make a detailed analysis to this system, and make focus on introductions to each module’s function and the specific implementation of this system. These things include of user registration functions, users modify the information functions, users booking functions, doctors ask for leave functions, doctors examines the appointment information functions, administrators manage users functions, administrators manage doctors functions, administrators add a doctor functions, administrators delete an appointment function, administrators approve and delete the doctor’s medical leave of absence function. In addition, the paper also has some discuss to the security of the system, such as how to prevent the database corruption, how to prevent the brute forcing accounts, etc.

 

Key words: ASP; Dynamic pages; C#; Online registration; The security

目    录
引言 1
1  系统总体设计思路 2
1.1 设计总目标 2
1.2 系统设计目标 2
1.3 系统整体模型的实现 3
1.3.1系统流程图 3
2  系统开发环境及技术 7
2.1 操作系统的选择 7
2.2 开发过程中所用到的工具 7
2.2.1开发工具的选择 7
2.2.2 IIS服务器的架设 8
3 系统开发的主要技术 10
3.1 ASP.NET技术 10
3.1.1 ASP.NET技术简介 10
3.1.2ASP.NET技术的优点 11
3.2 HTML语言和C#语言简介 11
3.2.1HTML语言 11
3.2.2C#语言 12
3.3 ADO.NET技术简介 12
4  系统分析 12
4.1可行性分析 13
4.1.1技术可行性 13
4.1.2经济可行性 13
4.1.3运行可行性 13
4.1.4法律可行性 13
4.2 需求分析 13
4.2.1系统功能需求 14
4.2.2系统性能和界面需求 15
4.2.3网站安全性需求 15
5  系统设计 16
5.1 数据库的设计 16
5.2 整体架构的设计 17
5.3 前台模块设计 19
5.3.1公共模块的设计 19
5.3.2前台首页的设计 20
5.3.3会员注册模块的设计 20
5.3.4用户登录模块的设计 21
5.3.5网上预约模块设计 22
5.3.6个人中心设计 22
5.3.7留言板模块的设计 23
5.3.8首页模块的设计 23
5.4 后台模块的设计 23
5.4.1后台管理员页面的设计 23
5.4.2后台登陆模块的设计 24
6  系统测试 24
6.1 测试的目标和注意事项 24
6.2 测试的过程 25
6.2.1单元测试 25
6.2.2集成测试 25
6.2.3综合测试 26
6.2.4用例测试 26
6.3 测试结果 26
7  结论 26
7.1 系统设计遇到的困难及解决方法 26
7.2 系统设计总结 27
7.3 对未来之展望 28
谢  辞 28
参考文献 29
附&n