Uses of Class
com.sas.lsaf.clinical.dictionary.DictionaryDescriptor
Packages that use DictionaryDescriptor
Package
Description
Classes and interfaces to retrieve dictionaries.
Classes and interfaces to retrieve study information.
-
Uses of DictionaryDescriptor in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that return DictionaryDescriptorModifier and TypeMethodDescriptionDictionaryService.getDictionaryDescriptorByNameAndStatus(String name, EntityStatus status) Gets dictionary descriptor by name andEntityStatus.Methods in com.sas.lsaf.clinical.dictionary that return types with arguments of type DictionaryDescriptorModifier and TypeMethodDescriptionDictionaryService.getDictionaryDescriptorsByStatus(EntityStatus status) Gets all dictionary descriptors byEntityStatus. -
Uses of DictionaryDescriptor in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return types with arguments of type DictionaryDescriptorModifier and TypeMethodDescriptionStudyService.getDictionariesAssociatedWithStudy(String studyId) Gets the dictionaries that are associated with the study.