本科学生毕业设计公费医疗报销系统院系名称:专业班级:学生姓名:指导教师:李艳苹职称:讲师黑龙江工程学院二○一二年六月TheGraduationDesignforBachelor'sDegreePublicHealthReimbursementSystemCandidate:Specialty:Measurement&ControlTechnologyAndInstrumentationClass:Supervisor:Lecturer.LiYanpingHeilongjiangInstituteofTechnology2012-06·Harbin摘要此公费医疗报销系统平台采用B/S模式的构架,是一个综合的新型医院管理系统,它由用户管理模块、药品信息模块、医务人员管理模块和报销模块组成。由用户通过浏览器向服务器发出请求,服务器端首先对用户的身份进行验证,然后进入系统,根据用户所提交的请求进行对应的各项操作。这个系统在开发过程中,所用的编程语言是Java和Xml,并且用到了Spring、Hibernate框架和Dorado7插件。总体上来讲,这是一个三层结构的系统,实现了业务处理和数据库处理的分离,提高了系统的安全性和可扩展性。该系统在Windows环境下开发,选用Apache-Tomcat7.0作为服务器。通过该医疗报销管理系统,医院管理员可以方便的对医院医生信息和药品信息进行网络化管理,节省了时间,提高了效率。医院工作人员可以通过该系统对就医人员信息和花销进行录入,而就医人员同样可以通过该系统看到自己的各项花费信息和可申请报销的金额。关键词:Java;Xml;MySQL;管理系统;医疗报销;Dorado7ABSTRACTThePublicHealthReimbursementSystemplatformusesB/Smodelframework,whichisancomprehensiveandnew-typehospitalmanagementsystem.itconsistsofusermanagementmodule,druginformationmodule,medicalpersonnelmanagementmoduleandreimbursementmodule.Whenuserssendarequestthroughthebrowsertotheserver,theserverauthenticatesusers’identityfirstly,andthenentersthesystem,andmakesallkindsofcorrespondingoperationsaccordingtousers’request.Duringthedevelopmentprocessofthissystem,usingJavaandXmlastheprogramminglanguage,andtheSpring,HibernateframeworkandDorado7plug-inarealsoused.Ingeneral,thisisasystemofthreelayerstructures,havingachievedtheseparationofbusinessprocessinganddatabaseprocessingandimprovedthesecurityandscalabilityofthesystem.ThesystemisdevelopedunderWindowsenvironment,usingApache-Tomcat7.0astheserver.ThroughthePublicHealthReimbursementSystem,hospitaladministratorscanmanagethedoctors’anddrugs’informationeasilywithnetworkmanagementapproach,thussavingtimeandimprovingefficiency.Hospitalstaffcaninputpatients’informationandtheirexpendingsthroughthesystemofmedicalcare,meanwhile,patienscanalsohaveaccesstotheirallexpendinginformationandmoneywhichcanapplyforreimbursementthroughthissystem.Keywords:Java;Xml;MySQL;Managementsystem;Medicalreimbursement;Dorado7目录摘要………………………………………………………………………………………….Error:ReferencesourcenotfoundAbstract……………………………………………………………………………………Error:Referencesourcenotfound第1章引言……………………………………………………………………………….11.1概述………………………………………………………………………………11.2本课题的背景……………………………………………………………………...21.3本课题的意义…………………………………………………....………………...21.4本设计的主要内容………………………………………………………………...2第2章开发模式与框架介绍………………………………………………………….42.1MVC架构模式和设计思想………………………………………………………..42.2框架基本功能特点………………………………………………………………...52.2.1Dorado7展现中间件………………………………………………………..52.2.2Hibernate对象关系映射…………………………………………………….62.2.3Spring事物管...