Uses of Class
com.sas.lsaf.clinical.tlf.SectionDescriptor
-
Packages that use SectionDescriptor Package Description com.sas.lsaf.clinical.study.tlf Classes and interfaces for retrieving study tlf information in the system. -
-
Uses of SectionDescriptor in com.sas.lsaf.clinical.study.tlf
Methods in com.sas.lsaf.clinical.study.tlf that return SectionDescriptor Modifier and Type Method Description SectionDescriptor
StudyTlfService. getStudySectionDescriptorById(java.lang.String studyId, java.lang.String id)
Gets the study section descriptor by the specified id.Methods in com.sas.lsaf.clinical.study.tlf that return types with arguments of type SectionDescriptor Modifier and Type Method Description java.util.List<SectionDescriptor>
StudyTlfService. getStudySections(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId)
Gets the study sections.
-