Uses of Class
com.sas.lsaf.clinical.study.StudyUpdateResult
Packages that use StudyUpdateResult
Package
Description
Classes and interfaces to retrieve study information.
-
Uses of StudyUpdateResult in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return StudyUpdateResultModifier and TypeMethodDescriptionStudyService.importStudyCodeLists(String studyId, StudyComponentImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the study code lists from the import file with options to replace all or add new.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.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.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.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.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.