Create a new study entry in the database. Throws a ValueError if the short_code is not unique
create_study(
title,
short_code,
is_longitudinal,
lead_person,
description = NULL
)
the title of the study
a short unique string that is used to refer to the study
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
the person responsible for the study samples
an optional field to give more context to the study
returns the study object created