DICOMcloud / DICOMweb-js

DICOMweb JavaScript client with viewer demo for consuming DICOM Web Services - (QIDO-RS, WADO-RS, WADO-URI, STOW-RS) part 18
http://dicomweb.azurewebsites.net/
MIT License
88 stars 35 forks source link

Add pagination support #9

Closed Zaid-Safadi closed 6 years ago

Zaid-Safadi commented 6 years ago

When querying Studies/Series/instances via qido-rs, use the Limit/Offset attributes and add pagination support to the UI

Zaid-Safadi commented 6 years ago

A pagination support has been implemented for studies query using the DICOMcloud server feature documented here https://dicomcloud.github.io/docs/dicomcloud/pagination/

Series and Instances pagination is not added to the demo but could be same logic for studies could be added