Uses of Class
com.sas.lsaf.clinical.study.Study
-
Packages that use Study Package Description com.sas.lsaf.clinical.study Classes and interfaces to retrieve study information. -
-
Uses of Study in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return Study Modifier and Type Method Description Study
StudyUpdateResult. getStudy()
Gets the study being updated.Methods in com.sas.lsaf.clinical.study that return types with arguments of type Study Modifier and Type Method Description 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.java.util.Set<Study>
StudyService. getStudiesAssociatedWithStandard(java.lang.String standardId)
Gets the studies that are associated with the standard.Constructors in com.sas.lsaf.clinical.study with parameters of type Study Constructor Description StudyUpdateResult(Study study, ValidationResult validationResult, java.lang.String validationReportPath, SourceLocation validationReportSourceLocation)
It is not intended or recommended that the consumer of this API construct these objects.
-