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
Finally if you want to view the entire consultation record store then you can call get_consultation
For more info
If you know how to code, we welcome you to send fixes and new features, but in order to be efficient we ask you to follow the following procedure.