Orthanc help installation Dicomweb

If it were possible to make a tutorial on how to configure Dicomweb resources. Thank you.

1 Like

Welcome Luciano to the community!

So I guess you have an existing Orthanc installation and you want to configure or install the dicomweb plugin for it:

Can you clarify are you working on a windows, linux or docker installation?

If it’s not an existing installation and you instead want to make a new installation there are installation packages which will include all plugins enabled and you don’t really need to separately enable dicomweb.

For example the last installation I did had ohif included and that uses the orthanc dicomweb interface How to install ORTHANC with OHIF viewer on docker

Your Orthanc video is excellent, however, it wasn’t clear to me how to create the Dicomweb resource so I can use it, for example, in a front-end I’m developing, because with Rest-api in Python or Node.js on the web there are many resources. I already use Ohif on a local server. Thank you for your attention.

Hi @Luciano_G_Vaz,

ok I see that in the above linked installation video the OHIF config points to the Orthanc local with the waroURIRoot etc. parameters but perhaps those are just the local addresses which work inside the container and it’s not clear how to use those endpoints from outside the container?

Did I understand the question correctly?
I’m not sure what the dicom web endpoint in this case is but I can try to have a look at it later.