Study

public class Study extends AbstractShadowableRdcDomainObject implements StudySubDocumentProjection

A study contains all metadata of a DataAcquisitionProject. It will get a DOI (Digital Object Identifier) when the DataAcquisitionProject is released.

Fields

annotations

private I18nString annotations

Arbitrary additional text for this study. Markdown is supported. Must not contain more than 2048 characters.

authors

private List<Person> authors

List of Persons which have performed this study. Must not be empty.

dataAcquisitionProjectId

private String dataAcquisitionProjectId

The id of the DataAcquisitionProject to which this study belongs. The dataAcquisitionProjectId must not be empty.

dataAvailability

private I18nString dataAvailability

The current state of the data’s availability. Must be one of DataAvailabilities and must not be empty.

description

private I18nString description

A description of the study. Markdown is supported. It must be specified in German and English and it must not contain more than 2048 characters.

id

private String id

The id of the study which uniquely identifies the study in this application.

institutions

private List<I18nString> institutions

The names of the institutions which have performed this study. It must be specified in German and English and it must not contain more than 512 characters.

masterId

private String masterId

The master id of the study. The master id must not be empty, must be of the form stu-{{dataAcquisitionProjectId}}$ and the master id must not contain more than 512 characters.

serialVersionUID

private static final long serialVersionUID

studySeries

private I18nString studySeries

The name of the series of studies to which this study belongs. If specified it must be specified in German and English. It must not contain more than 512 characters and must not contain „,“.

surveyDesign

private I18nString surveyDesign

The survey design of this Study. Must be one of SurveyDesigns and must not be empty.

tags

private Tags tags

Keywords for the study.

title

private I18nString title

The title of the study. It must be specified in German and English and it must not contain more than 2048 characters.