FHIR Chat · Get rows incorrect · implementers

Stream: implementers

Topic: Get rows incorrect


view this post on Zulip Juan Antonio De los Cobos (May 07 2019 at 04:31):

I have anys issue on my server. When i try to get all entries of any resource the server is returning only 20 rows instead of all. i dont know why is happening. Thanks

view this post on Zulip nicola (RIO/SS) (May 07 2019 at 04:34):

which server? i think response is paged - try parameter _count=1000 :)

view this post on Zulip nicola (RIO/SS) (May 07 2019 at 04:38):

just to stress this "server" little bit. If seriously you have to get resources page by page or use Bulk API if you really want all resources.

view this post on Zulip Juan Antonio De los Cobos (May 07 2019 at 05:33):

which server? i think response is paged - try parameter _count=1000 :)

Yes i tried but the same answer. Could be necessary any config on my server (3.6.0). Thank you very much

view this post on Zulip nicola (RIO/SS) (May 07 2019 at 06:29):

What is the name of your server?

view this post on Zulip Juan Antonio De los Cobos (May 07 2019 at 07:09):

I sent you the server in a private message

view this post on Zulip Juan Antonio De los Cobos (May 07 2019 at 07:23):

When i create a post, with count is returning total correct, but the bundle returns only 20 rows
"resourceType": "Bundle",
"id": "d8dd0736-e1e7-43bb-9b15-db34e4f51274",
"meta": {
"lastUpdated": "2019-05-07T09:19:24.698+02:00"
},
"type": "searchset",
"total": 96,

view this post on Zulip Brian Postlethwaite (May 15 2019 at 01:52):

In anycase, follow the next links to retrieve the rest of the results.

view this post on Zulip Juan Antonio De los Cobos (May 15 2019 at 11:05):

Thank you @Brian Postlethwaite i solved this issue. Thank you


Last updated: Apr 12 2022 at 19:14 UTC