If I open this study, it shows the dose image, and somehow RTSTRUCT tab button is populated. When I click that button, I get a spinner and nothing loads.
Study: 1.3.6.1.4.1.14519.5.2.1.1706.4009.149676576527243140820654927789
Series: 1.3.6.1.4.1.14519.5.2.1.1706.4009.104748144873675756696310742946

Seems to be reproducible with any RTDOSE?

@fedorov I have opened the PR to dynamically disable the RT panel if there are no rtstructs.
About this study uid you gave: 1.3.6.1.4.1.14519.5.2.1.1706.4009.149676576527243140820654927789
Its not showing because the only series which have RTs its modality is CT and not RTStruct so now at least the button will be disabled for those. The other series is RTDOSE but they dont have any RTs.
The same happens here: http://localhost:3000/projects/chc-tcia/locations/us-central1/datasets/hnscc-3dct-rt/dicomStores/hnscc-3dct-rt/study/1.3.6.1.4.1.14519.5.2.1.2193.7172.113038498776356011546245623307
That's very weird, I need to look into that... I will assign this to myself to hopefully not forget about it...
Its not showing because the only series which have RTs its modality is CT and not RTStruct so now at least the button will be disabled for those.
@igoroctaviano I looked, and I do not understand your point.
In that study referenced above, RTSTRUCT series is definitely RTSTRUCT. Can you explain your point?
Its not showing because the only series which have RTs its modality is CT and not RTStruct so now at least the button will be disabled for those.
@igoroctaviano I looked, and I do not understand your point.
In that study referenced above, RTSTRUCT series is definitely RTSTRUCT. Can you explain your point?
Hey @fedorov sorry for my poor attempt to explain it, actually i got confused understanding the issue, you can forget what i have said previously. The problem was caused by a reactivity bug with the panel and the active viewport, the loading should only appear for rtstructs and be empty otherwise. I have updated the PR so now the panel will behave correctly.
I get this error now when I open the study:

@Punzo https://github.com/OHIF/Viewers/pull/2207 should fix the issue reported above, also it should fix reactivity issues with RTPanel.
perfect I'll test https://github.com/OHIF/Viewers/pull/2207 now