软件工程高校医务室综合管理系统
梧 州 学 院 毕 业 论 文 论文题目高校医务室综合管理系统的设计与实现 系别信息与电子工程学院 专业软件工程 班级 11 软件工程 2 班 学号 1100208241 学生姓名 摘要 本文详细叙述了高校医务室综合管理系统的设计与实现的过程。在整个开发过程中, 对高校医务室综合管理系统的业务流程做了详细的调研,并根据学校学生看病的实际需求 制定了一套具体的解决方案,由于大学生的学习生活节奏较快,且电脑普及率和上网概率 也随着社会的发展提高,大学生通过网络获取信息的机会越来越多。所以,本文设计的高 校医务室综合管理系统,不仅可以让在校学生可以十分方便的了解到学校医务室的医生出 诊信息,还将大大提高学生就医看病的满意程度。 本文设计的高校医务室综合管理系统主要为了满足在校学生方便就医的需要进行开 发的,本系统实现基于B/S 模式,采用的是JavaEE 和开放式 SSH 架构、MySql 数据库等技 术。系统主要包括后台管理和前台展现功能,其中,前台展现分学生和医生两种不同的用 户角色,学生主要是到校医院进行就诊,而医生主要是根据学生的就诊信息进行出诊;后 台管理主要实现药品管理、角色管理、缴费管理和留言板功能。 系统经过详细设计和完成编码后,对系统进行了一系列测试,结果表明系统可正常运 行,达到了系统设计的预期目标。最后对本次系统开发进行总结。 关键词高校医务室;管理系统; SSH; JavaEE I Design and Implementation of Comprehensive management system inDesign and Implementation of Comprehensive management system in Colleges and universities ClinicColleges and universities Clinic Abstract This paper describes in detail the design process of integrated management system and implementation of the University Clinic. Throughout the development process, the system of comprehensive management in Colleges and universities Clinic business process to do a detailedinvestigation and research, and developed a set of specific solutions according to the actual needs of the students of the school to see a doctor, because the college students learn fast, and computer and Internet penetration rate also along with the social development, more and morecollegestudents accesstoinationthroughthenetwork of opportunity. Therefore, the comprehensive management of university clinic system designed in this paper, can not only let students can be very convenient to know the school infirmary doctor visits ination, will also greatly enhance the satisfaction degree of medical doctor students. The university clinic integrated management system designed in this thesis is mainly to meet the need of students convenient medical development, implementation of the system based on B/S mode, usingtheJavaEE andopenSSH architecture, MySqldatabasetechnology. The systemmainly includes the backstage management and front display function, wherein, the front to showstudents and doctors in two different user roles, students mainly is to the school hospital for treatment, and the doctor is mainly carried out visits according to the students medical ination; backgroundmanagement mainlyrealizesthe drugmanagement, role management,payment management and message board function. After detailed design and coding system, the system is a series of tests, the results show that the system can run normally, to achieve the expected goal of system design. The development of this system is the summary. KeywordKeyword Colleges and universities Clinicmanagement systemSSHJaveEE II 目录 第一章前言.1 1.1 课题背景及意义.1 1.2 课题研究内容.1 1.3 论文的组织结构.1 第二章 运用技术及开发工具介绍.3 2.1 JavaEE 技术简介3 2.2 SSH 架构简介5 2.3 B/S 模式的介绍及应用7 2.4 开发工具的选择.8 2.5 MySQL 数据库简介9 第三章 系统可行性分析与需求分析.11 3.1 系统可行性分析.11 3.2 系统需求分析.12 第四章 系统设计.17 4.1 系统功能模块设计.17 4.2 数据库设计.18 4.3 系统开发环境和运行环境.25 第五章 系统详细设计与实现.26 5.1 后台管理.26 5.2 前台实现.34 第六章 系统测试