JohnLines / mediclog

Android Medical information log
GNU General Public License v3.0
16 stars 2 forks source link

Facilty to connect to PatientView #4

Open JohnLines opened 6 years ago

JohnLines commented 6 years ago

PatientView allows some patients to view their records, initially set up for kidney patients. The main records, blood test results etc are uploaded by the hospital, but patients can upload their own blood pressure and weight readings.

There is a API for JSON download of data described at https://patientviewbasic.docs.apiary.io/# - potentially it could be used to retrieve PatientView results

The upload for patients is via the web site, which might need some scripting similar to the Perl LWP facilities.