openmhealth_schemas 0.1.4+1 openmhealth_schemas: ^0.1.4+1 copied to clipboard
A Flutter implementation of the Open mHealth (omh) schemas. Used for formatting health data collected from mobile phones (mHealth).
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
RrInterval
andHeartRate
. - Improvement to documentation.
0.0.3 #
- Implementation of
BloodPressure
and associated schemas. - Implementation of time-related schemas, such as
TemporalRelationshipToMeal
etc. - 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
,UnitValue
andTypedUnitValue
. - 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.