orthanc-team / dicom-web-forwarder

Orthanc with a dicomweb robust lua forwarder
GNU Affero General Public License v3.0
0 stars 0 forks source link

web-viewer plugin issue #1

Open Hugohrb opened 1 month ago

Hugohrb commented 1 month ago

I am trying to run dicomwebviewer plugin in windows. change configuration.json as below "RemoteAccessAllowed" : true, "Plugins" : [ "D:\dicom\orthanc\Plugins\OrthancDicomWeb.dll" ], and access to "localhost:8042/dicom-web" username and password is needed. trying to change configuration.json 1."peer" : [ "http://127.0.0.1:8043/", "alice", "alicePassword" ]

  1. "DicomWeb" : { "Servers" : { "sample" : { "Url" : "http://127.0.0.1;8042/dicom-web/", "Username" : "test1", "Password" : "123", "WebServiceUsername":"test3", "WebServicePassword":"123",
  2. "RegisteredUsers" : { "username":"test2", "password":"123", "WebServiceUsername":"test3", "WebServicePassword":"123", "alice" : "alicePassword" }, all these 3 method failure how can you access dicom-web plugin? thanks
amazy commented 1 month ago

You should have a look at this sample setup that demonstrate how to configure 2 Orthanc and connect them through DICOMWeb. It is a Docker related sample but the configuration files are applicable to Windows as well.