dhis2_dart_utils 1.0.4
dhis2_dart_utils: ^1.0.4 copied to clipboard
A collection of data models, constants and utilities used to build a DHIS2 app in dart.
1.0.4 #
- Bugfix
- Fixed the evaluation of the mathematical operations.
- This fixed the bug with program rule evaluation.
- Fixed the evaluation of the mathematical operations.
1.0.3 #
- improved the DHIS data model for Event Data values
- Added created and lastUpdated fields
- Removed unused dependencies
1.0.2 #
- Support for DHIS2 data models
- Event
- Event Data Value
- Data Elements
- Option
- Organisation unit
- System info
1.0.1 #
- Support for additional operators such as:
- NOT(!)
- d2:hasValue
- isNull
- isNotNull
- Added recursive evaluation of d2 functions in expressions
- Handled exceptions without blocking engine's processes
- Escaped the String escaped characters during expression evaluation
- Added file level dartdoc
1.0.0 #
- Support for Program rule engine implementation for form data objects.
- Support for Program indicator engine implementation for form data objects.
- Improved the period utility by exporting period constants supported in DHIS2.
- Improvement on examples and package documentation.