Skip to content

Blockchain for Medical Data Access and Permission Management

Notifications You must be signed in to change notification settings

josephv7/MediDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediDocs

Web App Flow

Regulator Login

  • Regulator will be already setup in blockchain
  • Login as regulator using regulator id and passowrd
  • List hospitals and doctor in web portal
  • Add new hospital - api not tested
  • [] Add new doctor - async error, charcater count error in api
  • Ban doctor
  • Ban hospital

Hospital Login

  • Hospital will be added by the regulator
  • Login using hospital id and password
  • Option to add doctos
  • List all doctors in hospital -- query created not tested, added new field to doctor
  • Ban doctor

Doctor Login

  • Will be added by hopital or regulator
  • Create medical record - get data as parameter, aes encryption, add to ipfs, get content hash, add to blockchain after calculating record id
  • Sending notification to patient when new record is created