Skip to content

Smart Contract Creation for an online blockchain based counselling platform.

Notifications You must be signed in to change notification settings

shibanka/counseling-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Counseling Session Smart Contract

image

This smart contract, written in Solidity, is designed to manage counseling sessions. It handles patient and counselor registrations and allows patients to update their data, which can be accessed by authorized counselors.

Vision The CounselingSession smart contract aims to provide a secure, decentralized platform for managing counseling sessions, ensuring that patient data is accessible only to authorized counselors. The platform is designed to protect patient privacy while allowing counselors to provide informed and effective care.

Features Owner Management:

The contract owner has exclusive rights to register patients and counselors. Patient Data Management:

Patients can securely update their personal data. Counselors can access the data of registered patients for counseling purposes. Event Logging:

Emission of events when patient data is updated, allowing for easy tracking and logging. Access Control:

Strong access control mechanisms ensure that only authorized users can perform specific actions (e.g., updating or viewing patient data).

Contract Details State Variables owner: The address of the contract owner. patients: A mapping to track registered patients. counselors: A mapping to track registered counselors. patientData: A mapping to store data for each patient. Events PatientDataUpdated: Emitted when a patient's data is updated. Functions constructor(): Initializes the contract by setting the deployer as the owner.

setPatientData(string memory _patientData): Allows a registered patient to update their data. Emits the PatientDataUpdated event.

getCounselorData(address _patient): Allows a registered counselor to retrieve a patient's data.

addPatient(address _patient): Allows the owner to register a new patient.

addCounselor(address _counselor): Allows the owner to register a new counselor.

Usage Deploy the Contract:

The contract deployer becomes the owner. Register Patients:

The owner can call addPatient to register a new patient. Register Counselors:

The owner can call addCounselor to register a new counselor. Update Patient Data:

Registered patients can call setPatientData to update their personal data. Access Patient Data:

Registered counselors can call getCounselorData to access patient data. Security Considerations Only the owner can register patients and counselors. Only registered patients can update their data. Only registered counselors can access patient data. Contact Details For further information, support, or inquiries, please contact the contract owners:

Name: Shibanka Dey

Email: [email protected]

Phone: 7005116071

Contract Address- 0x6d897563d978dda8a1cdaa8f7f7150c5698a3399

Screenshot 2024-08-23 161748

About

Smart Contract Creation for an online blockchain based counselling platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published