Thank you for your reply, @ivmartel. I’m using this to display brain MRIs for a work project and developing some interactive exercises for users to complete (the latter has been, admittedly, difficult to achieve).
We’ve actually solved the issue of the linked viewer by creating a “synthetic” dataset joining scans together, so that each frame actually displays two scans: a “baseline” scan to the left, and a follow-up visit to the “right” as if they were one.
May I ask another question: is there a way to retrieve the number of the frame the user is seeing and displaying it on the frontend? For example, I have a .dcm file consisting of 35 frames and would like to display a counter, sort of like 1/35, that updates as users scroll through the frames.
There’s probably an easy way to do this but I’m struggling.
Many thanks.