Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces for retrieving dictionaries in the system.
|
com.sas.lsaf.clinical.study |
Classes and interfaces for retrieving study information in the system.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Set<ExternalDictionary> |
ExternalDictionaryService.getExternalDictionaries()
Gets all external dictionaries in the system.
|
Modifier and Type | Method and Description |
---|---|
Set<ExternalDictionary> |
StudyService.getExternalDictionariesAssociatedWithStudy(String studyId)
Gets external dictionaries associated with the study.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA