Package | Description |
---|---|
com.sas.lsaf.clinical.common |
Contains common clinical classes.
|
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 |
---|---|
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 to data sets the study's table and column metadata for a specified standard and model.
|
Set<String> |
StudyService.exportTlfsToDataSets(String studyId,
String baseStandardName,
String modelId,
BatchFileCreateInfo info,
boolean includeAnalysisResultsAndDatasets)
Exports to data sets the study's Tables, Listings, and Figures metadata for a specified standard and model.
|
String |
StudyService.exportZeroObservationDataSetsForStudyTables(String studyId,
String baseStandardName,
String modelId,
BatchFileCreateInfo info)
Exports a zero observation data set for every table in a study.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>