I中小医院住院管理系统的设计与实现摘要本文围绕中小医院住院管理系统的实现过程展开了系统的论说,起先讲解了该系统的发展状况,其次详细阐述了系统的需求分析、概要设计、总体设计、数据库设计及功能实现等,最后对系统进行测试与运行并作出总结与展望。该系统基于浏览器/服务器(B/S)结构,采用Java编程框架和Mysql数据库来划分了住院诊治管理模块和药品管理模块等。使每个角色都实现了对应的功能,界面简洁友好,功能简易操作,提高了医护人员的工作质量和医院的经济效益。该论文有图21幅,表6个,参考文献20篇。关键词:医院住院管理系统浏览器/服务器JavaMysqlIITheDesignandImplementationofHospitalizationManagementSysteminSmallandMediumSizedHospitalsAbstractThispapersystematicallydiscussesthedesignandimplementationprocessofhospitalmanagementsystem.Firstly,thepaperbriefsontheresearchstatusofthesystem;secondlyitprovidesadetailedinformationoftherequirementsanalysisofthesystem,theoutlinedesign,thedetaileddesign,thedatabasedesignaswellastheimplementationofthesystem.Lastbutnotleast,operationofthesystemistestedandtheworkofthispaperisconcluded.Thissystemisbasedonbrowser/server(B/S)structure,usingJavaprogrammingframeworkandMySQLdatabaseservertoachievehospitaldiagnoseandtreatmentmanagementmodule,theuserinformationmanagementmodule,wardmanagementmodule,andmedicinemanagementmodule,enablingeachmembertoachievethecorrespondingfunctions.Thissystemhasasimpleandfriendlyinterfaceandeasy-to-operatefunctions,thuslargelyimprovetheworkqualityofhospitalstaffandtheeconomicefficiencyofhospitals.KeyWords:hospitalizationmanagementsystembrowser/server(B/S)javaMySQLIII目录摘要..............................................................................................................................IAbstract........................................................................................................................II目录...........................................................................................................................III图清单...........................................................................................................................V表清单.........................................................................................................................VI1绪论.............................................................................................................................11.1系统开发的背景与意义...................................................................................11.2系统设计的目的...............................................................................................21.3国内外研究现状及发展趋势...........................................................................21.4本文章节结构...................................................................................................32系统环境及开发工具的介绍.....................................................................................42.1系统结构简介...................................................................................................42.2系统开发技术和工具简介...............................................................................42.3系统运行环境...................................................................................................52.4本章小结...........................................................................................................53系统需求分析........