Hello, first time poster so if there is already a topic on this, please let me know and I will refer to that one. (although I have scoured the forum pretty thoroughly and haven’t seen any similar to this)
I’ve tried to reference the EasyCodeII manual but I am having some difficulties with a barcode matching step in my matrix tube scanning submethod. For context, I have a separate submethod that scans the worklist and creates an array with the barcodes to be used in the method. The easyCode should scan the matrix tubes and then be able to match the barcodes with the ones present in the worklist.
However, when I get to the scanning portion, the easyCode will create arrays that list the barcodes in certain positions on the matrix rack. Although the barcodes will match, the position will not and therefore throw an error stating that either the barcodes are missing or there is a barcode mismatch.
I’ve tried thinking of a couple solutions, including
A) truncating the null values from the barcode portion of the EasyCode array
B) somehow making an array (or 2) that lists position and barcode on the worklist.
I wanted to know if there is some kind of way on EasyCode software to have it that it only scans the barcodes, not the positions, and limit the size of the array to the number of samples scanned, or if there’s a way I’ll be able to implement either of the two options above.
Thanks