Package | Description |
---|---|
com.sas.lsaf.clinical.common |
Contains common clinical classes.
|
com.sas.lsaf.clinical.standards |
Classes and interfaces for retrieving and exporting standards in the system.
|
com.sas.lsaf.clinical.study |
Classes and interfaces for retrieving study information in the system.
|
Modifier and Type | Method and Description |
---|---|
BatchFileCreateInfo |
BatchFileCreateInfo.comment(String comment) |
BatchFileCreateInfo |
BatchFileCreateInfo.enableVersioning() |
BatchFileCreateInfo |
BatchFileCreateInfo.enableVersioning(boolean enableVersioning) |
BatchFileCreateInfo |
BatchFileCreateInfo.overwrite() |
BatchFileCreateInfo |
BatchFileCreateInfo.overwrite(boolean overwrite) |
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.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
StudyService.exportStudyTablesToDataSets(String studyId,
String baseStandardName,
String modelId,
BatchFileCreateInfo info)
Exports the study's table and column metadata for a specified standard and model to data sets.
|
Set<String> |
StudyService.exportTlfsToDataSets(String studyId,
String baseStandardName,
String modelId,
BatchFileCreateInfo info,
boolean includeAnalysisResultsAndDatasets)
Exports the study's tables, listings, and figures metadata for a specified standard and model to data sets.
|
String |
StudyService.exportZeroObservationDataSetsForStudyTables(String studyId,
String baseStandardName,
String modelId,
BatchFileCreateInfo info)
Exports a zero observation data set for every table in the study.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA