openmhealth_schemas 0.3.1
openmhealth_schemas: ^0.3.1 copied to clipboard
A Flutter implementation of the Open mHealth (omh) schemas. Used for formatting health data collected from mobile phones (mHealth).
0.3.1 #
- fix of error when schema version do not have a qualifier part.
0.3.0 #
- update of uuid package
- fix of linter errors
0.2.1+1 #
- updated to null-safety
- all constructors using named parameters
- small updates to docs
0.1.4+1 #
- small update to readme
0.1.4 #
- upgrade to json_serialization v. 3.0
0.1.3 #
- upgrade to json_serialization v. 2.0
0.1.2 #
- support for surveys added
0.1.1 #
- Updated documentation
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.