Viewers
Viewers copied to clipboard
Instance-level qualitative annotations not handled properly when there is more than one SR
It appears that if 2 SR instances with slice-level qualitative annotations are present, it is impossible to select the active one in the right-hand panel, and also there appears to be no labels with the annotations in the slice view.
@deepakri201 can share an example dataset.
Follow up on https://github.com/OHIF/Viewers/issues/2797
@Punzo thanks for the quick fix! Can you maybe give a brief summary what was the underlying issue?
@Punzo thanks for the quick fix! Can you maybe give a brief summary what was the underlying issue?
just an error in the parsing code, the second SR was overwriting the read data of the first, instead of appending.
I also fixed a couple of very minor issues in the UI
Thank you for the fix! Unfortunately, I think there may be a problem as I get the following error:
Here is a dropbox link the with the 2 SRs and the corresponding CT data.
I also noticed that in /platform/viewer/public/config/default.js
, v9 is referenced. Could it be changed to v10?
Thanks!
I also noticed that in
/platform/viewer/public/config/default.js
, v9 is referenced. Could it be changed to v10?
sure! done!
Here is a dropbox link the with the 2 SRs and the corresponding CT data.
ok I will check it out now
@deepakri201 for me both datasets are working:
1)
2)
However, In your screenshot I see a study with a segmentation and two SRs, but no CT data (while I have in both data test 1 CT and 2 SR). Probably it is related to pointing v9 vs v10 release in the config. Can you please double check if v10 release has fixed the issue? Thanks
Hi,
Thanks for taking a look -- I should have mentioned that I'm using this branch: https://github.com/ImagingDataCommons/Viewers/tree/IDC2servers
I realized that I made a mistake in how I was deploying our OHIF instance, once I fixed that, everything looks great :)
Thanks again!