KitwareMedical / lungair-web-application

Web application based on VolView for AI-based BPD risk analysis
4 stars 0 forks source link

create a longitudinal xray view #17

Open ebrahimebrahim opened 1 year ago

ebrahimebrahim commented 1 year ago

Rather than just showing one xray at a time, we need to be able to show a time series of xrays in some way. There could be tens of xrays for just one subject, with one or two xrays taken per day at the NICU. Say there are 30 xrays, then you wouldn't want to display all 30 xrays at once, but it should be possible to view more than one at a time, and it should be easy to scroll through all 30.

This relies on #16, because we need the app to have a notion of "the collection of xrays for the currently selected patient"

This also relies on #14 so that we have a place in the UI to put the longitudinal xray view.

ebrahimebrahim commented 1 year ago

In a meeting today with our cnmc research friends, we discussed what this view could look like. Here are some suggestions that came up for a longitudinal-focused x-ray view:

ebrahimebrahim commented 9 months ago

extra idea: split the top half of the main view to allow side by side comparison. E.g. the current selected time point xray in the center, with past and future to the left and right of it.

(We may run into issues when trying to visualize more than one "image data" at the same time due to volview's limitations. So we may or may not include this, or we may have to extend functionality in volview core itself.)