Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Multiple Dicom Source Issue #4309

Closed
Sufian-Afridi opened this issue Jul 25, 2024 · 3 comments
Closed

[Bug] Multiple Dicom Source Issue #4309

Sufian-Afridi opened this issue Jul 25, 2024 · 3 comments
Labels
Awaiting Reproduction Can we reproduce the reported bug?

Comments

@Sufian-Afridi
Copy link

Describe the Bug

When setting up multiple Dicom DataSources, it only displays data from first Source.
Even the dummy dataSources already configured into OHIF image files are behaving the same way.
To verify this you can do the following:

  1. Remove the first Dicom Source. (Dont remove the second)
  2. Go to UI and copy a study name.
  3. Add back the removed Dicom Source.
  4. Go to UI and search for the Study. You wont find it there.

Steps to Reproduce

  1. Pull latest or any other image
  2. Start the container.

The current behavior

Only displays first dataSource.

The expected behavior

Should display both dataSources

OS

CentOs 8 Stream

Node version

No node installed

Browser

Chrome v126

@Sufian-Afridi Sufian-Afridi added the Awaiting Reproduction Can we reproduce the reported bug? label Jul 25, 2024
@sedghi
Copy link
Member

sedghi commented Jul 26, 2024

We have a merge data source that was added by this PR, take a look hopefully that answer your question

#3788

@sedghi sedghi closed this as completed Jul 26, 2024
@sedghi
Copy link
Member

sedghi commented Jul 26, 2024

Maybe you can help us creating documentation for it and create a PR for us

@Sufian-Afridi
Copy link
Author

Sufian-Afridi commented Jul 27, 2024

We have a merge data source that was added by this PR, take a look hopefully that answer your question

I tried it but there is a sourceName issue. I have multiple dicomweb servers, according to my understanding sourceName should be different for each dicomweb server. For instance

Server 1:
sourceName = dicomweb-1

Server 2
sourceName= dicomweb

Server 3
sourceName= dicomweb-2

Now when I view UI, the data shown is from server 2 , because I named it dicomweb.
No other name is being accepted. Only the server with sourceName dicomweb is displaying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Reproduction Can we reproduce the reported bug?
Projects
None yet
Development

No branches or pull requests

2 participants