chop-dbhi / ehb-datasources

datasource drivers, e.g. REDCap and Nautilus, that can be plugged into the Biorepository Portal
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Render Nautilus aliquots when mulitple visits with a single aliquot each #62

Open seg1129 opened 3 years ago

seg1129 commented 3 years ago

The BRP gives a 500 server error when an SDG has multiple visits with a single aliquot for each visit. the error occurs here: error first line and here: error second line. It ultimately fails on the second line indicated above because ' each['U_SAMPLE_TYPE']' cannot be retrieved because of the data type of 'each' is not correct. So far we do not have an indication that this will ever happen, but I wanted to make note of this in case it does.