Uses of Class
com.sas.lsaf.clinical.study.StudyComponentImportInfo
Packages that use StudyComponentImportInfo
Package
Description
Classes and interfaces to retrieve study information.
-
Uses of StudyComponentImportInfo in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study with parameters of type StudyComponentImportInfoModifier 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.voidStudyService.importStudyDetails(String studyId, StudyComponentImportInfo importInfo) Updates the study details from an import 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.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.