I am starting to investigate implementing structured reports and I have a few questions.
I did not realize that they have an API interface to that library of reports. Some of the template are quite nice, some are in languages other than English, and some are just so-so. The templates are mostly in HTML format, but I think that maybe there is a way to use them to create SR's.
I've been using some stripped down HTML from those templates, or modified versions of them to generate encapsualted PDF's from (HTML + a CSS stylesheet) using the wkhtmltopdf binary:
https://wkhtmltopdf.org/ packaged into my Orthanc instances and a Python script. There is a PIP module for wkhtmltopdf.
That works pretty well really, but I'd like to learn how to create an actual SR document and then render that in the viewer. Apparently, there is sketchy support for SR's in the various viewers and PACS, but they are quite nice for AI applications.
1. Just looking for other resources to get me started.
2. Does the Stone Viewer render SR's ? What about OHIF.
I've seen a couple of recent posts about that:
https://groups.google.com/g/orthanc-users/c/3qqUlz26aOE/m/wwVUtn-zAgAJhttps://groups.google.com/g/orthanc-users/c/3DQep_F87vk/m/QTDinBFTAAAJStephen S.