-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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" ]
2. "DicomWeb" : {
"Servers" : {
"sample" : {
"Url" : "http://127.0.0.1;8042/dicom-web/",
"Username" : "test1",
"Password" : "123",
"WebServiceUsername":"test3",
"WebServicePassword":"123",
3. "RegisteredUsers" : {
"username":"test2",
"password":"123",
"WebServiceUsername":"test3",
"WebServicePassword":"123",
"alice" : "alicePassword"
},
all these 3 method failure
how can you access dicom-web plugin?
thanks