-
Notifications
You must be signed in to change notification settings - Fork 597
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
Comments
Hi, I craeted an iframe viewer for conquest 1.5.0 here: It currently opens wadoseriesviewer in the iframe. If you substitute dwvviewer_starter you get an elementary study viewer for conquest. Marcel |
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 .. |
i dont want to filter them out , instead provide a solution which will display the entire series to the end user . |
For now, you have to filter the series outside of the viewer. |
can you provide any sort of solution , like how to filter out the series outside the viewer ? any sort of help will be appreciated . |
I created a cli project that uses dwv: https://github.com/ivmartel/dwvcli |
The viewer must provide a series
browserfilter 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.
The text was updated successfully, but these errors were encountered: