- I -
摘 要
在信息高度发达的网络时代,专家门诊挂号系统在本系统开发中,起
到了举足轻重的作用。它使用当今信息高度发展的时代,加强用户网上信
息的交流与分享,系统采用 B/S 开发模式就是能够使用信息的传输与信息
的处理,方便用户解决自身业务问题,给用户网上业务交流与沟通的平台。
本系统就是基于这样的原则,构建了专家门诊挂号系统网站。系统以
Html、.NET 语言为依托,使用 SQL server 作为系统数据库,IIS 作为服务
器,利用 Javascript 作为脚本语言,采用 Flash、Css 样式美化页面。实
现了系统要求的最基本功能。论文首先介绍了专家门诊挂号系统的现状和
意义;然后对网站进行了可行性分析和需求分析,并介绍了专家门诊挂号
系统网站所需要的功能;在对网站进行详细分析后,依次对各模块的具体
设计作了一个简单的阐述;通过测试分析,该系统运行稳定可靠;最后对
系统进行了总结和展望。
- II -
关键词:专家门诊挂号系统;IIS;.NET;SQL SERVER
Abstract
Highly developed in the information network era, Hospital
out-patient registration system, play a decisive role. It uses the
information era of rapid development, strengthen the users on the
Internet to exchange and share information, the system adopts B /
S development mode is to be able to use the information transmission
and information processing, is convenient for the user to solve their
business problems, give the user an online business communication
and communication platform. The system is based on this principle,
construction of clothing orders management system Web site. System
based on the Html, NET language as the basis, using SQL server as
database system, IIS as the server, the use of Javascript as a
scripting language, using Flash, Css style beautification page.
Realization of the basic functions of the system requirements. The
thesis first introduces the Hospital out-patient registration system
present situation and significance; then on the site conducted a
feasibility analysis and needs analysis, and introduced Car rental
system needs to function; the site is a detailed analysis, in order
to various modules of the design as a simple exposition; through test
and analysis, the system runs stably and reliably; the last of system
are summarized and prospects.
- III -
Keywords: Hospital out-patient registration system; IIS; NET; SQL
SERVER
- IV -
目 录
摘 要 .............................................................................................................................I
Abstract ..............................................................................................................................II
第 1 章 引言.......................................................................................................................1
1.1 项目开发的背景..................................................................................................1
1.2 项目开发的意义..................................................................................................1
第 2 章 关键技术介绍.......................................................................................................2
2.1 .NET 技术.............................................................................................................2
2.1.1 ASP.NET .....................................................2
2.1.2 NET Framework 概述...........................................2
2.1.3 ASP.NET 的特点...............................................3
2.1.4 C# ..........................................................4
2.1.5 ADO.NET 对象操作数据库.......................................6
2.1.6 Microsoft Visual Studio.NET .................................6
2.2 SQL Server 技术..................................................................................................7
2.3 系统开发模式......................................................................................................8
第 3 章 系统分析.............................................................................................................11
3.1 系统可行性分析................................................................................................11
3.1.1 技术可行性.....................................................................................................11
3.1.2 经济可行性.....................................................................................................11
3.1.3 社会可行性.....................................................................................................11
3.2 业务流程分析....................................................................................................12
3.3 数据流图............................................................................................................13
3.4 数据字典............................................................................................................14
第 4 章 系统设计.............................................................................................................18
4.1 系统功能设计....................................................................................................18
4.2 系统数据库设计................................................................................................19
- V -
4.2.1 概念结构设计.................................................................................................19
4.2.2 数据库表设计.................................................................................................20
第 5 章 系统实现.............................................................................................................23
5.1 登录模块.............................................................................................................23
5.3 主页界面............................................................................................................27
5.3 用户管理界面....................................................................................................28
5.4 用户组管理界面................................................................................................33
5.5 医生管理界面.....................................................................................................39
第 6 章 系统测试与分析.................................................................................................47
6.1 系统测试的重要性............................................................................................48
6.2 测试实例的研究与选择....................................................................................48
6.3 测试环境与测试条件........................................................................................49
6.4 系统运行情况....................................................................................................49
6.5 系统部署.............................................................................................................49
6.6 系统评价.............................................................................................................50
结 论...........................................................................................................................51
参 考 文 献.....................................................................................................................52
致 谢...........................................................................................................................53