Uses of Class
com.sas.lsaf.clinical.common.ValidationReportException
Packages that use ValidationReportException
Package
Description
Classes and interfaces to retrieve study information.
Contains classes for managing TLF templates.
-
Uses of ValidationReportException in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that throw ValidationReportExceptionModifier 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. -
Uses of ValidationReportException in com.sas.lsaf.clinical.tlftemplate
Methods in com.sas.lsaf.clinical.tlftemplate that throw ValidationReportExceptionModifier and TypeMethodDescriptionTlfTemplateService.importTlfsToTlfTemplate(TlfTemplateImportInfo importInfo, ExportFileCreateInfo validationInfo) Updates the Tables, Listings, and Figures (TLF) from the import files to the TLF template specified.