chafey / ethereum-hipaa-audit-log-improved

A prototype implementation of a healthcare HIPAA audit log using ethereum blockchain and meteor
12 stars 6 forks source link

Updated Readme; Collection Hooks #3

Closed awatson1978 closed 7 years ago

awatson1978 commented 7 years ago

Hi, README includes instructions on querying the REST API. I also added some collection hooks in patientApp/server/patient.hooks.js, which could be used to write to the etherium ledger when an update or read comes in over the REST API.

Best, Abigail