-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Load all events for rule-engine context [DHIS2-18089](2.40) (#…
…18829) * chore: Load all events for rule-engine context [DHIS2-18089] * chore: Use createdAt as secundary sorting param [DHIS2-18089]
- Loading branch information
1 parent
17ef798
commit edf801a
Showing
10 changed files
with
395 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...2/dhis-test-integration/src/test/resources/tracker/programrule/event_with_data_value.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"trackedEntities": [], | ||
"enrollments": [], | ||
"events": [ | ||
{ | ||
"event": "D9PbzJY8bZZ", | ||
"status": "COMPLETED", | ||
"program": { | ||
"idScheme": "UID", | ||
"identifier": "BFcipDERJnf" | ||
}, | ||
"programStage": { | ||
"idScheme": "UID", | ||
"identifier": "NpsdDv6kKSO" | ||
}, | ||
"enrollment": "TvctPPhpD8u", | ||
"orgUnit": { | ||
"idScheme": "UID", | ||
"identifier": "h4w96yEMlzO" | ||
}, | ||
"relationships": [], | ||
"scheduledAt": "2019-01-25T12:10:38.100", | ||
"storedBy": "admin", | ||
"deleted": false, | ||
"attributeOptionCombo": { | ||
"idScheme": "UID" | ||
}, | ||
"attributeCategoryOptions": [], | ||
|
||
"dataValues": [ | ||
{ | ||
"storedBy": "admin", | ||
"providedElsewhere": false, | ||
"dataElement": { | ||
"idScheme": "UID", | ||
"identifier": "DATAEL00001" | ||
}, | ||
"value": "LAST" | ||
} | ||
], | ||
"notes": [] | ||
} | ||
], | ||
"relationships": [] | ||
} |
Oops, something went wrong.