医院网上预约挂号系统设计与实现

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

医院网上预约挂号系统的设计与实现

摘要:随着科学技术的不断发展与进步,计算机网络的利用也逐步深入到各行各业,互联网成为了人们生活中的一部分。随着城镇人口的增加,人们去医院挂号就医总是排长长的队伍,对于时间比较紧的人是一个非常头痛的问题,有的人可能就只是挂号就要用去半天时间。人们为了缓解挂号就医排长队的问题,本论文探讨利用正在不断发展和进步的网络技术,实现网上预约挂号。

本论文主要介绍了基于的医院网上预约挂号系统的设计与实现,主要介绍医院预约挂号系统前台应用,后台管理等。通过Internet实现网上挂号,查询预约挂号,取消预约挂号,查询医生,后台管理功能的处理等。

本论文系统开发上使用三层架构,SQL Server数据库,IIS服务,Visual Studio2010和Dreamweaver CS5开发工具。结构上使用B/S结构,B/S模式是现在比较流行的数据库应用模式,通过Internet进行通信,可以不受地域的限制。在编程思想上采用面向对象编程的特性及“封装性”的特点。本系统界面简单,容易操作,方便医院的管理与使用者的交流。关键词:预约挂号;设计与实现;Web应用;;三层架构

The Design and Implementation of Hospital Online

Registration Booking System

Abstract: With the continuous development and progress of science and technology, the using of 忽略puter network has gone deeply into all walks of life and Internet has been a part of people’s life as well. With the increasing urban population, people always wait in a long line for hospital registration, which is a very headache problem for the people whose time is tight. People even spend half a day for hospital registration. To alleviate the problem of waiting in a long line for hospital registration, this thesis will discuss the continuous development and progress of network technology that can be utilized in implementing online appointment.

This thesis mainly introduces the design and implementation of hospital online registration booking system that is based on and the foreground application and background management of the system and so on. People can make appointments online, search the appointment, and cancel the appointment through Internet. In addition, people can search the doctors; deal with the background management, etc.

Three-tier architecture, SQL Server database and IIS service will be utilized in the development of the system. Visual Studio2010 and Dreamweaver CS5 will be used as the development tools. B/S mode will be utilized in the structure design, which is a very popular database application mode. 忽略municating through the Internet is no subject to regional restrictions. Object Oriented Programming thought will be utilized and the encapsulation characteristic as well. This system has the following characteristics: easy interface, easy operation and convenient management of the system and also the 忽略munication between the users.

Key words: Booking registration; Design and Implementation; Web application; ;

Three-tier Architecture

目录

绪论 (1)

1 需求分析和可行性分析 (3)

1.1 系统设计的原则 (3)

1.1.1 系统设计架构 (3)

1.1.2 模块要求 (3)

1.2 系统可行性分析 (4)

1.2.1 技术可行性 (4)

1.2.2 经济可行性 (4)

1.2.3 操作可行性 (5)

1.3 相关技术介绍 (5)

1.3.1 浏览器/服务器结构 (5)

1.3.2 技术简介 (6)

1.3.3 SQL Server数据库 (8)

1.4 开发工具和开发坏境 (8)

1.5 本章小结 (8)

2 数据库设计 (9)

2.1 数据库需求分析 (9)

2.2 数据库E-R图设计 (10)

2.3 数据库表设计 (11)

2.3.1 医生信息表(doctor-info) (11)

2.3.2 科室信息表(subject) (11)

2.3.3 预约信息表(booking) (11)

2.3.4 普通用户表(users) (12)

2.3.5 系统用户表(sys) (13)

2.4 本章小结 (13)

3 详细设计 (14)

3.1 系统设计思想 (14)

3.2 系统功能模块设计 (14)

3.3 系统结构设计 (15)

3.4 后台系统界面设计 (16)

3.4.1 用户管理 (16)

相关文档
最新文档