Uses of Class
com.sas.lsaf.clinical.common.ValidationReportException
-
Packages that use ValidationReportException Package Description com.sas.lsaf.clinical.study Classes and interfaces to retrieve study information.com.sas.lsaf.clinical.tlftemplate Contains classes for managing TLF templates. -
-
Uses of ValidationReportException in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that throw ValidationReportException 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.StudyUpdateResult
StudyService. importStudyFromDefine(java.lang.String studyId, java.lang.String standardId, java.lang.String definePath, java.lang.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(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. importStudyTables(java.lang.String studyId, java.lang.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(java.lang.String studyId, java.lang.String baseStandardName, java.lang.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(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. -
Uses of ValidationReportException in com.sas.lsaf.clinical.tlftemplate
Methods in com.sas.lsaf.clinical.tlftemplate that throw ValidationReportException Modifier and Type Method Description TlfUpdateResult
TlfTemplateService. importTlfsToTlfTemplate(TlfTemplateImportInfo importInfo, ExportFileCreateInfo validationInfo)
Updates the Tables, Listings, and Figures (TLF) from the import files to the TLF template specified.
-