Skip to content

Commit

Permalink
Add --relational to findscu call
Browse files Browse the repository at this point in the history
This gets around the issue of missing XML attributes due to recent changes + potential bug in previous version.

Should look into two stage querying - first the STUDY level and then the SERIES level.
  • Loading branch information
kaitj authored Apr 10, 2024
1 parent 8e0cc86 commit 8f9adc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autobidsportal/dcm4cheutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def __init__(
f"{self.connect}",
"--accept-timeout",
"10000",
"--relational",
"--user",
f"{pipes.quote(self.username)}",
"--user-pass",
Expand Down

0 comments on commit 8f9adc3

Please sign in to comment.