Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 862 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 862 Bytes

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