Uses of Class
com.sas.lsaf.core.ValidationResult
-
Packages that use ValidationResult Package Description com.sas.lsaf.clinical.common Contains common clinical classes.com.sas.lsaf.clinical.study Classes and interfaces to retrieve study information.com.sas.lsaf.clinical.tlf 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 ValidationResult Modifier and Type Method Description ValidationResult
ClinicalUpdateResult. getValidationResult()
Gets the validation results of importing clinical data.Constructors in com.sas.lsaf.clinical.common with parameters of type ValidationResult Constructor Description ClinicalUpdateResult(ValidationResult validationResult, java.lang.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 ValidationResult Constructor Description StudyUpdateResult(Study study, ValidationResult validationResult, java.lang.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 ValidationResult Constructor Description TlfUpdateResult(TlfTemplate tlfTemplate, java.lang.String validationReportPath, SourceLocation validationReportSourceLocation, ValidationResult validationResult)
It is not intended or recommended that the consumer of this API construct these objects.
-