Uses of Class
com.sas.lsaf.clinical.tlf.TlfNotFoundException
Packages that use TlfNotFoundException
Package
Description
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 TlfNotFoundExceptionModifier and TypeMethodDescriptionStudyTlfService.getAnalysisResultsByStudyTlfId(String studyId, String baseStandardName, String modelId, String tlfId) Gets the analysis results for the TLF id.StudyTlfService.getAnalysisResultsByStudyTlfIdentifier(String studyId, String baseStandardName, String modelId, String tlfIdentifier) Gets the analysis results for the TLF identifier.StudyTlfService.getStudyTlfByTlfIdentifier(String studyId, String baseStandardName, String modelId, String tlfIdentifier) Gets the study TLF with the specified TLF identifier.