Query logic filters duplicate responses, then doesn't delete them
Issue #736
resolved
In qrscu, the code finds the distinct responses (by study instance UID), but doesn't do anything about it!
Link to relevant code in current release
This has the unnerving effect that the pre-study pruning stage is based on the distinct count, but after pruning, it is based on the whole response set count. Which will be higher if there are duplicates and nothing was pruned out!
HT to @RaynorR for the logs that brought this to my attention.
Comments (4)
-
reporter -
reporter Removed inc/exc filtering if no inc/exc options provided. Refs
#736→ <<cset d03cd6c89de9>>
-
reporter Added ref
#736to changes. [skip ci]→ <<cset 6796f9c02647>>
-
reporter - changed status to resolved
- Log in to comment
Refactored the remove duplicates from query into a function and made it do something. Added test. Refs
#736→ <<cset c5be90b050ba>>