优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

医院门诊预约系统的设计与实现(JSP Mysql)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
毕业设计(www.think58.com)

摘  要

[资料来源:http://THINK58.com]

通过对小型的医院门诊查询系统来演示如何将数据库、Servlet、JSP整和在一起,从而实现一个信息收集、处理到查询的完整处理方案。
此系统设计上采用三层结构、Web Service技术,使之在选用平台、采用技术上具有先进性、前瞻性、扩充性,从而保证建成的系统具有良好的稳定性、可扩充性。系统设计按标准化、规范化,分层设计,构件化实现。采用软件构件化的开发方式,使系统结构分层,业务与实现分离,逻辑与数据分离;以统一的服务接口规范为核心,使用开放标准。从功能上来说,系统是比较完备的,系统以Web界面与用户交互,为用户提供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对信息数据的浏览、查询、编辑和管理等基本数据库操作,采用了模块化设计方法,根据用户的需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,方便了程序的扩展与维护,同时建立了程序功能复用的基础。
本文首先介绍了医院门诊预约系统系统的来源,然后详尽论述了需求分析、系统分析、概要设计、详细设计、以及测试与调试的整个开发过程,总结了开发过程中的经验及本系统今后的改进方向。 [资料来源:http://www.THINK58.com]

关键字:医院门诊预约系统;B/S;JSP;MYSQL

[资料来源:www.THINK58.com]

 

[来源:http://www.think58.com]

Abstract

[资料来源:http://www.THINK58.com]

Through a small hospital outpatient system to demonstrate how to query a database, Servlet, JSP, and together with the whole in order to achieve an information collection, processing to check the complete treatment program.
    This system is designed using three-tier architecture, Web Service technology, making the choice of platform, using technically advanced, forward-looking, scalability, thus ensuring the completion of the system has good stability and scalability. System design according to standardized, hierarchical design, component-based implementation. Use of software component-oriented development mode, the system hierarchical structure, operations and implementation of separation logic and data separation with a unified service interface specification as the core, the use of open standards. From the functional point of view, the system is relatively complete, the system Web interface and user interaction for the user to provide information and receive its operation at the same time through the database management system to store information and data. System implementation of information and data browsing, query, editing, and manage the basic database operations, using a modular design method, based on user requirements and procedures for application and maintenance ease of use, each component will be placed in different modules which to facilitate the program expansion and maintenance, while establishing a foundation for reuse program feature.

[版权所有:http://think58.com]


    This article first introduces the system of hospital outpatient booking system source, and then a detailed discussion of the needs analysis, system analysis, outline design, detailed design, and test and debug the entire development process, summed up the experience of the development process and the future improvement of this system direction.
[资料来源:http://think58.com]

Keywords: Hospital outpatient appointment system B / S JSP MYSQL

[资料来源:THINK58.com]


 
目  录
第一章    绪论 2
1.1 课题的来源及意义 2
1.2 国内外发展现状 2
1.3 本课题研究内容 3
1.4 本课题研究的目标及主要特色 4
第二章    主要技术分析 5
2.1 JSP技术简介 5
2.2 JSP工作原理 5
2.3 JSP体系结构 5
2.4 JSP的特点 6
2.5 MYSQL数据库 6
2.6 系统数据库连接 7
第三章    系统设计 13
3.1 可行性研究 13
3.1.1 经济可行性 13
3.1.2 技术可行性 13
3.1.3 运行可行性 14
3.1.4 时间可行性 14
3.1.5 法律可行性 14
3.2 需求分析 14
3.2.1 系统需求 14
3.2.2 性能需求 14
3.2.3 应用需求分析 14
3.2.4 运行需求分析 15
3.2.5 其他需求分析 15
3.3 系统总体设计 15
3.4 系统功能模块 16
第四章    数据库设计 17
4.1 设计思想 17
4.2 表设计 18
4.3 表的关系 21
4.4 设计技巧和注意事项 21
第五章    详细设计 22
5.1 系统主页面设计 22
5.2 患者注册界面设计 22

[资料来源:http://think58.com]


5.3 医生信息界面设计 22
5.4 医生创建病历界面设计 23
5.5 门诊预约用户登录界面设计 24
5.6 管理员添加医生界面设计 24
5.7 门诊预约用户注册界面设计 24
5.8 门诊预约用户登录界面设计 25
第六章    系统的调试与测试 26
6.1 测试概述 26
6.1.1软件测试的目的 26
6.1.2软件测试的任务 26
6.1.3测试环境 26
6.2 单元测试 26
6.2.1黑盒测试 26
6.2.2白盒测试 27
6.2.3模块接口测试 27
6.3 集成测试 27
6.3.1自顶向下集成 27
6.3.2确认测试标准 28
第七章    总结 28
参考文献 29
致  谢 30
[版权所有:http://think58.com]

3.4 系统功能模块
本系统共分3个用户部分。系统结构如图3-1所示

[来源:http://think58.com]

[资料来源:http://THINK58.com]

图3-1 系统结构图 [资料来源:www.THINK58.com]

预览图: [资料来源:http://THINK58.com]


[资料来源:http://www.THINK58.com]

毕业设计(www.think58.com)