-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add download study button #109
Conversation
@fedorov please take a look |
Looks good to me, thank you! @pedrokohler I assume, similar to OHIF, it is not trivial to hyperlink idc-index in this popup, right? |
It's the same thing: doable in an hour or so, because the content of the dialog is variable, so we must parse the config strings to display the hyperlink. |
Let's go ahead as is then! We can address both at a later time to add hyperlink processing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adding button to download study/series:
Solves #110