Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces to retrieve dictionaries.
|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
Modifier and Type | Method and Description |
---|---|
String |
DictionaryService.exportDictionaryToDataSet(String dictionaryId,
EntityStatus dictionaryStatus,
String version,
ExportFileCreateInfo info)
Exports a dictionary as a data set to a location in the repository or your workspace.
|
DictionaryDescriptor |
DictionaryService.getDictionaryDescriptorByNameAndStatus(String name,
EntityStatus status)
Gets dictionary descriptor by name and
EntityStatus . |
ExternalDictionary |
ExternalDictionaryService.getExternalDictionary(String dictionary,
DataType dataType,
String version)
Gets the external dictionary with the specified name, data type, and version.
|
Modifier and Type | Method and Description |
---|---|
void |
StudyService.associateDictionaries(String studyId,
List<String> dictionaryIds)
Associates the dictionaries with the study, replacing the current associations.
|
void |
StudyService.associateExternalDictionaries(String studyId,
Set<String> externalDictionaryIds)
Associates the external dictionaries with the study.
|
Set<Study> |
StudyService.getStudiesAssociatedWithDictionary(String dictionaryId)
Gets the studies that are associated with the dictionary.
|
Set<Study> |
StudyService.getStudiesAssociatedWithExternalDictionary(String externalDictionaryId)
Gets the studies that are associated with the external dictionary.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>