Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMR tutorial video introduction #1810

Open
wants to merge 10 commits into
base: release-3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions 3.x/zh_CN/docs/articles/7_practice/emr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## 区块链+管理系统实战教程视频——基于区块链的健康档案管理系统

> 作者:王一晨 | B站:饼饼喜欢小甜饼

### 前言
承蒙官方大大不弃,实在是在各位大佬面前班门弄斧了(抱拳)
本项目仅为本科课程设计水平,旨在以最简单的方式将区块链技术应用于管理系统,~~为烂大街的管理系统增添亮点~~。本人代码水平有限,制作教程视频的初衷是给自己整理思路,因此纯新手纯小白向,可以作为区块链入门的参考。

### 教程视频链接
[https://www.bilibili.com/video/BV1Hk4y1Q78G](https://www.bilibili.com/video/BV1Hk4y1Q78G)

> 目前尚未完结,处于佛系随缘更新状态。P1是项目展示,前半部分主要是springboot+vue项目搭建,后半部分主要是区块链的部署调用,可按需食用!

> 教程并不完美,我也在和大家的交流中不断更新完善!欢迎B站评论区or私信交流讨论~

### 项目简介
电子健康档案在医疗健康行业中发挥着重要作用,确保数据的安全性、保密性和完整性至关重要。然而,目前的电子健康档案大多集中存储在医院的数据库中,导致数据共享与隐私保护难以兼顾。区块链技术因其不可篡改和安全可信的特性,可以有效解决医疗数据存储中的问题。

本项目尝试将区块链技术与电子健康档案系统相结合,设计并开发了一个基于区块链的健康档案管理系统,模拟了真实医疗场景下电子健康档案从新建到共享的全过程,主要功能集中在利用区块链技术解决隐私数据的存储和共享问题。

为了加强隐私保护,本系统还**使用RSA非对称加密算法实现了加密和授权功能**,确保患者对自身档案的自主访问权限,只有获得档案所有者的授权才能查看档案的全部内容。

### 技术栈
- **区块链平台**:FISCO BCOS & WEBASE
- **后端框架**:SpringBoot
- **前端框架**:Vue
- **数据库**:MySQL

### 部分界面展示
#### 患者端界面
![img](https://github.com/biiiiing/FISCO-BCOS-DOC/blob/release-3/3.x/zh_CN/images/articles/EMR%20tutorial%20video%20introduction/1.png)

#### 医生端界面
![img](https://github.com/biiiiing/FISCO-BCOS-DOC/blob/release-3/3.x/zh_CN/images/articles/EMR%20tutorial%20video%20introduction/2.png)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

images for EMR tutorial video introduction