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