Hey Nicolay,
did you load the plugin?
Try adding this to your config:
“Plugins” : [
“libOrthancDicomWeb.dylib”, // adapt the path according to your installation
//…
],
Björn
Hey Nicolay,
did you load the plugin?
Try adding this to your config:
“Plugins” : [
“libOrthancDicomWeb.dylib”, // adapt the path according to your installation
//…
],
Björn
Yes,
it is loaded with the following configuration:
“Plugins” : [
“/usr/share/orthanc/plugins/”
],
and the file exists on the server:
root@hbpntestpacs2:/usr/share/orthanc/plugins# ls -la
…
lrwxrwxrwx 1 root root 46 Jun 6 21:55 libOrthancDicomWeb.so → …/…/…/lib/orthanc/libOrthancDicomWeb.so.1.7
…
root@hbpntestpacs2:/usr/lib/orthanc# ls -la
…
-rw-r–r-- 1 root root 4618312 Jun 6 21:55 libOrthancDicomWeb.so.1.7
…
Also it presents in the log file:
W1007 11:32:20.914491 OrthancConfiguration.cpp:55] Reading the configuration from: “/etc/orthanc/dicomweb.json”
…
W1007 11:32:20.956554 PluginsManager.cpp:258] Registering plugin ‘dicom-web’ (version 1.7)
W1007 11:32:20.956851 PluginsManager.cpp:157] URI to the DICOMweb REST API: /dicom-web/
W1007 11:32:20.957030 PluginsManager.cpp:157] URI to the WADO-URI API: /wado
My bad - missing port 8042 in the URL…