欢迎来到天天文库
浏览记录
ID:36032624
大小:1.82 MB
页数:65页
时间:2019-05-01
《电子病历管理系统的设计秦武华》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、word完美格式本科毕业设计(论文)题目名称:医院电子病历系统的设计专业年级:计算机科学与技术(工)10级学生姓名:秦武华班级学号:1班17号指导教师:孙海二○一四年六月六日精心整理学习帮手word完美格式摘要本文介绍了一个基于B/S结构开发的电子病历管理系统,该系统能够实现计算机对病历的录入和管理,采用了面向对象的分析方法和设计思想,使用JavaWeb技术实现系统的功能。开发工具采用MyEclipse2013和Tomcat6.0,后台选用Oracle数据库,比较完整的实现了一个电子病历管理系统所具备的功能。该系统采用MVC模式开发,首先从用户界面中获取数据,然后通过逻辑请求调用
2、实体类、业务类以及DAO类中相关的业务方法来进行数据处理,最后将数据返回给用户界面层。用户界面层在该系统中以JSP和HTML来予以实现,用户可以在界面上进行相应的输入输出操作;实体类、业务类和DAO类组成系统的模型层,该层主要负责实现用户的业务需求;而所有的控制器在该系统中以Servlet来予以实现。整个系统分为医务人员和管理员两大模块,医务人员模块实现了对病人和病历的相关管理功能;管理员模块实现了对医生、科室和密码的相关管理功能。关键词:JavaWeb;MVC;Tomcat6.0;Oracle;电子病历精心整理学习帮手word完美格式AbstractThispaperintro
3、ducesaelectronicmedicalrecordmanagementsystembasedonB/Sstructure,thesystemcanrealizetheinputandmanagementofmedicalrecordbycomputer,theanalysismethodandobjectorienteddesign,usingtechnologyofJavaWebtorealizethefunctionofsystem.UsingMyEclipse2013andTomcat6.0asthedevelopmenttools,andchoosingtheOr
4、acledatabaseasthe backstage,thefunctionofelectronicmedicalrecordsmanagementsystemcanberealized.ThesystemadoptsMVCmodeldevelopment,firstgetthedatafromtheuserinterface,andthenthroughthelogicalrequestcallentityclass,businessclassandtheDAOclassrelatedbusinessmethodsfordataprocessing,thedataisretu
5、rnedtotheuserinterfacelayer.UsingtheJSPandHTMLastheUserinterfacelayer inthesystem,theinterfaceforinputandoutputoperationcanbeusedbyusers;theentityclass,businessclassandtheDAOclassarecollectivelyreferredtoasthesystem'smodellayer,thelayerismainlyresponsiblefortheimplementationofthebusinessneeds
6、ofusers;andallthecontrollerinthesystemwithServlettorealize.Thewholesystemisdividedintomedicalpersonnelmoduleandadministratormoduletwobigmodules,medicalpersonnelmoduleforthepatientandthemedicalrecordmanagementfunction;administratormoduleforthedoctors,departmentsandpasswordmanagementfunctions.K
7、eywords:JavaWeb; MVC; Tomcat6.0; Oracle; medicalrecord精心整理学习帮手word完美格式目录摘要IABSTRACTII目录I第1章绪论11.1选题背景11.2选题目的11.3选题意义21.4课题应解决的主要问题21.5指导思想21.6国内外动态4第2章方案论证52.1系统可行性分析52.1.1经济可行性分析52.1.2技术可行性分析52.1.3法律可行性62.1.4运行、操作可行性分析62.2方案分析62.2.1方案分类62.2
此文档下载收益归作者所有