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" ]
"RegisteredUsers" : {
"username":"test2",
"password":"123",
"WebServiceUsername":"test3",
"WebServicePassword":"123",
"alice" : "alicePassword"
},
all these 3 method failure
how can you access dicom-web plugin?
thanks
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.
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" ]