Skip to content

web-viewer plugin issue #1

@Hugohrb

Description

@Hugohrb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions