登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 软件工程 > 正文

基于SSI的医院挂号系统的设计与实现毕业论文

 2021-04-02 09:04  

摘 要

互联网技术的飞速发展给社会的各个行业也带来了发展,各行各业只要对其进行合理地应用,必然会带来巨大的便捷。现在的医院挂号的标准进行步骤绝大多数一直沿袭着自然模式,即病人到医院,排队,挂号,就诊,候诊等等,患者从走进医院到见到医生之间的时间被浪费的太多。虽然也有些医院推出了网上挂号系统,但传统的医院挂号系统由于实现技术的比较落后,系统缺乏科学合理的设计,所以难免会出现界面不友好,开发效率低可维护性较差等等问题,因此,使用一种合适的开发技术开发出一套合理科学的新型医院网上挂号系统,用来解决患者便捷求医的迫切需要和满足医院的改革都是显得十分重要。

通过前期完善的需求分析和可行性分析,针对医院挂号系统做出了如下的开发策略:本系统设计研究采用java语言作为本系统的开发语言和当前不断完善并广泛应用的SSI(Spring Struct Ibatis)开源框架,从而来解决当前的系统开发效率低的问题;采用B/S模式来设计与实现医院挂号系统,从而来解决传统医院挂号系统移植性,可维护性,安全性差的问题;采用javascript语言来实现医院挂号系统的前台界面,从而解决传统系统的界面不友好问题;除此之外在设计此系统的时候进一步理顺了医院挂号系统的业务流程,为医院挂号系统的业务场景的设计和实现打下了坚实的基础,使得整个业务流程清晰明了,便于维护和使用。

本系统遵循软件生命周期的流程,从开始的需求分析到最后的系统测试,设计并实现了医院挂号系统的各个基本功能,主要包括预约挂号管理功能,人员管理功能,可预约科室管理功能,医生排期管理功能,公告管理功能等功能,并给出了整个系统的结构图;详细设计给出了各个细分的功能模块的结构图和程序流程图。并且实现了医院挂号系统的基本功能,并进行系统测试应用,可以流畅的运行和使用,基本达到了软件的各项要求。

关键词:预约挂号,Jsp,SSI

Abstract

The rapid development of Internet technology to the various sectors of society has also brought the development of all walks of life as long as its reasonable application, will inevitably bring great convenience. Now the vast majority of the procedures for hospital registration have followed the natural model, that is, the patient to the hospital, queuing, registration, treatment, waiting and so on, the patient from the hospital to see the time between doctors to be wasted too much The Although some hospitals have launched an online registration system, but the traditional hospital registration system due to the relatively backward technology to achieve the lack of scientific and rational design of the system, it will inevitably appear unfriendly interface, the development of low efficiency and poor maintenance and so on, Therefore, the use of a suitable development technology to develop a reasonable scientific new hospital online registration system, used to solve the patient's urgent need for medical advice and to meet the hospital reform are very important.

Through the pre-perfect demand analysis and feasibility analysis, the following development strategy is put forward for the hospital registration system: the system design and research using java language as the development language of the system and the current continuous improvement and widely used SSI (Spring Struct Ibatis) open source framework, so as to solve the current system development efficiency is low; the use of B / S model to design and implementation of the hospital registration system, so as to solve the traditional hospital registration system portability, maintainability, poor security issues; Javascript language to achieve the hospital registration system front desk interface, so as to solve the traditional system interface is not friendly issues; in addition to the design of this system to further straighten out the hospital registration system business process for the hospital registration system business scene Design and implementation to lay a solid foundation, making the entire business process clear, easy to maintain and use.

The system follows the software life cycle process, from the beginning of the demand analysis to the final system testing, design and implementation of the hospital registration system of the basic functions, including appointment registration management functions, personnel management functions, can be reserved department management functions, doctors Scheduling management function, bulletin management function and so on, and gives the structure of the whole system; detailed design gives the breakdown of the functional modules of the structure and program flow chart. And to achieve the basic functions of the hospital registration system, and system testing applications, can be run smoothly and use, basically to meet the requirements of the software.

Keyword:appointment register,Jsp,SSI

目录

Abstract 4

第1章 绪论 1

1.1课题的研究背景 1

1.2项目开发目的 1

1.3国内外研究现状 1

1.4课题研究内容 2

第2章 系统相关技术的介绍 4

2.1系统结构介绍 4

2.2 spring框架介绍 4

2.3struts框架介绍 5

2.4ibatis框架介绍 5

2.5SSI整合框架的引用 6

2.6本章小结 7

第3章 基于SSI的医院挂号系统的需求分析 8

3.1可行性分析 8

3.2系统功能需求 8

3.3业务流程分析 11

3.4数据字典 16

3.5系统性能需求 17

3.6本章小结 17

第4章 基于SSI的医院挂号系统的设计 18

4.1 概要设计 18

4.2详细设计 19

4.2.1用户模块设计 19

4.2.2管理员模块设计 20

4.2.3医生管理模块设计 21

4.2.4科室管理模块设计 22

4.2.5患者管理模块设计 23

4.3本章小结 24

第5章 医院挂号系统的实现 25

5.1用户模块 25

5.1.1登陆及注册 25

5.1.2公告界面 26

5.1.3预约挂号界面 27

5.2管理员模块 28

5.2.1科室管理界面 28

5.2.2医生信息管理界面 28

5.3本章小结 29

第6章 测试与分析 30

6.1软件测试的重要性 30

6.2测试环境和测试条件 30

6.3测试方法和测试用例 30

6.4本章小结 31

第7章 总结与展望 32

7.1总结 32

7.2展望 32

参考文献 34

致谢 35

第1章 绪论

1.1课题的研究背景

伴随着计算机技术的飞速发展,社会的各行各业都开始进行了无纸化和信息化办公的改革。而传统的医疗行业大部分却还在使用自然模式进行挂号预约,即病人亲自到医院进行挂号的过程。为了促进传统医疗行业的信息办公的改革,势必要将医院的各个系统通过计算机部署起来,而医院挂号系统就是为了达成这一目的而实际开发的。

通过部署医院挂号系统,病人可以在网上直接进行挂号操作,使得医院大厅中的停留人数大大减少,通过这种方式可以很有效的缓解病人看病时挂号时间长,候诊时间长,缴费时间长看病时间短的问题[1]。同时利用本系统可以快速的收集病人的相关信息,为医院的各种工作存储了大量的基本数据。

1.2项目开发目的

通过前期的实地调研,困扰患者就医的一大问题就是患者就医时的三长一短问题,所以通过此系统,患者用户通过网络进行预约挂号,提高了患者的就医效率,从而给医院带来更好的收益。

应用本系统之后,患者选择适合自己的时间来就医,同时也减少了患者在医院大厅中的等待时间,使得医院中交叉感染的可能性大幅度降低。为了杜绝挂号时卖号倒号等投机倒把的把式,本系统采用实名制注册。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图