Hi, I just wanted to give you a quick heads up about some changes at TCIA which might be of interest for the integration features you've implemented. It appears you're pinned to a much older version of tcia_utils, and we don't have any immediate plans to phase out the old API (v1) that you're using in that release though it in the process of being deprecated.
In the process of dealing with that, we have also made some changes that should significantly speed up downloads if you upgrade tcia_utils. I just wanted to caution that, if you do this, the nbia.getSimpleSearchWithModalityAndBodyPartPaged() function you're using is now called nbia.getSimpleSearch(). I don't think the output that function produces has changed.
I don't know if this would matter for your purposes, but another significant change is that we no longer use NBIA for handling "controlled-access" datasets so all of the functionality surrounding the use of tokens and credentials has been removed from tcia_utils.
Finally, the base URL is also up to v4 now (I noticed a reference to v1 in your code).
Best,
Justin
Hi, I just wanted to give you a quick heads up about some changes at TCIA which might be of interest for the integration features you've implemented. It appears you're pinned to a much older version of tcia_utils, and we don't have any immediate plans to phase out the old API (v1) that you're using in that release though it in the process of being deprecated.
In the process of dealing with that, we have also made some changes that should significantly speed up downloads if you upgrade tcia_utils. I just wanted to caution that, if you do this, the nbia.getSimpleSearchWithModalityAndBodyPartPaged() function you're using is now called nbia.getSimpleSearch(). I don't think the output that function produces has changed.
I don't know if this would matter for your purposes, but another significant change is that we no longer use NBIA for handling "controlled-access" datasets so all of the functionality surrounding the use of tokens and credentials has been removed from tcia_utils.
Finally, the base URL is also up to v4 now (I noticed a reference to v1 in your code).
Best,
Justin