openmhealth_schemas 0.1.0
openmhealth_schemas: ^0.1.0 copied to clipboard
A Flutter implementation of the Open mHealth (omh) schemas.
0.1.0 #
- Update to support Dart 2.0
0.0.4 #
- Implemented cardio-related schemas, such as
RrIntervalandHeartRate. - Improvement to documentation.
0.0.3 #
- Implementation of
BloodPressureand associated schemas. - Implementation of time-related schemas, such as
TemporalRelationshipToMealetc. - Adding support for JSON de/serialization of the OMH schemas implemented so far.
- Extensive unit test for the de/serialization, including loading test data from the OMH website.
0.0.2 #
- Implementation of OMH schemas:
- Activity, including
PhysicalActivity,KcalUnitValue,KcalUnit,StepCount,CalloriesBurden, etc. - updates and refactor of other base schemas
- Activity, including
- Adding more tests
0.0.1 #
- Initial commit of OMH domain model ...
- Basic support for schemas, including
SchemaId,SchemaVersion, and the mixin classAdditionalPropertySupport. - The core OMH units, including
Unit,UnitValueandTypedUnitValue. - Implementation of
DescriptiveStatistic. - Support for the OMH geoposition schemas including
Geoposition,PlaneAngleUnitValue, etc.
- Basic support for schemas, including
- Test skeleton -- which needs to be extended to better coverage.