摘 要
传统的医疗废弃物管理方式通常依赖人工操作,流程繁琐,而且医疗废弃物的分类、暂存和处理过程中也存在极大的安全隐患,可能导致环境污染和资源浪费,影响生态环境和公共健康。本文设计开发的一款医疗废弃物管理系统,主要的目的是提高医疗机构废弃物处理的效率和安全性。系统功能包括科室信息、机构信息、医院信息、收集信息、运输信息、接收信息、处理信息、完成订单管理。
本课题主要是通过对系统前端以及后端管理系统进行功能需求分析,对系统的安全性和可扩展性进行了非功能性需求分析。在详细的需求分析的基础上,系统设计使用Springboot框架,采用基于MVVM模式进行开发,使用Eclipse为编写工具,数据方面主要采用的是微软的MySQL关系型数据库来作为数据存储媒介等完成系统的开发。
关键字:医疗废弃物管理、收集信息、Springboot框架
The traditional management of medical waste usually relies on manual operations, with cumbersome processes. Moreover, there are significant safety hazards in the classification, temporary storage, and disposal of medical waste, which may lead to environmental pollution and resource waste, affecting the ecological environment and public health. The main purpose of designing and developing a medical waste management system in this article is to improve the efficiency and safety of waste disposal in medical institutions. The system functions include department information, institutional information, hospital information, collection information, transportation information, receiving information, processing information, and completing order management.
This project mainly conducts functional requirement analysis on the front-end and back-end management systems of the system, and conducts non functional requirement analysis on the security and scalability of the system. On the basis of detailed requirements analysis, the system design uses the Springboot framework and MVVM pattern for development. Eclipse is used as the writing tool, and Microsoft’s MySQL relational database is mainly used as the data storage medium to complete the system development.
Keywords:Medical waste management, information collection, Springboot framework
目录
摘 要 1
一、绪论 1
1.1研究背景 1
1.2研究意义 2
二、开发技术 4
三、系统分析 7
四、系统设计 12
4.1系统功能设计 12
4.2数据库结构设计 13
4.2.1E-R图设计 14
4.2.2数据库表设计 18
五、系统实现 19
5.1管理员端功能介绍 19
5.2医院用户端功能介绍 23
5.3收集用户端功能介绍 25
5.4运输用户端功能介绍 26
5.5机构用户端功能介绍 28
5.6处理用户端功能介绍 29
六、系统模块测试 31
七、总结 32
参考文献 33
致谢 34
一、绪论
1.1研究背景
医疗废弃物是指在医疗机构和相关单位产生的具有传染性、有毒性和危险性的废弃物,当前,我国医疗废弃物管理存在一些问题,如废弃物分类不明确、处理方式不规范、安全意识薄弱等问题,在传统管理方式下,医疗废弃物的分类、暂存和处理过程中存在安全隐患,可能导致废物泄漏、污染和意外伤害。随着医疗废弃物数量的增加和种类的多样化,传统的管理模式已无法满足日益增长的管理需求,因此,研究开发一种先进的医疗废弃物管理系统势在必行,用以应对医疗废弃物管理面临的挑战,促进医疗废弃物管理工作的规范化、智能化和可持续发展。