- {(currentUser.isAdmin || currentUser.isChairPerson) && ( - | Actions | - )} -{getSortDisplay({ field: 'datasetIdentifier', label: 'Dataset ID' })} | -{getSortDisplay({ field: 'Dataset Name' })} | -{getSortDisplay({ field: 'Data Access Committee' })} | -Data Source | -Data Use Terms | -{getSortDisplay({ field: 'Data Type' })} | -{getSortDisplay({ field: 'Disease Studied' })} | -{getSortDisplay({ field: 'Principal Investigator (PI)' })} | -{getSortDisplay({ field: '# of Participants' })} | -{getSortDisplay({ field: 'Description' })} | -{getSortDisplay({ field: 'Species' })} | -{getSortDisplay({ field: 'Data Custodian' })} | -
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-
- {!isNil(dataset.dacId) && (
- <>
-
-
- >
- )}
-
- |
- {(currentUser.isAdmin || currentUser.isChairPerson) && (
- - - | - )} -- {dataset['Dataset ID']} - | -- {dataset.name} - | -- {dataset['Data Access Committee']} - | -- {getLinkDisplay(dataset, trIndex)} - | -- openTranslatedDUL(dataset.dataUse)} - className={!isVisible(dataset) ? style['dataset-disabled'] : 'enabled'} - > - {dataset.codeList} - - | -- {findPropertyValue(dataset, 'Data Type')} - | -- {dataset['Disease Studied']} - | -- {dataset['Principal Investigator (PI)']} - | -- {dataset['# of Participants']} - | -- {findPropertyValue(dataset, 'Description')} - | -- {findPropertyValue(dataset, 'Species')} - | -- {dataset['Data Custodian']} - | -