社区医院管理系统
本科生毕业论文(设计) 题目:基于JSP的社区医院门诊管理系统 学 院 计算机学院 学科门类 工科 专 业 计算机软件 学 号 姓 名 张亮 指导教师 王群芳 2023 年 5 月 20 日 摘 要 2023年,随着计算机行业的快速发展,将计算机和互联网引入医院管理是必要的,它不仅简化了管理的复杂性,还减少了信息的解决量,保证了医院工作的有序性,有效的管理也可以提高医院的名誉。本次设计采用JSP语言作为重要的开发语言,设计并实现对社区医院的门诊管理系统。 本系统具有管理员模块、药品管理员模块、医生模块、前台模块和患者模块共五个模块,它们共同的作用实现了患者的预约挂号、挂号、医生门诊信息查询;医生的处方添加,药品查询等。管理员的对这些用户信息编辑、删除等;药品管理员对药品入库,添加新型药品等。本系统是基于B/S模式采用Eclipse和SQL Server 2023数据库作为重要的开发工具,用户通过浏览器使用系统。本文一方面介绍了系统开发意义和使用到的开发工具和技术,然后进行需求分析和系统设计以及系统测试,论文的最后是结论、致谢以及参考文献,并附录几个重要模块的代码。 关键词:社区医院门诊管理系统;B/S模式;JSP;SQL Server 2023 Abstract By 2023, with the rapid development of the computer industry, computer and the Internet into the hospital management is necessary. It not only simplifies the management complexity, also reduce the amount of ination processing, to ensure the orderly hospital, effective management can improve the hospital s reputation. This design uses the JSP language as the main language of development, designs and realizes to the community hospital outpatient management system. The system contains the administrator module, the drug administrator module, the doctor module, foreground and patient modules consists of five modules, their common role of the appointment with registration, registration, doctor patient ination; add a doctor s prescription, drugs such as. The administrator of the ination on these users edit, delete, etc.; drug administrators on the storage, add new drugs, etc This system is based on the B/S model using Eclipse as the main development tool, the user through the browser use system. In this paper, we first introduce the significance of system development and use of the development tools and technologies, and then demand analysis and system design and system test, the last is conclusion, thank and references, and appendix of several important modules of code. Keywords: CHOMS; B/S mode; JSP; SQL Server 2023 目 录 摘 要I AbstractII 1.绪 论1 1.1 项目开发背景1 1.2开发工具与相关技术介绍1 1.2.1开发工具1 1.2.2 B/S结构3 1.2.3 JSP3 1.3 系统环境配置3 1.4 论文组织结构4 2.系统分析5 2.1需求分析5 2.1.1管理员所需的使用功能5 2.1.2前台所需的使用功能5 2.1.3医生所需的使用功能5 2.1.4药品管理员所需的使用功能6 2.1.5患者用户所需的使用功能6 2.2系统总体分析6 2.3可行性分析6 2.3.1 技术上可行性7 2.3.2 经济上可行性7 2.3.3操作上可行性。7 3.系统设计8 3.1系统功能描述8 3.2系统功能模块设计8 3.2.1登录模块8 3.2.2管理员模块8 3.2.3病人挂号模块9 3.2.4患者结账管理模块9 3.2.5 医生处方模块10 3.2.6药品管理模块10 3.2.7其它功能模块11 3.2.8整个系统的功能模块图12 3.3数据库设计12 3.3.1建立数据库的方法12 3.3.2 E-R图13 3.3.3建立数据表15 3.4系统安全性设计19 3.4.1数据库的完整性19 3.4.2数据库的安全性19 3.4.3系统安全性19 4.具体设计与实现20 4.1用户登录验证模块20 4.2管理员模块20 4.3患者挂号模块21 4.3.1前台主界面21 4.3.2网上预约挂号界面21 4.3.3前台挂号界面22 4.3.4病人结账出院主界面22 4.4患者就诊信息管理模块23 4.4.1医生主界面23 4.4.2医生查看挂号界面23 4.4.3医生诊断病人主界面24 4.5 药品管理员模块24 4.5.1 药品管理员主界面24 4.5.2 添加新药品界面24 4.6其它功能模块25 5.系统测试26 5.1登陆模块测试26 5.2添加用户信息测试26 5.3患者挂号模块测试27 5.4患者结账模块测试28