View in #ohif on Slack
@Martin_Bellehumeur: HI, I need to launch rad-ai with accession number for the SIIM hackathon. How can I get the accession number in Mode.tsx given a StudyInstanceUID? Tx.
@Bill_Wallace: You would need to query the study level QIDO service. That is done already in the WorkList page where the user can query, but if you don’t want to show that, you would have to do the same operation that the worklist does to query.
@Martin_Bellehumeur: Thanks I’ll look for that query
Sorry, three more question: I use navigate to open studies: is that the best way? and how do I navigate to a specific image? If I have a measurement id, can I navigate and highlight it? I
@Bill_Wallace: Using navigate is indeed the right way to navigate internally. To navigate to a specific image there are additional query parameters - SeriesInstanceUID and SOPInstanceUID I think they are - those select from the initial views and provide guidance to the hanging protocol as to which image to select.
@Martin_Bellehumeur: Super, thank you!