Get one review item
get_review_itemRetrieve a complete review item with every evidence row quoted exactly, including row numbers and rule sources, to trace findings back to the original lab data.
Instructions
Return one review item from tidy_lab_files in full, with every evidence row quoted exactly as it is in its file.
Use it to show the person the lab, chain-of-custody and field-sheet lines behind a finding, with their row numbers, the rule and its source, and the judgement left to the scientist. Numbers come from tidy_lab_files for the same site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site id. Only the synthetic site 'FDS-01' is available. | |
| number | Yes | Review item number from tidy_lab_files, starting at 1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| note | Yes | ||
| site | Yes | ||
| of_total | Yes | How many review items the site has. | |
| synthetic | Yes | ||
| source_lines | Yes | Every evidence row, as written in its file. |