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

Add a series filter #646

Open
ivmartel opened this issue Apr 5, 2019 · 6 comments
Open

Add a series filter #646

ivmartel opened this issue Apr 5, 2019 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@ivmartel
Copy link
Owner

ivmartel commented Apr 5, 2019

The viewer must provide a series browser filter for users trying to load multiple series. A snapshot representing each series would then allow the user to load only one serie. (on client side)

Currently, in the case of multiple series in a list of files, dwv sends an error complaining that it cannot append series.

@ivmartel ivmartel added the enhancement New feature or request label Apr 5, 2019
@ivmartel ivmartel added this to the Future milestone Apr 5, 2019
@marcelvanherk
Copy link

Hi,

I craeted an iframe viewer for conquest 1.5.0 here:

https://github.com/marcelvanherk/Conquest-DICOM-Server/blob/master/webserver/cgi-bin/viewers/iframe_starter.lua

It currently opens wadoseriesviewer in the iframe. If you substitute dwvviewer_starter you get an elementary study viewer for conquest.

Marcel

@ikhizarwork
Copy link

how to load multiple series in dwv-jqmobile , i am still stuck on it , and it throws cannot append a slice error everytime i am trying to open multiple series data , please help ..

@ikhizarwork
Copy link

i dont want to filter them out , instead provide a solution which will display the entire series to the end user .

@ivmartel
Copy link
Owner Author

For now, you have to filter the series outside of the viewer.

@ikhizarwork
Copy link

can you provide any sort of solution , like how to filter out the series outside the viewer ? any sort of help will be appreciated .

@ivmartel
Copy link
Owner Author

I created a cli project that uses dwv: https://github.com/ivmartel/dwvcli
It has a sort option that takes a file and copies it in a folder which name is its seriesUID. You can run it on all files in a folder and you will get folders with files that belong to that series. It goes like: node sort -i file.dcm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants