资源描述:
《电子病例系统--论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业论文电子病例管理系统的设计与实现专业名称:班级:学生姓名:指导老师:完成时间:大学毕业论文摘要随着计算机的迅猛发展和普及,以及数据库技术的广泛应用,各企事业单位和商业机构逐渐实现了信息化管理,越来越多的医疗机构也逐渐步入了信息化系统化的进程。现代化的医院也应该有现代化的管理系统。在科技日益发达的今天,人们的身体健康也在不断受到重视。因此,医院进行现代化管理就变得尤为重要。在这个系统中我综合应用了SQLServer、Servlet、JSP等知识。网页界面的结构设计以实用性出发,具有易于操作、简洁、方便等特点。在设计中,首先,运用HTM
2、L语言对网站的静态页面进行精细的加工并且在网站的美工方面取得了良好的效果。其次,对于Java编程、JSP的动态编程以及SQLServer数据库进行努力学习和大量实践,并运用到了网站的建设中。本论文就电子病例管理系统进行了详细全面的论述。访问本系统的用户分为管理员、医生两种角色,每种角色分别有不同的功能模块。管理员可以管理科室、科室项目及医生等基本信息;医生可以管理病人病例及诊疗记录信息。关键字病历、管理系统、MySQL、MyEclipseII大学毕业论文AbstractWiththerapiddevelopmentofcomputera
3、ndthepopularization,andtheextensiveapplicationofdatabasetechnology,allenterprisesandinstitutionsandcommercialorganizationsgraduallyrealizedinformationizationmanagement,medicalinstitutionsmoreandmoreisalsograduallyintotheinformationsystemoftheprocess.Managementsystemshoul
4、dalsohavethemodernizationofhospital.Intoday'sincreasinglyadvancedtechnology,people'shealthhasalsobeenattention.Therefore,modernhospitalmanagementbecomesparticularlyimportant.InthissystemtheintegratedapplicationofSQLServer,Servlet,JSPknowledge.Structuredesignofwebpageinte
5、rfacetopracticality,hasthecharacteristicsofeasyoperation,simple,convenient.Inthedesign,firstofall,hasobtainedthegoodeffectofartusingthestaticpageHTMLlanguageonthewebsiteofthefineprocessingandinsite.Secondly,tolearnandpracticealotforthedynamicprogramming,JSPJavaprogrammin
6、gandSQLServerdatabase,andappliedtotheconstructionofthesite.Inthispaper,adetailedandcomprehensivediscussionontheelectroniccasemanagementsystem.Userstoaccessthesystemisdividedintotwokindsofrolesadministrator,doctor,eachrolehasdifferentfunctionmodulerespectively.Theadminist
7、ratorcanbasicinformationmanagementdepartment,departmentanddoctor;doctorcanmanagethepatientandthemedicalrecordinformationKeyWordsMedicalrecords,managementsystem,MySQL,MyEclipseII大学毕业论文目录摘要IAbstractII绪论11系统概述与技术介绍21.1B/S结构介绍21.2MySQL数据库21.3MyEclipse介绍21.4JavaScrip语言31.5JSP
8、技术31.6MVC模式52系统需求分析82.1开发环境82.2需求分析82.3可行性分析83系统概要设计103.1系统设计概述103.2系统用例图113.3系统流程图123.4系统功能分析134数据库设计与