public class StudyUpdateResult extends ClinicalUpdateResult
Constructor and Description |
---|
StudyUpdateResult(Study study,
ValidationResult validationResult,
String validationReportPath,
SourceLocation validationReportSourceLocation)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
Study |
getStudy()
Gets the study being updated.
|
String |
toString() |
getValidationReportPath, getValidationReportSourceLocation, getValidationResult
public StudyUpdateResult(Study study, ValidationResult validationResult, String validationReportPath, SourceLocation validationReportSourceLocation)
study
- The study being updated.validationResult
- The validation results of performing a clinical import.validationReportPath
- The path of the validation report, if provided.validationReportSourceLocation
- The source location (repository or workspace) of the validation report, if
a validation path was provided. Otherwise, null.public Study getStudy()
public String toString()
toString
in class ClinicalUpdateResult
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>