Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces for retrieving dictionaries in the system.
|
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 |
---|---|
String |
DictionaryService.exportDictionaryToDataSet(String dictionaryId,
EntityStatus dictionaryStatus,
String version,
ExportFileCreateInfo info)
Exports a dictionary to a location in the repository or your workspace.
|
String |
ExternalDictionaryService.exportExternalDictionariesToDataSet(ExportFileCreateInfo info)
Exports all external dictionaries to a location in the repository or your workspace.
|
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 |
---|---|
String |
StudyService.exportStudyAnalysisResultsMetadataToDataSet(String studyId,
String baseStandardName,
String modelId,
ExportFileCreateInfo info)
Deprecated.
As of Java API 2.2. Will be replaced in a subsequent release with a new method.
|
String |
StudyService.exportStudyCodeListsToDataSet(String studyId,
ExportFileCreateInfo info)
Exports the code lists defined at the study to a data set.
|
String |
StudyService.exportStudyDetailsToDataSet(String studyId,
ExportFileCreateInfo info)
Exports the study details including study name, study description, protocol, study identifier, and file
identifier to a data set.
|
String |
StudyService.exportStudyDictionariesToDataSet(String studyId,
ExportFileCreateInfo info)
Exports the list of dictionaries associated with the study to a data set.
|
String |
StudyService.exportStudyExternalDictionariesToDataSet(String studyId,
ExportFileCreateInfo info)
Exports the list of external dictionaries associated with the study to a data set.
|
String |
StudyService.exportStudyStandardsToDataSet(String studyId,
ExportFileCreateInfo info)
Exports the list of standards associated with the study to a data set.
|
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.
|
String |
StudyService.exportSupportingDocumentsToDataSet(String studyId,
String baseStandardName,
String modelId,
ExportFileCreateInfo info)
Exports the study's supporting documents for a specified standard and model to a data set.
|
String |
StudyService.exportValueLevelMetadataToDataSet(String studyId,
String baseStandardName,
String modelId,
ExportFileCreateInfo info)
Exports the study's value level metadata for a specified standard and model to a data set.
|
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) 2019, SAS Institute Inc., Cary, NC, USA