-
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
Conquest version 1.4.19c #609
Comments
Integration file (WIP) is attached: |
Looking good! And no, there is no study level viewer. You mean a page that would present snapshots of the series it contains? |
Thanks,
Indeed. Allowing click or drag and drop of one series into the main viewer.
The snapshots could be generated with WADO as jpg's
Marcel
…On Tue, Nov 27, 2018 at 8:36 AM ivmartel ***@***.***> wrote:
Looking good! And no, there is no study level viewer. You mean a page that
would present snapshots of the series it contains?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#609 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACo7JXC2hBdThm4nHuIgW91RDX1fzPQOks5uzPmkgaJpZM4YxlJE>
.
|
I guess what I can do first is make a conquest specific (Lua scripted)
study viewer page with thumbnails, and run DWV or another select viewer for
the clicked series in an iframe. I have an own viewer, DWV and also just
managed to couple Papaya.
regards,
Marcel
…On Tue, Nov 27, 2018 at 8:36 AM ivmartel ***@***.***> wrote:
Looking good! And no, there is no study level viewer. You mean a page that
would present snapshots of the series it contains?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#609 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACo7JXC2hBdThm4nHuIgW91RDX1fzPQOks5uzPmkgaJpZM4YxlJE>
.
|
Looks like a good plan! |
Hi @marcelvanherk, did you make any progress on this one? |
ping @marcelvanherk ? |
Regarding the study/series browser, I created #646. |
Closing for now, to be followed in #646. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am providing integration of dwv in the latest version of conquest (using newweb). The new mechanism allows series and study level viewing in one source file (dwvviewer_starter.lua). With minimal changes, the dwv-simplistic script works for series if renamed to dwvviewer_starter.lua, changing the urlRoot line as follows:
local urlRoot = 'http://'..server_name..script_name
But I wondered if there a simple app using dwv that allows viewing at study level. Marcel
The text was updated successfully, but these errors were encountered: