大学生毕业论文设计-基于BS架构医院信息管理系统的设计与实现.doc
PAGE2
基于b/s架构医院信息管理系统的设计与实现
摘要
随着科学技术的不断发展与进步,利用计算机和网络通信技术为医院的人提供病人诊疗和管理信息的收集、存储、处理提取和数据交换提供技术支撑。建设数字化医院是医院管理信息系统发展的必然,也是医院现代化管理和高效运行的需要。
设计更加合理化的医院信息管理系统,对于相关角色的不同权限的控制,可以方便病人和医生之间的线上交流,提高了整个就诊的效率。而我的论文探索的方向就是医院信息管理系统开发与实现。本系统采用的是基于b/s结构比c/s有更好的适应范围,具有更加生动和丰富的表现方式与用户交流。以MySQL为数据库IDEA开发平台,论文主要介绍了医院挂号就诊到取药结账完成的一系列功能和后台管理等。
【关键词】IntelliJIDEA;MySQL;Tomcat;医院信息管理系统
Abstract
Withthecontinuousdevelopmentandprogressofscienceandtechnology,theuseofcomputerandnetworkcommunicationtechnologyprovidestechnicalsupportforthecollection,storage,processing,extractionanddataexchangeofpatientsdiagnosisandtreatmentandmanagementinformation.Theconstructionofdigitalhospitalisthenecessityofthedevelopmentofhospitalmanagementinformationsystem,andalsotheneedofmodernmanagementandefficientoperationofhospital.
Thedesignofamorereasonablehospitalinformationmanagementsystemcanfacilitatetheonlinecommunicationbetweenpatientsanddoctors,andimprovetheefficiencyofthewholetreatment.Thedirectionofmypaperisthedevelopmentandimplementationofhospitalinformationmanagementsystem.ThissystemisbasedonB/Sstructure,whichhasbetteradaptabilitythanC/s,andhasmorevividandrichwaystocommunicatewithusers.TakingMySQLasthedatabaseideadevelopmentplatform,thispapermainlyintroducesaseriesoffunctionsandbackgroundmanagementfromhospitalregistrationtomedicinecheckout.
【Keywords】JSP;MySQL;Tomcat7.0;IntelliJIDEA
目录
TOC\o1-4\h\u1.绪论 1
1.1目的和意义 1
1.2研究现状 1
2.开发工具及运行环境介绍 1
2.1MySQL 1
2.2IDEA 2
2.3TOMCAT 2
2.4Spring-Boot 2
2.5B/S架构 2
2.5.1Thymeleaf 3
2.5.2Ajax 3
2.5.3Jpa 3
2.5.4Shiro 3
2.6运行环境 3
3需求分析 4
3.1需求概述 4
3.2可行性分析 4
3.2.1系统的安全性分析 5
3.2.2经济可行性 5
3.2.3社会可行性 5
3.3功能模块需求分析 5
4.数据库分析与设计 7
4.2数据库的连接原理及实现 7
4.2.1数据库的连接原理 7
4.2.2数据库的连接的实现 7
5.系统主要功能模块的实现 11
5.1用户端功能模块的具体