Skip to content

Commit

Permalink
make note of a better pagination method when blocking issue is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
vanossj committed Apr 28, 2023
1 parent 01ee03d commit 27312b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DICOMwebBrowser/DICOMwebBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
def _get_all_pages(f, *args, **kwargs):
"""get all data for DICOMwebClient methods that use offset to access paginaged data.
This function checks to duplicate data in case the server (ex. dcmjs) doesn't support paginated data
Once the issue is fixed in dcmjs, https://github.com/dcmjs-org/dicomweb-server/issues/19, than this
function can be removed and replaced with the `get_remaining` param in the DICOMwebClient.search_for* methods
"""
data = []
offset=0
Expand Down

0 comments on commit 27312b6

Please sign in to comment.