DataType
org.sagebionetworks.repo.model.DataType
Enumeration of data types the describe the contents of objects like Tables and Files.
Enumeration
| name | description |
|---|---|
| SENSITIVE_DATA | The default type assigned to all Tables and Files. Sensitive_data indicates that the contents 'might' contain Protected Health Data (PHI), data with access restriction, data with special terms-of-use, or data that should not be released to the public. |
| OPEN_DATA | Open_data is data that is safe to release to the public. Open_data must not include Protected Health Data (PHI), data with access restrictions, or any type of terms-of-use. |
| AGGREGATE_DATA | Data that authenticated users who have not met the applicable access requirements may read only in aggregate form. Individual row data still requires full access (DOWNLOAD). Set by the ACT together with a suppression threshold and facet post-processing configuration (see AggregateDataConfiguration). |