Uses of Class
com.sas.lsaf.clinical.tlf.TlfNotFoundException
-
Packages that use TlfNotFoundException Package Description com.sas.lsaf.clinical.study.tlf Classes and interfaces for retrieving study tlf information in the system. -
-
Uses of TlfNotFoundException in com.sas.lsaf.clinical.study.tlf
Methods in com.sas.lsaf.clinical.study.tlf that throw TlfNotFoundException 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.Tlf
StudyTlfService. getStudyTlfByTlfIdentifier(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.lang.String tlfIdentifier)
Gets the study TLF with the specified TLF identifier.
-