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

How to load DICOMDIR with more than one image series #79

Closed
billyk18278 opened this issue Mar 16, 2022 · 6 comments
Closed

How to load DICOMDIR with more than one image series #79

billyk18278 opened this issue Mar 16, 2022 · 6 comments
Labels
question Further information is requested
Milestone

Comments

@billyk18278
Copy link

Thank you very much for DWV i have been using it in research projects for quite a time.

I am using it mainly to serve server-side stored DICOM in a subfolder e.g., data.
I have two issues.

a) I try to open DICOMDIR by dwv-jqmobile/?input=data/DICOMDIR

This works only for DICOMDIRs referring to a single image series, if more that one is present then only one is shown.
Is there a way to workaround this?

b)Scroll works in DWV-jqmobile 0.26.0 but does not in dwv-jqmobile 0.7.0-beta
I have tried with various DICOMDIRs, this issue is not significant since i can do my work with 0.26

@ivmartel ivmartel added the question Further information is requested label Mar 17, 2022
@ivmartel ivmartel added this to the 0.7.0 milestone Mar 17, 2022
@ivmartel
Copy link
Owner

a. dwv-jqmobile and the underlying dwv expect just one image series, it is left to the user to sort series
b. this trunk demo works fine and the data can be scrolled, could the problem be the DICOMDIR?

@billyk18278
Copy link
Author

Thank you for your fast response.
a) ok, I assume what i can do is avoid using a DICOMDIR with various series and open several browser tabs pointing DWV to each seperate subfolder's files after zipping them to one zip per folder. right?

b)After searching more, the problem is for sure related with DICOMDIRs referring to more than one series.
The weird thing is that in 0.26 scroll works. Of course scroll works normally in a zip without DICOMDIR.

If you want i can share my tests

@ivmartel
Copy link
Owner

Follow dwv #646 for a series filter, not sure how it will look like...
If you can, please share your tests, I do not have that much DICOMDIRs.

@billyk18278
Copy link
Author

Regarding solution a)
I saw that If i ommit DICOMDIR then i must add .dcm suffix to each file in each series folder before zipping in order for the zip to be identified, is there another way that you can think of?

@billyk18278
Copy link
Author

Regarding solution a) I saw that If i ommit DICOMDIR then i must add .dcm suffix to each file in each series folder before zipping in order for the zip to be identified, is there another way that you can think of?

I have done this but it does not solve the problem i get "Error: Cannot append a slice with different number of columns" and again only one series is loaded... I guess the DICOMDIR includes several series that might be of different resolution.

Is it possible to ignore the problem and display the images?

@ivmartel
Copy link
Owner

ivmartel commented May 8, 2023

I hope you managed to solve your problem, sorry for not answering earlier...
Closing for now, feel free to comment if you need.

@ivmartel ivmartel closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants