Uses of Class
com.sas.lsaf.clinical.dictionary.DictionaryNotFoundException
Packages that use DictionaryNotFoundException
Package
Description
Classes and interfaces to retrieve dictionaries.
Classes and interfaces to retrieve study information.
-
Uses of DictionaryNotFoundException in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that throw DictionaryNotFoundExceptionModifier and TypeMethodDescriptionDictionaryService.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.DictionaryService.getDictionaryDescriptorByNameAndStatus(String name, EntityStatus status) Gets dictionary descriptor by name andEntityStatus.ExternalDictionaryService.getExternalDictionary(String dictionary, DataType dataType, String version) Gets the external dictionary with the specified name, data type, and version. -
Uses of DictionaryNotFoundException in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that throw DictionaryNotFoundExceptionModifier and TypeMethodDescriptionvoidStudyService.associateDictionaries(String studyId, List<String> dictionaryIds) Associates the dictionaries with the study, replacing the current associations.voidStudyService.associateExternalDictionaries(String studyId, Set<String> externalDictionaryIds) Associates the external dictionaries with the study.StudyService.getStudiesAssociatedWithDictionary(String dictionaryId) Gets the studies that are associated with the dictionary.StudyService.getStudiesAssociatedWithExternalDictionary(String externalDictionaryId) Gets the studies that are associated with the external dictionary.