Package | Description |
---|---|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
Modifier and Type | Method and Description |
---|---|
StudyUpdateResult |
StudyService.importStudyCodeLists(String studyId,
StudyComponentImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study code lists from the import file with options to replace all or add new.
|
StudyUpdateResult |
StudyService.importStudyFromDefine(String studyId,
String standardId,
String definePath,
String defineVersion,
SourceLocation defineSourceLocation,
UpdateAction codeListUpdateAction,
ExportFileCreateInfo validationInfo)
Imports metadata from a Define-XML file and updates study components based on the contents of the file.
|
StudyUpdateResult |
StudyService.importStudySupportingDocuments(String studyId,
String baseStandardName,
String modelId,
StudyComponentImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study supporting documents from the import file with options to replace all or add new.
|
StudyUpdateResult |
StudyService.importStudyTables(String studyId,
String standardId,
StudyTablesImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study tables from the import file information with options to replace all or add new.
|
StudyUpdateResult |
StudyService.importStudyTlfs(String studyId,
String baseStandardName,
String modelId,
TlfImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study Tables, Listings, and Figures (TLF) from the import files with options to replace all or add
new.
|
StudyUpdateResult |
StudyService.importStudyValueLevelMetadata(String studyId,
String baseStandardName,
String modelId,
StudyComponentImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study value level metadata from the import file with options to replace all or add new.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>