Uses of Class
com.sas.lsaf.clinical.dictionary.ExternalDictionary
-
Packages that use ExternalDictionary 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 ExternalDictionary in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that return ExternalDictionary Modifier and Type Method Description 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.Methods in com.sas.lsaf.clinical.dictionary that return types with arguments of type ExternalDictionary Modifier and Type Method Description java.util.Set<ExternalDictionary>
ExternalDictionaryService. getExternalDictionaries()
Gets all external dictionaries. -
Uses of ExternalDictionary in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return types with arguments of type ExternalDictionary Modifier and Type Method Description java.util.Set<ExternalDictionary>
StudyService. getExternalDictionariesAssociatedWithStudy(java.lang.String studyId)
Gets the external dictionaries that are associated with the study.
-