-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: TE workinglist separates order using ; instead of ,
- Loading branch information
Showing
1 changed file
with
79 additions
and
71 deletions.
There are no files selected for viewing
150 changes: 79 additions & 71 deletions
150
dhis-2/dhis-test-e2e/src/test/resources/tracker/workinglists/trackedEntityFilters.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 |
---|---|---|
@@ -1,75 +1,83 @@ | ||
{ | ||
"id": "ctZIHTIIlYS", | ||
"name": "TA Tracker program filter", | ||
"program": { | ||
"id": "f1AyMswryyQ" | ||
"id": "ctZIHTIIlYS", | ||
"name": "TA Tracker program filter", | ||
"program": { | ||
"id": "f1AyMswryyQ" | ||
}, | ||
"sharing": { | ||
"public": "rw------", | ||
"userGroups": { | ||
"OPVIvvXzNTw": { | ||
"access": "rw------", | ||
"id": "OPVIvvXzNTw" | ||
} | ||
} | ||
}, | ||
"entityQueryCriteria": { | ||
"enrollmentStatus": "COMPLETED", | ||
"followUp": true, | ||
"ouMode": "ACCESSIBLE", | ||
"displayColumnOrder": [ | ||
"eventDate", | ||
"dueDate", | ||
"program", | ||
"invalid" | ||
], | ||
"assignedUserMode": "ANY", | ||
"programStage": "a3kGcGDCuk6", | ||
"trackedEntityType": "Q9GufDoplCL", | ||
"lastUpdatedDate": { | ||
"period": "TODAY", | ||
"startBuffer": -5, | ||
"endBuffer": 5, | ||
"type": "RELATIVE" | ||
}, | ||
"sharing": { | ||
"public": "rw------", | ||
"userGroups": { | ||
"OPVIvvXzNTw": { | ||
"access": "rw------", | ||
"id": "OPVIvvXzNTw" | ||
} | ||
} | ||
"enrollmentCreatedDate": { | ||
"period": "TODAY", | ||
"startBuffer": -5, | ||
"endBuffer": 5, | ||
"type": "RELATIVE" | ||
}, | ||
"enrollmentIncidentDate": { | ||
"endDate": "2019-03-20T00:00:00.000", | ||
"type": "ABSOLUTE", | ||
"startDate": "2014-05-01T00:00:00.000" | ||
}, | ||
"entityQueryCriteria": { | ||
"enrollmentStatus": "COMPLETED", | ||
"followUp": true, | ||
"ouMode": "ACCESSIBLE", | ||
"displayColumnOrder": [ "eventDate", "dueDate", "program", "invalid"], | ||
"assignedUserMode": "ANY", | ||
"programStage":"a3kGcGDCuk6", | ||
"trackedEntityType":"Q9GufDoplCL", | ||
"lastUpdatedDate": { | ||
"period": "TODAY", | ||
"startBuffer": -5, | ||
"endBuffer": 5, | ||
"type": "RELATIVE" | ||
}, | ||
"enrollmentCreatedDate": { | ||
"period": "TODAY", | ||
"startBuffer": -5, | ||
"endBuffer": 5, | ||
"type": "RELATIVE" | ||
}, | ||
"enrollmentIncidentDate": { | ||
"endDate": "2019-03-20T00:00:00.000", | ||
"type": "ABSOLUTE", | ||
"startDate": "2014-05-01T00:00:00.000" | ||
}, | ||
"trackedEntityInstances": ["a3kGcGDCuk7", "a3kGcGDCuk8"], | ||
"order": "createdAt:desc;orgUnit:asc", | ||
"attributeValueFilters": [ | ||
{ | ||
"attribute": "dIVt4l5vIOa", | ||
"sw": "a", | ||
"ew": "e" | ||
}, | ||
{ | ||
"attribute": "kZeSYCgaHTk", | ||
"like": "abc" | ||
}, | ||
{ | ||
"attribute": "x5yfLot5VCM", | ||
"dateFilter": { | ||
"startDate": "2014-05-01T00:00:00.000", | ||
"endDate": "2019-03-20T00:00:00.000", | ||
"type": "ABSOLUTE" | ||
} | ||
}, | ||
{ | ||
"attribute": "ypGAwVRNtVY", | ||
"le": "20", | ||
"ge": "10" | ||
}, | ||
{ | ||
"attribute": "aIga5mPOFOJ", | ||
"in": [ | ||
"MALE", | ||
"FEMALE" | ||
] | ||
} | ||
"trackedEntityInstances": [ | ||
"a3kGcGDCuk7", | ||
"a3kGcGDCuk8" | ||
], | ||
"order": "createdAt:desc,orgUnit:asc", | ||
"attributeValueFilters": [ | ||
{ | ||
"attribute": "dIVt4l5vIOa", | ||
"sw": "a", | ||
"ew": "e" | ||
}, | ||
{ | ||
"attribute": "kZeSYCgaHTk", | ||
"like": "abc" | ||
}, | ||
{ | ||
"attribute": "x5yfLot5VCM", | ||
"dateFilter": { | ||
"startDate": "2014-05-01T00:00:00.000", | ||
"endDate": "2019-03-20T00:00:00.000", | ||
"type": "ABSOLUTE" | ||
} | ||
}, | ||
{ | ||
"attribute": "ypGAwVRNtVY", | ||
"le": "20", | ||
"ge": "10" | ||
}, | ||
{ | ||
"attribute": "aIga5mPOFOJ", | ||
"in": [ | ||
"MALE", | ||
"FEMALE" | ||
] | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} |