宠物医院管理信息系统——网站后台的设计与实现.doc
宠物医院管理信息系统——网站后台的设计与实现,摘 要宠物医院信息管理系统是紧跟着宠物医院的潮流而进一步显示其实用价值的。随着生活水平的提高,internet科技的发展,将办公无纸化、网络化是必然的趋势。构建一个基于web的宠物医院管理信息系统无论对于宠物蓄养者还是医院管理人员来说都提供了很大的便利性。本系统是一个集挂号、...
内容介绍
此文档由会员 九袋张 发布宠物医院管理信息系统——网站后台的设计与实现
摘 要
宠物医院信息管理系统是紧跟着宠物医院的潮流而进一步显示其实用价值的。随着生活水平的提高,Internet科技的发展,将办公无纸化、网络化是必然的趋势。构建一个基于web的宠物医院管理信息系统无论对于宠物蓄养者还是医院管理人员来说都提供了很大的便利性。
本系统是一个集挂号、病历报告、化验、美容、用品超市、领养、寄养、配种为一体的宠物医院管理信息系统。它基于WEB,充分利用Internet资源,便于饲养者在家里就能为宠物挂号,并可以发布自己的疑问,等待专家的及时回复。网站的后台包括网站信息设置、网站公告管理、留言管理、友情连接管理、网站文章管理、会员管理、物品管理、医生管理、宠物就诊登记、数据库管理和管理群体管理等主要功能。
系统的实现过程完全依照软件开发的流程,在需求分析的基础上进行数据库的设计,然后根据现有的系统环境配置IIS,利用ASP和ACCESS开发的。本系统还采取
了图片验证码和MD5加码技术,使网站更安全。
【关键字】:宠物医院;挂号;Web;ASP;数据库
The pet hospital management information system
——backstage design and realization
Abstract
The pet hospital information management system is tightly catches upwith the pet hospital tidal current but further to demonstrateactually the value. Along with the enhancement of the living standard,the development of the Internet science and technology,the inevitable tendency is paperless and network office. Build a pet hospital information management system which based on web is an convenient idea for both pet feeder and hospital manager.
This system is a collection of registers, medical record reported, chemical examination, cosmetology, goods supermarket, theadoption, places, breeding as one body hospital informationmanagement system. It based on WEB, fully uses the Internet resources,and it is advantageous for the feeder to be able to register for his pet at home.In additopn it is convenient to obtains the raising pet the experience and skills.Users also can issue own questions, and wait for expert's prompt reply. The website backstage including the website information establishment, the website announced management, the message management, the web connection management, the website article management, the member manage, the goods management, doctor manages, the medical management, the database administration and the manager management and so on the main.
The system realization process completely according to the flow which software develops.Designing the database on the basis of the demand analysis .then disposes IIS based on the existing computer environment, accomplishing the system with ASP and ACCESS. This system has also adopted the picture code confirmation and MD5 technology to make the website much safer.
【Key words】: pet hospital;register;web;ASP;database
目录
绪 论 1
1.1开发背景 1
1.2问题定义 1
第2章 前期理论准备 2
2.1 ASP概述 2
2.1.1 ASP功能 2
2.1.2 ASP的特点 2
2.1.3 ASP内置基本对象 2
2.1.4 ASP与IIS 3
2.2 ADO组件 3
2.2.1 连接对象Connection 3
2.2.2 数据集对象Recordset 3
2.2.3 命令对象Command 4
2.3使用ADO访问数据库 5
第3章 需求分析 6
3.1 可行性分析 6
3.1.1 技术可行性分析 6
3.1.2 经济可行性分析 6
3.2 功能需求分析 6
3.3数据库需求分析 7
第4章 概要设计 8
4.1数据库设计 8
4.1.1数据库概念结构设计 8
4.1.2数据库逻辑结构设计 9
4.2数据库连接设计 11
4.3功能模块设计 11
第5章 详细设计 13
5.1 网站后台模块工作流程图 13
第6章 具体实现 17
6.1 管理员登录的实现 17
6.2后台首页设计 18
6.3 个人帐户密码修改模块的设计 18
6. 4会员管理模块的设计 19
6.5宠物就诊登记模块的设计 21
6.6网站留言模块的设计 22
6.7网站文章管理模块的设计 23
6.8友情链接模块的设计 24
6.9数据库管理模块的设计 24
6.10医生信息模块的设计 26
6.11物品管理模块的设计 27
6.12管理群体管理模块的设计 28
6.13图片验证码的实现 29
6.14 MD5加密技术的运用 30
第7章 软件测试 31
7.1 测试方案介绍 31
7.2系统测试 31
7.3 测试结论 34
第8章 结束语 35
谢 辞 36
参考文献 37
附录A 外文翻译——原文部分 38
附录B 外文翻译——译文部分 44