资源描述:
《毕业设计(论文)医院门诊查询系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、医院门诊查询系统的设计与实现医院门诊查询系统的设计与实现总计:毕业论文56页表格1表插图11幅指导教师:赵欣评阅人:完成日期:2011年5月16日57医院门诊查询系统的设计与实现摘要通过对小型的医院门诊查询系统来演示如何将数据库、Serverlet、JSP整和在一起,从而实现一个信息收集、处理到查询的完整处理方案。此系统设计上采用三层结构、WebService技术,使之在选用平台、采用技术上具有先进性、前瞻性、扩充性,从而保证建成的系统具有良好的稳定性、可扩充性。系统设计按标准化、规范化,分层设计,构件化实现。采用软件构件化的开发方式,使系统结构分层,业务与实现分离,逻辑与数据分离;以统一
2、的服务接口规范为核心,使用开放标准。从功能上来说,系统是比较完备的,系统以Web界面与用户交互,为用户提供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对信息数据的浏览、查询、编辑和管理等基本数据库操作,采用了模块化设计方法,根据用户的需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,方便了程序的扩展与维护,同时建立了程序功能复用的基础。关键词:医院门诊查询系统;B/S结构;数据库57医院门诊查询系统的设计与实现ABSTRACTThroughthesmallhospitaloutpatientserviceinquiresthesystemtodemonst
3、ratehowtodatabase,Serverlet.JSPwholeandtogether,soastoachieveainformationcollection,processingtocompletesolutions.InquiryThedesignofthesystem,athree-layerstructure,WebServicetechnology,makeinselectingplatform,adoptingtechnologyhasadvanced,forward-looking,scalable,therebyensuringbuiltintothesystemh
4、asagoodstabilityandscalability.Thesystem’sdesign,accordingtothestandardization,layeringdesign,realizationofcomponents.Usingsoftwarecomponentsdevelopmentway,makethesystemstructure,businessandseparatedlayer,logicanddataapart;Inaunifiedserviceinterfacestandardasthecore,theuseofopenstandards.Forfromth
5、efunction,thesystemisrelativelycomplete,systemtoWebinterfaceandtheuserinteraction,toprovideuserswithinformationandacceptitsoperation,andatthesametimethroughadatabasemanagementsystemtostoreinformationdata.Systemrealizetheinformationdatatobrowse,search,editingandmanagementbasicdatabaseoperation,usin
6、gmodulardesignmethod,accordingtotheneedsoftheusersandtheapplicationandmaintenanceprogramofeachpartinusability,willbeamongdifferentmodules,convenientmaintenanceandexpansionoftheprograms,alsoestablishedtheprogramfunctionmultiplexingfoundation.Keywords:hospitaloutpatientserviceinquiresthesystem;B/Sst
7、ructure;database57医院门诊查询系统的设计与实现目录1.绪论11.1本文研究的背景、目的与意义11.1.1研究背景11.1.2研究目的11.1.3研究意义21.2本文的组织安排22.系统开发的理论依据与开发环境42.1系统开发的理论依据42.1.1数据库系统42.1.2规范化与范式42.1.3B/S结构与C/S结构52.1.4管理信息系统62.2系统开发环境82.2.1Mysql82.2.2JSP93.系