D-Med

所属分类:IPFS
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2021-12-06 11:29:11
上 传 者sh-1993
说明:  D-Med是一种基于以太坊网络和IPFS技术的电子病历共享系统(EMR)的去中心化解决方案。,
(D-Med is a decentralized solution for Electronic Medical Records sharing systems (EMR) based on Ethereum network and IPFS technology.,)

文件列表:
build/ (0, 2021-12-06)
build/android-chrome-192x192.png (16771, 2021-12-06)
build/android-chrome-512x512.png (30943, 2021-12-06)
build/apple-touch-icon.png (15144, 2021-12-06)
build/asset-manifest.json (1301, 2021-12-06)
build/favicon-16x16.png (796, 2021-12-06)
build/favicon-32x32.png (1880, 2021-12-06)
build/favicon.ico (15406, 2021-12-06)
build/index.html (2409, 2021-12-06)
build/manifest.json (492, 2021-12-06)
build/robots.txt (67, 2021-12-06)
build/site.webmanifest (263, 2021-12-06)
build/static/ (0, 2021-12-06)
build/static/css/ (0, 2021-12-06)
build/static/css/2.383c0125.chunk.css (164671, 2021-12-06)
build/static/css/2.383c0125.chunk.css.map (445804, 2021-12-06)
build/static/css/main.f9a5de81.chunk.css (12506, 2021-12-06)
build/static/css/main.f9a5de81.chunk.css.map (49912, 2021-12-06)
build/static/js/ (0, 2021-12-06)
build/static/js/2.01f21308.chunk.js (2918983, 2021-12-06)
build/static/js/2.01f21308.chunk.js.LICENSE.txt (2336, 2021-12-06)
build/static/js/2.01f21308.chunk.js.map (7241763, 2021-12-06)
build/static/js/main.4a3add74.chunk.js (640444, 2021-12-06)
build/static/js/main.4a3add74.chunk.js.map (152545, 2021-12-06)
3d2d6b61.js (1559, 2021-12-06)
3d2d6b61.js.map (8269, 2021-12-06)
build/static/media/ (0, 2021-12-06)
build/static/media/centralized.9528ca96.jpg (91819, 2021-12-06)
build/static/media/dencetralized.cf8ce6e7.jpg (90093, 2021-12-06)
contracts/ (0, 2021-12-06)
contracts/DMed.sol (14355, 2021-12-06)
contracts/Migrations.sol (465, 2021-12-06)
contracts/Ownable.sol (1480, 2021-12-06)
migrations/ (0, 2021-12-06)
migrations/1637261684_d_med.js (108, 2021-12-06)
migrations/1_initial_migration.js (126, 2021-12-06)
package-lock.json (2141790, 2021-12-06)
package.json (1280, 2021-12-06)
... ...

D-Med

View Demo

Table of Contents

  1. About The Project
  2. The Problem
  3. The Solution
  4. How Does it Work?
  5. How to Use?
  6. Getting Started
  7. Made By
## About The Project D-Med is a decentralized solution for Electronic Medical Records sharing systems (EMR). It uses Ethereum network and IPFS technology at its core, giving you complete control of your data. Only authorized people and registerd Medical Institues can acces your records. Why Choose D-Med: - The entire system of D-Med is based on blockchain technology. Hence it is practically un hackable - There is no actual person behind the organization. It is a smart contract, making it transparent to the public - All the media is stored on InterPlanetary File System (IPFS) network. Making it completely safe and private. ### Built With - [Ethereum](https://ethereum.org/en/) - [Solidity](https://soliditylang.org/) - [Truffle](https://trufflesuite.com/) - [React.js](https://reactjs.org/) - [Bootstrap](https://getbootstrap.com) ## The Problem An electronic health record is defined as an electronic version of a medical history of the patient as kept by the health care provider. But it consists of some major security and privacy flaws. - **Potential Cybersecurity Issues** : The data of the patients lies on a centralized database, which are prone to Denial of Service (DoS) attacks and single point of failure - **Privacy of Patients** : If the database ever gets hacked. The data of the Patients can get leaked into the world which is unethical. Centralized systems are vulnerable to privacy attacks as well. - **Inaccurate Data** If an EMR is not updated immediately, as soon as new information is known, such as after test results come in, anyone viewing that EMR could receive incorrect. This could lead to errors in diagnosis and treatment. - **Time and Money** It also takes time to demo EHR products and negotiate with EHR system vendors to choose and implement the right system for your practice. ## The Solution D-Med provides a decentralized easy to use Electronic Medical Record system(EMR). It is a free to use web application providing a feature rich as well as interactive UI making it easy to use. - **Minimal Security Risks** As previously mentioned. We use Ethereum Network for our computation making it very safe and secure. There cannot be a single point of failure. - **Complete Privacy** The application used IPFS technology for storage of patient's data. Every patient can control who can access their data. Only registerd Organizations and verified Medical Institute can access your data. - **Verifies Admins** For a Medical Institute to participate in this shared system, it need to be verified by one of the admins. Same goes for the Organizations. They require proper medical and identity license to be succesfully registerd. - **Non Profit** D-Med is a free to use, non profit system. One does not need to buy this software. It is available for everyone. There are some public open feautes which can be accessed by anyone, be it admin, owner or someone visiting the website for he first time. All that is required is a crypto wallet. ## How Does It Work The application offers a variety of services. Some of them open for the public to see and test out themselves. The main flow of the application goes as follows. - There is one owner of the smart contract of the application who's ownership is transferable. - The owner can add or remove new Admins. The owner itself is an admin. - Only an admin can register new Hospitals in the network, as well as other Organization that want to view the user data - For registration in the network the hospital as well as organization must have a license. - The license will be uploaded to IPFS as a proof. - Every time a new medical record needs to be added, the hospital fills in all the details for the record and adds it under the id of the patient. If the patient does not exit, the hospital also adds new Patient to the network. - Each paitent must have a unique ID number so we decided to use Aadhar Number of the person as ID. - Only registered Hospital, Organizations and the patient himself is able to see it's records. - If any registered hospital wants to fetch the details of a patient or his medical record, it can do so. But if any organization wants to do the same, it must take an authority by the patient. - Each patient can grant as well as revoke authorization to some address or Organization address. ## How To Use 1. Make sure you have your Meta Mask crypto wallet installed 2. If you do not have Mata Mask head over to [Meta Mask](https://metamask.io/) and follow the instruction. 3. After you have setup your crypto wallet, now you need to have some test Ether. visit [Ether Faucet](https://faucet.ropsten.be/) and enter your account address to recieve test ether. 4. After you have recieved Test Ether in your account, you are all setup to use D-Med. 5. On your network tab on the top right corner of meta mask, select Ropsten Test Net. 6. You are all setup to use D-Med. Head over to the public dashboard in the application to connect to the blockchain using your Meta Mask wallet and try out the various features. (HINT : Try Hospital ID 1 to 4 to get their details) **( IF YOU WANT TO GET THE ROLE OF ADMIN, HOSPITAL OR ORGANIZATION TO EXPLORE MORE ABOUT D-MED CONTACT ME AT priyam27.anand@gmail.com AND DON'T FORGET TO SEND YOUR ETHEREUM ADDRESS )** ## Getting Started _To download the source code and on your machine and get it up and running, follow the given steps_ 1. Clone the repo ```sh git clone https://github.com/priyam-anand/D-Med.git ``` 2. Install NPM packages ```sh npm install ``` 3. Run the Application ```sh npm start ``` 4. Build for production ```sh npm run build ``` ## Made By

Priyam Anand


近期下载者

相关文件


收藏者