Uses of Class
com.sas.lsaf.clinical.dictionary.DictionaryNotFoundException
-
Packages that use DictionaryNotFoundException 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. -
-
Uses of DictionaryNotFoundException in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that throw DictionaryNotFoundException Modifier and Type Method Description java.lang.String
DictionaryService. exportDictionaryToDataSet(java.lang.String dictionaryId, EntityStatus dictionaryStatus, java.lang.String version, ExportFileCreateInfo info)
Exports a dictionary as a data set to a location in the repository or your workspace.DictionaryDescriptor
DictionaryService. getDictionaryDescriptorByNameAndStatus(java.lang.String name, EntityStatus status)
Gets dictionary descriptor by name andEntityStatus
.ExternalDictionary
ExternalDictionaryService. getExternalDictionary(java.lang.String dictionary, DataType dataType, java.lang.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 DictionaryNotFoundException Modifier and Type Method Description void
StudyService. associateDictionaries(java.lang.String studyId, java.util.List<java.lang.String> dictionaryIds)
Associates the dictionaries with the study, replacing the current associations.void
StudyService. associateExternalDictionaries(java.lang.String studyId, java.util.Set<java.lang.String> externalDictionaryIds)
Associates the external dictionaries with the study.java.util.Set<Study>
StudyService. getStudiesAssociatedWithDictionary(java.lang.String dictionaryId)
Gets the studies that are associated with the dictionary.java.util.Set<Study>
StudyService. getStudiesAssociatedWithExternalDictionary(java.lang.String externalDictionaryId)
Gets the studies that are associated with the external dictionary.
-