_基于asp的医疗保健网站设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1
基于ASP 的医疗保健网站设计
摘要:互联网时代的到来加速了医院信息化、网络化的发展步伐。随着互联网技术在医学领域迅猛发展,人们对网络认识。
关键词:ASP ; VBScript ;医疗保健网站
2
Website Design of Medical Health Care Based on ASP ment.
The papers introduces some technology and knowledge which the website uses, gives how to propagandize oneself like other enterprises website through Internet, provides convenient and efficient information services and communication for patients,at the same time it discusses carefully demanding analysis, the database designing, programming achievement and the system detail security, in addition to the interface design of the website also use the space to address. The system adopts ASP technology, VBScript language and uses SQL Server2000 as background DB to achieve, including overall module, management-module, customer-specific modules and so on. Service systems using ASP technology to build include two departs: the searching of the front end of customer service information and maintenance of the background DB. Basically, it realizes the goal of "establishment of a focused websites, columns with functional characteristics".
Keywords: ASP; VBScript; Medical Health Care website
3
摘要 (1)
前言 (5)
1 系统需求分析 (7)
1.2当前存在的主要问题分析 (7)
1.3可能的解决方案 (8)
1.4可行性分析和抉择 (9)
1.4.1 医院网站建设的现状 (9)
1.4.2 医院建立网站的可行性 (10)
2 新统逻辑方案 (12)
2.1数据流程分析 (12)
2.2数据词典 (14)
3.1.2 注重安全性 (20)
3.1.3 代码的复用 (21)
3.2.3 数据库逻辑结构设计 (23)
3.2.4 数据库的生成 (25)
4
3.3 计算机系统配置方案的选择和设计 (26)
3.3.1 硬件要求 (26)
3.3.2 编程环境 (27)
3.3.3 IIS(Internet Information Server)介绍 (28)
3.3.4 ASP(Active Server Page)介绍 (30)
3.3.5 ASP 框架语言(HTML 简述) (31)
3.3.6 后台数据库SQL 介绍 (32)
4 系统详细设计 (36)
4.1 通用模块设计 (36)
4.1.1 数据库的连接Conn.asp (36)
4.1.3 其他公共模块 (37)
4.2 管理端模块设计 (37)
4.4 客户端界面设计 (45)
参考文献 (49)
前言
5 近年来,随着网络技术的迅猛发展,越来越多的部门、企事业单
位都有通过Internet对外宣传自己,同时为那些有信息需求的人提供
方便快捷的服务。
医院网站是各医院诊所对外宣传中不可缺少的工具,它的内容对
于医院诊所的宣传和医院的项目开发的决策起着非常重要的作用。网
上医疗信息在满足网络用户实际需求还存在相当大的距离。广大医疗
机构利用自身的医疗服务信息资源建立面向公众的医疗信息服务网
站,及时发布医疗保健信息,提供专业、全面的医疗保健信息服务,
已成为社会和医疗机构自身发展的迫切要求。
因此,开发一个医院网站是很有必要的事情,人们对医院信息了
解的越多,对医院的信任程度就越高,特别是一些特殊的理疗服务,
所以,网络就是一个传播信息和宣传医院的平台。下面各章节中我以
蓬勃发展的Web Server的ASP(Active Server Pages)技术作为Web
应用程序为重要开发工具来开发一个医院网站系统为例,谈谈其开发
过程和所涉及到的问题及解决方法。
通过这次设计,我熟练地掌握了Frontpage2000的使用,进一步
学习了ASP编程语言,能够独立的实现课题目标。在设计中遇到的一
6
系列问题,通过请教老师,查阅资料,与同学切磋交流来解决。这样不但培养了我虚心请教,互助团结的精神,而且也为我以后的工作生活积累了大量的宝贵经验。
但是由于本人水平有限,编程能力不强,时间仓促,在设计中难免由一些不足之处,恳请各位老师批评指正。