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 |
---|---|
DictionaryDescriptor |
DictionaryService.getDictionaryDescriptorByNameAndStatus(String name,
EntityStatus status)
Gets dictionary descriptor by name and
EntityStatus . |
Modifier and Type | Method and Description |
---|---|
Set<DictionaryDescriptor> |
DictionaryService.getDictionaryDescriptorsByStatus(EntityStatus status)
Gets dictionary descriptors by
EntityStatus . |
Modifier and Type | Method and Description |
---|---|
List<DictionaryDescriptor> |
StudyService.getDictionariesAssociatedWithStudy(String studyId)
Gets dictionaries associated with the study.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA