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 |
---|---|
SectionDescriptor |
StudyTlfService.getStudySectionDescriptorById(String studyId,
String id)
Gets the study section descriptor by the specified id.
|
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.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>