ResearchProject
org.sagebionetworks.repo.model.dataaccess.ResearchProject
A research project describes a project at an institution that used a controlled data set for the purposes that are stated in the Intended Data Use Statement.
Field | Type | Description |
---|---|---|
id | STRING | The unique immutable ID for this research project. |
accessRequirementId | STRING | The ID of the Access Requirement which this research project needs to meet to gain access to the data. |
institution | STRING | The institution that this research project belongs to. |
projectLead | STRING | The person who is leading the project. |
intendedDataUseStatement | STRING | A few short paragraph that explains how the controlled data will be used. |
createdOn | STRING | The date this research project was created. |
modifiedOn | STRING | The date this research project was last modified. |
createdBy | STRING | The ID of the user that created this research project. |
modifiedBy | STRING | The ID of the user that last modified this research project. |
etag | STRING | Synapse employs an Optimistic Concurrency Control (OCC) scheme to handle concurrent updates. Since the E-Tag changes every time a research project is updated it is used to detect when a client's current representation of a research project is out-of-date. |