BangleApps/apps/medicalinfo
Erik Andresen 37232ba954 medicalinfo: Fix ChangeLog 2024-02-11 09:36:52 +01:00
..
ChangeLog medicalinfo: Fix ChangeLog 2024-02-11 09:36:52 +01:00
README.md medicalinfo: Read height + weight from myprofile 2024-02-11 09:32:52 +01:00
app-icon.js New medical info app 2022-11-06 17:09:19 +00:00
app.js medicalinfo: Read height + weight from myprofile 2024-02-11 09:32:52 +01:00
app.png New medical info app 2022-11-06 17:09:19 +00:00
interface.html Add saveFile function, and ensure it uses data: URI not blobs (because they don't work in Gadgetbridge) 2023-09-14 12:43:38 +01:00
lib.js medicalinfo: Read height + weight from myprofile 2024-02-11 09:32:52 +01:00
medicalinfo.json medicalinfo: Read height + weight from myprofile 2024-02-11 09:32:52 +01:00
metadata.json medicalinfo: Read height + weight from myprofile 2024-02-11 09:32:52 +01:00
screenshot_light.png New medical info app 2022-11-06 17:09:19 +00:00

README.md

Medical Information

This app displays basic medical information, and provides a common way to set up the medicalinfo.json file, which other apps can use if required.

Medical information JSON file

When the app is loaded from the app loader, a file named medicalinfo.json is loaded along with the javascript etc. The file has the following contents:

{
    "bloodType": "",
    "medicalAlert": [ "" ]
}

Weight and height are read from myprofile.

Medical information editor

Clicking on the download icon of Medical Information in the app loader invokes the editor. The editor downloads and displays the current medicalinfo.json file, which can then be edited. The edited medicalinfo.json file is uploaded to the Bangle by clicking the Upload button.

Creator

James Taylor (jt-nti)