Skip to content

Simple parser for parsing exported data from Evergreen life

License

Notifications You must be signed in to change notification settings

Jsmuk/EvergreenLifeParser

Repository files navigation

EvergreenLifeParser

A very simple parser for parsing files exported from the Evergreen Life app, for manipulation or importation into other platforms.

XML Format

The XML format used is not documented anywhere, for results (the focus so far) it does not seem to be in an easy format that can just be de-serialized. Namely, inside some some of the result elements are repeated where they should really be their own result(e.g a full blood count result is made up of a number of different results). This requires logic to parse, which could be improved.

Hopefully parsing the other outputs from Evergreen will be easy as they seem to be a bit more standard.

Implementation

  • Results
  • Summary
  • Consultations
  • Medication
  • Immunisations

About

Simple parser for parsing exported data from Evergreen life

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages