I really like the API Orthanc exposes and the plugin system you've developed. I wish most of the PACS I'm working with would have this kind of API :\
I'm developing a DICOM Viewer so I ended up creating a custom connector for each PACS to acts like a API and send the information to my viewer in JSON.
I was thinking if maybe could be possible to use Orthanc with an existing PACS and expose the PACS data using Orthanc's API? I'm newbie on orthanc so I don't know so much about how it works but I know that you can define custom routing actions and store just metadata intead of just images.
Could you tell me if this workflow could be viable?
1.- Setup autorouting in the Customer PACS to send every instance to Orthanc
2.- Setup Orthanc to just store metadata, not dicom instances but previews (is it possible?)
3.- Once you want to access the dicom data (maybe a custom plugin like the WADO example), the system will query the Customer PACS and send it back.