社区医院信息平台

摘要

随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了社区医院信息平台的开发全过程。通过分析社区医院信息平台管理的不足,创建了一个计算机管理社区医院信息平台的方案。文章介绍了社区医院信息平台的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。

本社区医院信息平台有管理员,患者,护士,医生,药品管理员共五个角色。管理员可以管理个人中心,患者管理,护士管理,医生管理,药品管理员管理。护士可以管理个人中心,患者管理,待检查列表管理,检查结果管理,注射列表管理,完成注射列表管理,注射取药列表管理。医生主要对患者进行检查和诊断。药品管理员关注个人中心,诊断信息管理,注射信息,药品信息,药品进价取药列表,注射列表,药费结算。因而具有一定的实用性。

本站是一个B/S模式系统,采用Spring Boot框架,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得社区医院信息平台管理工作系统化、规范化。本系统的使用使管理人员从繁重的工作中解脱出来,实现无纸化办公,能够有效的提高社区医院信息平台管理效率。


关键词:社区医院信息平台;Spring Boot框架;MYSQL数据库


 


Abstract

With the deepening and extensive application of information technology in management, the implementation of management information systems has gradually matured in technology. This article introduces the whole process of the development of the community hospital information platform. By analyzing the deficiencies in the management of the community hospital information platform, a program for computer management of the community hospital information platform was created. The article introduces the system analysis part of the community hospital information platform, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.

This community hospital information platform has five roles: administrator, patient, nurse, doctor, and drug administrator. The administrator can manage personal center, patient management, nurse management, doctor management, and drug administrator management. Nurses can manage personal center, patient management, waiting list management, examination result management, injection list management, complete injection list management, injection and withdrawal list management. Doctors mainly examine and diagnose patients. The drug administrator pays attention to the personal center, diagnosis information management, injection information, drug information, drug purchase price list, injection list, and drug fee settlement. So it has a certain practicability.

This site is a B/S model system, using Spring Boot framework, MYSQL database design and development, fully guarantee the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of community hospital information platform systematized and standardized. The use of this system frees managers from heavy work, realizes paperless office, and can effectively improve the management efficiency of community hospital information platform.

Keywords: Community hospital information platform; Spring Boot framework; MYSQL database







目录

1系统概述 1

1.1 研究背景 1

1.2研究目的 1

1.3系统设计思想 1

2相关技术 2

2.1 MYSQL数据库 2

2.2 B/S结构 3

2.3 Spring Boot框架简介 4

3系统分析 4

3.1可行性分析 4

3.1.1技术可行性 4

3.1.2经济可行性 5

3.1.3操作可行性 5

3.2系统性能分析 5

3.2.1 系统安全性 5

3.2.2 数据完整性 6

3.3系统界面分析 6

3.4系统流程和逻辑 7

4系统概要设计 8

4.1概述 8

4.2系统结构 9

4.3.数据库设计 9

4.3.1数据库实体 9

4.3.2数据库设计表 11

5系统详细实现 17

5.1 患者信息管理 17

5.2 护士信息管理 17

5.3 医生信息管理 18

5.4 药品管理员管理 18

5.5 患者添加 19

5.6 安排检查 20

5.7 完成注射列表 20

6系统测试 21

6.1概念和意义 21

6.2特性 21

6.3重要性 22

6.4测试方法 22

6.5 功能测试 23

6.6可用性测试 23

6.7性能测试 23

6.8测试分析 24

6.9测试结果分析 24

结论 24

致谢语 25

参考文献 25


软件测试在软件生命周期中占据重要的地位,在传统的瀑布模型中,软件测试学仅处于运行维护阶段之前,是软件产品交付用户使用之前保证软件质量的重要手段。近来,软件工程界趋向于一种新的观点,即认为软件生命周期每一阶段中都应包含测试,从而检验本阶段的成果是否接近预期的目标,尽可能早的发现错误并加以修正,如果不在早期阶段进行测试,错误的延时扩散常常会导致最后成品测试的巨大困难。


社区医院信息平台-计算机毕业设计源码+LW文档_信息管理

社区医院信息平台-计算机毕业设计源码+LW文档_数据库设计_02

社区医院信息平台-计算机毕业设计源码+LW文档_ci_03

社区医院信息平台-计算机毕业设计源码+LW文档_数据库设计_04