Replies: 1 comment
-
|
NextGen does sell an ASTM plugin for Mirth. This is another commercial plugin which should also work with OIE, but I would speak with the vendor first to confirm. https://www.meditecs.com/astm-extension-for-mirth-connect/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a working java script source that builds a message using ASTM communications. It uses a java script listener to communicate with the equipment and then generates the message. the preprocessor script converts the message to HL7.
It is currently only uni-directional and reads the results.
I use a port server to convert the serial interface to ethernet.
It is working with the following lab equipment:
Clinitek Status + - This is for the units without the base. This is a custom message (uses ASTM for the protocol but the message is not ASTM)
Mckesson UA - also a custom message (uses ASTM for the protocol but the message is not ASTM)
Sofia - standard ASTM (HPOCRL)
Triage Meter Pro - standard ASTM (HPOCRL)
Sysmex XP-300 - standard ASTM (HPOCRL)
Sysmex XN-330 - standard ASTM (HPOCRL) (partial - has an issue with closing the connections)
p.s. I found the starting of this script on the Mirth community site and made a lot of changes to fit my issues. (I think it was written in German or French) not sure the author but all credit give the them for the initial set up.
I am also sure there was a connector created but it was packaged in the commercial version.
Beta Was this translation helpful? Give feedback.
All reactions