I am developing a link between our LIMS and a medical biochemical analyzer that has LIS protocol supported.
For various reasons we would like all of the results to be channeled to the system, also the ones marked automatically or manually rejected.
I am sending a Request message to the instrument which looks like this:
<STX>2Q|1|^ALL^^||^^^^|R|||||||<CR><ETX>51<CR><LF>
and in my mind is supposed to mean “give me everything you have”.
I then do receive everything that is on the instrument’s “deck” (i.e. all the current results, before they are archived at the end of the day) – except the rejected ones.
If I export the data to a CSV file, everything is exported, with appropriate statuses (AA, MA, AR, MR for automatically or manually accepted, automatically or manually rejected). I do not however know how to get the rejected results over LIS – is it at all possible?
Thank you for any possible insights!