Uses of Class
com.sas.lsaf.clinical.tlf.AnalysisResult
-
Packages that use AnalysisResult Package Description com.sas.lsaf.clinical.study.tlf Classes and interfaces for retrieving study tlf information in the system. -
-
Uses of AnalysisResult in com.sas.lsaf.clinical.study.tlf
Methods in com.sas.lsaf.clinical.study.tlf that return types with arguments of type AnalysisResult Modifier and Type Method Description java.util.List<AnalysisResult>
StudyTlfService. getAnalysisResultsByStudyTlfId(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.lang.String tlfId)
Gets the analysis results for the TLF id.java.util.List<AnalysisResult>
StudyTlfService. getAnalysisResultsByStudyTlfIdentifier(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.lang.String tlfIdentifier)
Gets the analysis results for the TLF identifier.
-