Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The locked fields cannot be edited either from UI or through API. This allows biobankers biobanks to put in check constraints to ensure users do not inadvertently modify participant information fetched from external sources like REDCap, OpenClinica, OnCore, or any other clinical research system.

...

  1. Navigate to Settings → Biospecimen → System Workflows
  2. Click the URL displayed for setting to download workflows workflow JSON
  3. Open workflows JSON file in any editor of your choice
  4. Prepare locking to lock fields configuration JSON as illustrated below. Add this JSON to the array in the workflows workflow JSON file. Ensure there is only one array element named "locked-fields". The example configuration instructs OpenSpecimen to disallow edits to identified fields of participants sourced from EPIC. EPIC is an example of a data source. It could be REDCap, OpenClinica, OnCore, etc. The default data source name for participants created directly in OS is OpenSpecimen
  5. The system workflow JSON file should look like the attached file system-workflows.json
  6. Upload updated workflows JSON by clicking on the System Workflows setting
  7. Test that the locking of fields is done properly based on the "data source name"

...