Uses of Class
com.sas.lsaf.clinical.tlf.Tlf
-
Packages that use Tlf Package Description com.sas.lsaf.clinical.study.tlf Classes and interfaces for retrieving study tlf information in the system. -
-
Uses of Tlf in com.sas.lsaf.clinical.study.tlf
Methods in com.sas.lsaf.clinical.study.tlf that return Tlf Modifier and Type Method Description 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.Methods in com.sas.lsaf.clinical.study.tlf that return types with arguments of type Tlf Modifier and Type Method Description java.util.List<Tlf>
StudyTlfService. getStudyTlfsBySectionId(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.lang.String sectionId, boolean recurse)
Gets the study TLFs within the specified section.java.util.List<Tlf>
StudyTlfService. getStudyTlfsBySectionNameAndIdentifier(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.lang.String sectionName, java.lang.String sectionIdentifier, boolean recurse)
Gets the study TLFs within the specified section.java.util.List<Tlf>
StudyTlfInfo. getTlfs()
Gets the study TLFs.Method parameters in com.sas.lsaf.clinical.study.tlf with type arguments of type Tlf Modifier and Type Method Description void
StudyTlfInfo. setTlfs(java.util.List<Tlf> tlfs)
Sets the study TLFs.Constructor parameters in com.sas.lsaf.clinical.study.tlf with type arguments of type Tlf Constructor Description StudyTlfInfo(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, java.util.List<Tlf> tlfs, long revision)
Constructor.
-