Package | Description |
---|---|
com.sas.lsaf.clinical.standards |
Classes and interfaces to retrieve and export standards in the system.
|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
StandardsService.exportStandardToDataSets(String standardId,
EntityStatus standardStatus,
String version,
BatchFileCreateInfo info)
Exports a standard to a location in the repository or your workspace.
|
StandardDescriptor |
StandardsService.getStandardDescriptorByNameAndStatus(String name,
EntityStatus status)
Gets standard descriptor by name and
EntityStatus . |
Modifier and Type | Method and Description |
---|---|
void |
StudyService.associateStandards(String studyId,
Set<String> standardIds)
Associates the standards with the study.
|
Set<Study> |
StudyService.getStudiesAssociatedWithStandard(String standardId)
Gets the studies that are associated with the standard.
|
StudyUpdateResult |
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.
|
StudyUpdateResult |
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.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>