Package | Description |
---|---|
com.sas.lsaf.clinical.study.tlf |
Classes and interfaces for retrieving study tlf information in the system.
|
Modifier and Type | Method and Description |
---|---|
Tlf |
StudyTlfService.getStudyTlfByTlfIdentifier(String studyId,
String baseStandardName,
String modelId,
String tlfIdentifier)
Gets the study TLF with the specified TLF identifier.
|
Modifier and Type | Method and Description |
---|---|
List<Tlf> |
StudyTlfService.getStudyTlfsBySectionId(String studyId,
String baseStandardName,
String modelId,
String sectionId,
boolean recurse)
Gets the study TLFs within the specified section.
|
List<Tlf> |
StudyTlfService.getStudyTlfsBySectionNameAndIdentifier(String studyId,
String baseStandardName,
String modelId,
String sectionName,
String sectionIdentifier,
boolean recurse)
Gets the study TLFs within the specified section.
|
List<Tlf> |
StudyTlfInfo.getTlfs()
Gets the study TLFs.
|
Modifier and Type | Method and Description |
---|---|
void |
StudyTlfInfo.setTlfs(List<Tlf> tlfs)
Sets the study TLFs.
|
Constructor and Description |
---|
StudyTlfInfo(String studyId,
String baseStandardName,
String modelId,
List<Tlf> tlfs,
long revision)
Constructor.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>