ImagingDataCommons / dicomweb-client

Python client for DICOMweb RESTful services
https://dicomweb-client.readthedocs.io
MIT License
110 stars 38 forks source link

Add get_remaining parameter to search methods #60

Closed hackermd closed 2 years ago

hackermd commented 2 years ago

An origin server may limit the number of results that are included in the payload of the response message. The remaining results can then be retrieved via additional requests using the offset parameter. Getting all results is possible with the currently API, but cumbersome. This PR adds a get_remaining parameter to search methods that facilitates retrieval of all search results.