Description Usage Arguments Value
Create a new study entry in the database. Throws a ValueError if the short_code is not unique
1 2 3 4 5 6 7 | create_study(
title,
short_code,
is_longitudinal,
lead_person,
description = NULL
)
|
title |
the title of the study |
short_code |
a short unique string that is used to refer to the study |
is_longitudinal |
logical indicating if the study is a longitudinal study. Setting this value will result in extra logical checks when adding samples to ensure they have collection dates associated |
lead_person |
the person responsible for the study samples |
description |
an optional field to give more context to the study |
returns the study object created
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.