I have a question regarding PACS and DICOM stuff.
I have a patient management application with database. Now I have to create (or adopt) PACS server which will use existing database (used by management application). I don't need to save images from some medical device. What I actually need is just to get general patient information from database, transform it to DICOM format and send to MRI (or whatever medical device).
My question is if it possible at all. Because I saw a lot of examples of PACS servers but they use theirs internal database so I can't use mine. I saw also open-source solutions (like https://github.com/ClearCanvas) but they are so big and has no documentation at all.
How do you think, what I have to do?