Adapters Request Portal

E411 QC Result Mapping

Today we were testing the V3 3.0.0.13 driver for the E411 and we noticed that QC results lotnumbers are not sent out to the LIS nor is there an option to choose which data is sent out to the LIS.We have also seen the new driver for the E411 (3.0.1.21) but there was nothing in the release notes about the Control Name or Lotnumber choice.

When the control name setting in the instrument is enabled, no QC Lot number is sent out in the message so that is the wrong setting for us.When we receive a message from the E411 WITH the lotnumbers in the message it looks like this:


H|\^&|||cobas-e411^1|||||host|RSUPL^REAL|P|1
P|1
O|1|sil 1^00191090|1^0025^1^^QC^SC|^^^137^1\^^^761^1\^^^140^1\^^^138^1|||20220210071145||||Q||||1|||||||20220210073245|||F
R|1|^^^137/1/not|280.6|pmol/l||N||F||kcl|||E1
R|2|^^^761/1/not|3.81|IU/l||N||F||kcl|||E1
R|3|^^^140/1/not|5.45|IU/l||N||F||kcl|||E1
R|4|^^^138/1/not|3.51|nmol/l||N||F||kcl|||E1
L|1|N


The XML looks like this:


<?xml version="1.0" encoding="UTF-8"?>
<SampleResult Batch="false" Version="1.0" DriverName="e411V3" DriverVersion="3.0.0.13" InstrumentType="e411V3" DateTime="20220210073245" xmlns="http://roche.com/CIT/InstrumentInterface">
<Sample Control="true" ControlName="sil 1" ControlLotID="00191090" SampleID="sil 1" Rack="0025" Position="1" InstrumentSpecimen="QC" InstrumentTubeType="SC">
<Result TestCode="137" InstrumentDilution="1">
<ResultPart Part="0">280.6</ResultPart>
<ResultPart Part="1" Unit="pmol/l">280.6</ResultPart>
<Flag Value="N"/>
</Result>
<Result TestCode="761" InstrumentDilution="1">
<ResultPart Part="0">3.81</ResultPart>
<ResultPart Part="1" Unit="IU/l">3.81</ResultPart>
<Flag Value="N"/>
</Result>
<Result TestCode="140" InstrumentDilution="1">
<ResultPart Part="0">5.45</ResultPart>
<ResultPart Part="1" Unit="IU/l">5.45</ResultPart>
<Flag Value="N"/>
</Result>
<Result TestCode="138" InstrumentDilution="1">
<ResultPart Part="0">3.51</ResultPart>
<ResultPart Part="1" Unit="nmol/l">3.51</ResultPart>
<Flag Value="N"/>
</Result>
</Sample>
</SampleResult>


The issue is that the LIS expects us to send out the Lotnumber for the QC and not the name. Right now the message to the LIS looks like this:


H|\^&|58394250||cITm^Roche^Glims^Mips|||||||Q||20220210113601
P|1
O|1|sil 1||ALL|||||||X\Q||||||||||||||F
R|1|^^^HCG^^^^E411-E19-BR^^^^^^|3.810|IU/l||||F||^||20220210113554|E411-E19-BR
R|2|^^^OEST^^^^E411-E19-BR^^^^^^|280.600|pmol/l||||F||^||20220210113554|E411-E19-BR
R|3|^^^LH^^^^E411-E19-BR^^^^^^|5.450|IU/l||||F||^||20220210113554|E411-E19-BR
R|4|^^^PROG^^^^E411-E19-BR^^^^^^|3.510|nmol/l||||F||^||20220210113554|E411-E19-BR
L|1|N


We would like the driver to include two options:

  1. Use the Control name as "Sample ID"

  2. Use the Control lotnumber as "Sample ID"

I hope you understand our issues and that you will find a solution for this.

  • Guest
  • Feb 10 2022
  • Will not implement
  • Attach files