分类号:TP391学号:1215240327学号:12345678910本科毕业论文医院住院管理信息系统设计与实现Designandimplementationofhospitalmanagementinformationsystem姓名:张楚笛专业:计算机科学与技术指导教师姓名:于繁华指导教师职称:副教授2016年3月长春师范大学本科毕业论文摘要随着网络技术的发展和普及,计算机管理信息系统在企业管理中扮演着重要的角色。高效率、无差错的医院住院管理系统的开发适应了时代的需要。该系统的主要目的是告别手工操作、安全快捷的保存数据信息、节约时间、从而提高快速和准确性。医院住院管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端程序的开发两个方面。为了更好的满足医护人员用户的需求,系统包括如下功能模块:出入院管理、病人管理、病房管理、系统用户管理模块每个模块都有其独自的功能,以达到更好的服务于用户。系统采用B/S结构,用当前最流行的JSP+SERVLETWEB开发技术开发,系统架构采用MVC模式,分层架构,其中持久层采用当前流行的持久层框架Hibernate来实现。数据库采用MySQL小型数据库,小巧方便使用。为了方便编码的过程,系统引入日志使用Log4j来记录程序运行日志,以方便程序调试和查看程序运行信息。关键词:医院住院管理系统B/SJAVAWEB开发技术HIBERNATELog4jI长春师范大学本科毕业论文Abstract(注:第一个英文字母用大写,其余的字母用小写,用小三TimesNewRoman字体)Withthedevelopmentandpopularizationofnetworktechnology,computermanagementinformationsysteminenterprisemanagementplaysanimportantrole.Efficient,error-freehospitalmanagementsystemdevelopmenttoadapttotheneedsofthetimes,thesystem'smainpurposeistobidfarewelltomanualoperation,thepreservationofsafeandefficientdata,savingtime,therebyenhancingthespeedandaccuracy.HospitalManagementSystemisatypicalmanagementinformationsystem(MIS),whichmainlyincludestheestablishmentandmaintenanceofback-enddatabaseandfrontenddevelopmentofthetwo.Inordertobettermeetthemedicalneedsofusers,thesystemincludesthefollowingfunctionalmodules:thehospitalmanagement,patientmanagement,wardmanagement,systemusermanagementmodule,eachmodulehasitsownfeaturestoachievebetterserviceUsers.SystemusestheB/Sstructure,withthemostpopularJSP+SERVLETWEBdevelopmentoftechnologydevelopment,systemarchitectureusingMVCmodel,layeredarchitecture,whichusesthepopularpersistenceframeworkHibernatetoachievepersistencelayer.MySQLdatabaseisasmalldatabaseandcompacteasytouse.Inordertofacilitatetheprocessofencoding,thesystemintroducedlogtorecordtheprogramrunswithLog4jloggingtofacilitatedebuggingandviewruninformation.Keywords:HospitalmanagementsystemB/SJAVAWEBdevelopmenttechnologyHIBERNATELog4j1长春师范大学本科毕业论文目录摘要..................................................................IAbstract................................................................1第一章绪论..........................................................31.1设计目的.........................................................31.2系统功能............................................................51.3系统环境............................................................5第二章医院住院信息管理系统需求分析.....................................62.1系统的目标需求......................................................62.2医院住院组织流程....................................................62.3医院住院业务流程....................................................72.3.1病人入院流程..............................................92.3.2病人出院流程.............................................102.3.3医生业务流程...........................................