Uses of Class
com.sas.lsaf.clinical.study.StudyComponentImportInfo
-
Packages that use StudyComponentImportInfo Package Description com.sas.lsaf.clinical.study 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 StudyComponentImportInfo Modifier and Type Method Description StudyUpdateResult
StudyService. importStudyCodeLists(java.lang.String studyId, StudyComponentImportInfo importInfo, ExportFileCreateInfo validationInfo)
Updates the study code lists from the import file with options to replace all or add new.void
StudyService. importStudyDetails(java.lang.String studyId, StudyComponentImportInfo importInfo)
Updates the study details from an import file.StudyUpdateResult
StudyService. importStudySupportingDocuments(java.lang.String studyId, java.lang.String baseStandardName, java.lang.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. importStudyValueLevelMetadata(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, StudyComponentImportInfo importInfo, ExportFileCreateInfo validationInfo)
Updates the study value level metadata from the import file with options to replace all or add new.
-