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