'Mindray-BS200 cinnection with LIS error
When my LIS receive message with type ORU^R01 (contains the Sample result OBX,OBR) it respond s with ACK^R01 this cause the mindray bs-200 software to shutdown!!! I couldn't explain that since I followed the instructions in the manual, any help will be nice , thank you in advance
Solution 1:[1]
I used to have similar problem with this machine. Mindray-BS200 requires you to send ACK message exactly as they put it in the documentation
here is a sample from the manual MSH|^~\&|||Manufacturer|Model|20070719145307||ACK^R01|2|P|2.3.1||||0||ASCII||| MSA|AA|2|Message accepted|||0|
and this is yours MSH|^~\&|ilias|eCAC|||||ACK|3beaab72-280d-4213-bd4d-e5856f004d6f|P|2.3.1||||0||ASCII MSA|AA|1
so you have to add 3 component separator (|) bars at the end of ASCII and also the MSA segment should say exactly "MSA|AA|2|Message accepted|||0|"
this time the machine would not crash. But still in my case it does get the acknowledgment but the request timeouts out.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Nathan TM |
