Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
How to query for list of visits with no stored specimens
A user needs to identify visits where none of the specimens are stored in the biobank.
This can be achieved by subqueries. Refer https://openspecimen.atlassian.net/wiki/x/aoA-FQ .
You have to create two queries,
Query 1: Find all visits that have at least one stored specimen
Query 2: Find all visits that are not in Query 1.