MyLikita-Health / mylikita-rust-smart-contract

An open source smart contract for storing patient medical records built with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mylikita Implements Blockchain Using The NEAR Protocol, patient consultation history was stored in NEAR Protocol, medical records are confidential that is why we use unique encryption algorithms before storing the data.

Let's get started on how we do it.

First, we creat function set_consultation,The function accept some parameters, parameters like consultation_notes,treatmentPlan,dressing_request,nursing_request we use unique encryption algorithms to encrypt the data. Note: parameters like consultation_notes,treatmentPlan are required.

Once the function, "set_consultation" is called and appropriate parameters are passed, the function will store the record onto the blockchain.

Example: set_consultation({"payload": { id: '.....', patient_id: '1-7', user_id: '5', consultation_notes: '......', treatment_plan: '....', decision: 'out-patient', dressing_request: '...', nursing_request: '...', nursing_request_status: 'pending', facility_id: null, created_at: '2022-10-05', treatment_plan_status: 'pending', treated_by: "..", }})

Therefore, one's get_consultation function is call it would return

'login page'

Finally if you want to view the entire consultation record store then you can call get_consultation

'login page'

For more info

https://mylikita.clinic/

https://mylikitahealth.medium.com/mylikita-receives-a-10-000-grant-from-the-near-foundation-3db18e928e15

https://mylikitahealth.medium.com/how-mylikita-implements-blockchain-using-the-near-protocol-a1a84bb06329

About

An open source smart contract for storing patient medical records built with Rust


Languages

Language:Rust 98.4%Language:Shell 1.6%