public interface StudyTlfService
Modifier and Type | Method and Description |
---|---|
List<AttributeMetadata> |
getTlfAttributeMetadata()
Gets the TLF attribute metadata.
|
StudyTlfInfo |
getTlfs(String studyId,
String baseStandardName,
String modelId)
Gets the tables, listings and figures for the specified study.
|
StudyTlfInfo |
setTlfs(StudyTlfInfo studyTlfInfo)
Sets the tables, listings and figures for the study overwriting the existing.
|
StudyTlfInfo getTlfs(String studyId, String baseStandardName, String modelId) throws StudyNotFoundException
studyId
- The identifier of the study.baseStandardName
- The name of the base standard such as SDTM and ADaM.modelId
- The identifier of the model.StudyNotFoundException
- Thrown if the specified study does not exist.StudyTlfInfo setTlfs(StudyTlfInfo studyTlfInfo) throws StudyNotFoundException, TlfUpdateException
studyTlfInfo
- Study and TLF information to update the study TLFs.StudyNotFoundException
- Thrown if the specified study does not exist.TlfUpdateException
- Thrown if there was an issue updating the study TLFs.List<AttributeMetadata> getTlfAttributeMetadata() throws ModelNotFoundException
ModelNotFoundException
- Thrown if the TLF model does not exist.<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>