Added basic Mosaiq interface for payer and episode of care.#1
Added basic Mosaiq interface for payer and episode of care.#1bgeorge0 wants to merge 1 commit intodicom:masterfrom
Conversation
|
Thank you, Ben, for this nice contribution to the mosaiq interface! May I ask you what version of Mosaiq you have in your clinic? We are currently at 2.64, but we are upgrading to 2.86 this weekend actually. Best regards, |
|
We're on v2.83 about going to update to v3.2.3 within the next few months. Not sure whether that upgrade will break anything. There are a few other interfaces I'm going to put together as well to support what I need. |
|
Thanks for the info, Ben. I will look further into this next week after we are done with our Mosiq upgrade, and try to merge your pull request then. For the original mosaiq interface, I've only implemented support for the database objects I actually use myself, so naturally there are many left out that other people might have use for. It is of course excellent if you will implement support for other missing database objects as well! |
|
There seem to be some implementation details which may be institution-specific, interesting to see how this works across other centres. I'm keen to try and access data from Assessments, but I'm working somewhat blind on this and haven't yet figured how that is stored - any ideas? |
|
We actually cracked the code for how Mosaiq's pdf documents are stored on the Mosaiq file share a few months ago. We're using it to display the pdf's in a Ruby on Rails web application at our clinic. We dont use assessments in our clinic (I believe), so I have no I have no experience with that, but it could be they are stored by the same logic. If so this might help you along. I havent converted it to python code yet, but here is how we implemented it in Ruby: |
Mosaiq interface added for payer, episode of care.
Some bug fixes in other code paths
Added mosaiq database field to connection