Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Jun 19, 2023
1 parent f6b09b2 commit 4b86eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/wf2-3-getEncounters.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Fetch encounters from the date of cursor
//getEncounters({ q: 'Patient', v: 'full' }); //Query patients with name like 'Patient'
// OpenMRS demo instance does not support querying ALL records (q=all)
getEncounters({ q: 'Patient', v: 'full' });
getEncounters({ q: 'Patient', v: 'full', limit: 100 });

// Update cursor and return encounters
fn(state => {
Expand Down

0 comments on commit 4b86eac

Please sign in to comment.