Uses of Class
com.sas.lsaf.clinical.tlf.TlfImportInfo
-
Packages that use TlfImportInfo Package Description com.sas.lsaf.clinical.study Classes and interfaces to retrieve study information.com.sas.lsaf.clinical.tlftemplate Contains classes for managing TLF templates. -
-
Uses of TlfImportInfo in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study with parameters of type TlfImportInfo Modifier and Type Method Description StudyUpdateResult
StudyService. importStudyTlfs(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, TlfImportInfo importInfo, ExportFileCreateInfo validationInfo)
Updates the study Tables, Listings, and Figures (TLF) from the import files with options to replace all or add new. -
Uses of TlfImportInfo in com.sas.lsaf.clinical.tlftemplate
Subclasses of TlfImportInfo in com.sas.lsaf.clinical.tlftemplate Modifier and Type Class Description class
TlfTemplateImportInfo
The class that represents all of the details to import of TLFs to a TLF template.
-