Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces for retrieving dictionaries 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 |
---|---|
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.
|
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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA