Uses of Class
com.sas.lsaf.clinical.tlftemplate.TlfTemplate
-
Packages that use TlfTemplate Package Description com.sas.lsaf.clinical.tlf Contains classes for global tlf information in the system.com.sas.lsaf.clinical.tlftemplate Contains classes for managing TLF templates. -
-
Uses of TlfTemplate in com.sas.lsaf.clinical.tlf
Methods in com.sas.lsaf.clinical.tlf that return TlfTemplate Modifier and Type Method Description TlfTemplate
TlfUpdateResult. getTlfTemplate()
Gets the updated TLF template.Constructors in com.sas.lsaf.clinical.tlf with parameters of type TlfTemplate Constructor Description TlfUpdateResult(TlfTemplate tlfTemplate, java.lang.String validationReportPath, SourceLocation validationReportSourceLocation, ValidationResult validationResult)
It is not intended or recommended that the consumer of this API construct these objects. -
Uses of TlfTemplate in com.sas.lsaf.clinical.tlftemplate
Methods in com.sas.lsaf.clinical.tlftemplate that return TlfTemplate Modifier and Type Method Description TlfTemplate
TlfTemplateService. createTlfTemplate(java.lang.String name, java.lang.String description)
Creates a TLF template.Methods in com.sas.lsaf.clinical.tlftemplate that return types with arguments of type TlfTemplate Modifier and Type Method Description java.util.Set<TlfTemplate>
TlfTemplateService. getTlfTemplates()
Gets the TLF templates.
-