View in #ohif on Slack
@Amritha_Devi: Hi there,
I’ve successfully installed OHIF version 3.8 and connected it to the Orthanc server, but I’m encountering a couple of issues:
- I’ve configured the
dicomUploadButton
in the default.js
file, but it remains invisible in the interface.
- While segmentation operations work for saving and downloading SEG files to the server, I am unable to download the DICOM RTSTRUCT file.
Could you please assist me in resolving these issues?
@Bill_Wallace: Probably you aren’t adding the button to the toolbar - there are two independent operations for buttons, one is creating the button definition, which it sounds like you ahve done, the other is adding it to the toolbar buttons, for example, in the longitudinal/index.ts createButtonSection It is also possible there is a mismatch in the name you add and the id you are using.
@Darfito_Danurdoro: I would like to know also for the second question because I experienced the same thing