Hello!
I need to implement a feature that allow users to tag specific instances of a study during visualization. For example, a button click would trigger a send of the visualized instance to the server and associate it to the study as an “important instance”.
In my setup, I show Orthanc’s viewer as an iframe inside an Angular app. Is it possible to interact with Orthanc’s viewer via iframe and receive relevant information from it?