Uses of Class
com.sas.lsaf.core.ValidationResult
Packages that use ValidationResult
Package
Description
Contains common clinical classes.
Classes and interfaces to retrieve study information.
Contains classes for global tlf information in the system.
-
Uses of ValidationResult in com.sas.lsaf.clinical.common
Methods in com.sas.lsaf.clinical.common that return ValidationResultModifier and TypeMethodDescriptionClinicalUpdateResult.getValidationResult()Gets the validation results of importing clinical data.Constructors in com.sas.lsaf.clinical.common with parameters of type ValidationResultModifierConstructorDescriptionClinicalUpdateResult(ValidationResult validationResult, String validationReportPath, SourceLocation validationReportSourceLocation) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of ValidationResult in com.sas.lsaf.clinical.study
Constructors in com.sas.lsaf.clinical.study with parameters of type ValidationResultModifierConstructorDescriptionStudyUpdateResult(Study study, ValidationResult validationResult, String validationReportPath, SourceLocation validationReportSourceLocation) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of ValidationResult in com.sas.lsaf.clinical.tlf
Constructors in com.sas.lsaf.clinical.tlf with parameters of type ValidationResultModifierConstructorDescriptionTlfUpdateResult(TlfTemplate tlfTemplate, String validationReportPath, SourceLocation validationReportSourceLocation, ValidationResult validationResult) It is not intended or recommended that the consumer of this API construct these objects.