Hi,
I am implementing pagination. So I want to retrieve only limited studies and specific portion out of total number of studies. I am setting a study limit which is working as expected. But when I give offset parameter it seems like it ignores the offset parameter value.
According to DICOM-web official api documentation:
- limit {n} Return only {n} results
- offset {n} Skip {n} results
So when study limit and offset is equal then it should return an empty array . But it is returning some response.
Below screenshots demonstrating that despite having offset and study limit has the same value it is returning some results: