fix: skip eager series query when instance count already known #93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-eager-series-query"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The auto-query loop retrieved instances for every not-yet-loaded series
just to display the instance count. When the series-level query already
reports NumberOfSeriesRelatedInstances (0020,1209) the tree uses that
count directly, so the retrieval is wasted traffic — and on a
DICOMweb->DIMSE gateway each such query escalates to a per-series
retrieval. Skip series that already have a reported count.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com