Package | Description |
---|---|
com.sas.lsaf.clinical.study |
Classes and interfaces for retrieving study information in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
StudyService.associateDictionaries(String studyId,
List<String> dictionaryIds)
Associates the dictionaries to the study replacing any associations that already exist.
|
void |
StudyService.associateExternalDictionaries(String studyId,
Set<String> externalDictionaryIds)
Associates the external dictionaries to the study.
|
void |
StudyService.associateStandards(String studyId,
Set<String> standardIds)
Associates the standards to the study.
|
void |
StudyService.disassociateExternalDictionaries(String studyId,
Set<String> externalDictionaryIds)
Disassociates the external dictionaries that are associated to the study.
|
void |
StudyService.disassociateStandards(String studyId,
Set<String> standardIds)
Disassociates the standards that are associated to the study.
|
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.
|
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.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.
|
List<DictionaryDescriptor> |
StudyService.getDictionariesAssociatedWithStudy(String studyId)
Gets dictionaries associated with the study.
|
Set<ExternalDictionary> |
StudyService.getExternalDictionariesAssociatedWithStudy(String studyId)
Gets external dictionaries associated with the study.
|
Set<StandardDescriptor> |
StudyService.getStandardsAssociatedWithStudy(String studyId)
Gets standards associated with the study.
|
StudyComponentEditableStatus |
StudyService.getStudyComponentEditableStatus(String studyId,
StudyComponent studyComponent)
Gets the study component editable status which indicates if it is being edited, by whom and when the edit
started.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentAsNotEditable(String studyId,
StudyComponent studyComponent)
Sets the study component as not editable whether you or someone else has set it for edit.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentEditableByCurrentUser(String studyId,
StudyComponent studyComponent)
Sets the study component as editable by the current user.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA