Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces to retrieve dictionaries.
|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
Modifier and Type | Method and Description |
---|---|
String |
DictionaryService.exportDictionaryToDataSet(String dictionaryId,
EntityStatus dictionaryStatus,
String version,
ExportFileCreateInfo info)
Exports a dictionary as a data set to a location in the repository or your workspace.
|
String |
ExternalDictionaryService.exportExternalDictionariesToDataSet(ExportFileCreateInfo info)
Exports all external dictionaries as a SAS data set to a location in the repository or your workspace.
|
Modifier and Type | Method and Description |
---|---|
String |
StudyService.exportStudyCodeListsToDataSet(String studyId,
ExportFileCreateInfo info)
Exports to a data set the code lists that are defined with the study.
|
String |
StudyService.exportStudyDetailsToDataSet(String studyId,
ExportFileCreateInfo info)
Exports the study details to a data set.
|
String |
StudyService.exportStudyDictionariesToDataSet(String studyId,
ExportFileCreateInfo info)
Exports to a data set the list of dictionaries that are associated with the study.
|
String |
StudyService.exportStudyExternalDictionariesToDataSet(String studyId,
ExportFileCreateInfo info)
Exports to a data set the list of external dictionaries associated with the study.
|
String |
StudyService.exportStudyStandardsToDataSet(String studyId,
ExportFileCreateInfo info)
Exports to a data set the list of standards that are associated with the study.
|
String |
StudyService.exportSupportingDocumentsToDataSet(String studyId,
String baseStandardName,
String modelId,
ExportFileCreateInfo info)
Exports to a data set the study supporting documents for a specified base standard and model.
|
String |
StudyService.exportValueLevelMetadataToDataSet(String studyId,
String baseStandardName,
String modelId,
ExportFileCreateInfo info)
Exports to a data set the study's value level metadata for a specified standard and model.
|
StudyUpdateResult |
StudyService.importStudyCodeLists(String studyId,
StudyComponentImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study code lists from the import file with options to replace all or add new.
|
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.importStudySupportingDocuments(String studyId,
String baseStandardName,
String modelId,
StudyComponentImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study supporting documents from the import file with options to replace all or add new.
|
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.
|
StudyUpdateResult |
StudyService.importStudyTlfs(String studyId,
String baseStandardName,
String modelId,
TlfImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study Tables, Listings, and Figures (TLF) from the import files with options to replace all or add
new.
|
StudyUpdateResult |
StudyService.importStudyValueLevelMetadata(String studyId,
String baseStandardName,
String modelId,
StudyComponentImportInfo importInfo,
ExportFileCreateInfo validationInfo)
Updates the study value level metadata from the import file with options to replace all or add new.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>