Package | Description |
---|---|
com.sas.lsaf.clinical.study |
Classes and interfaces to retrieve study information.
|
com.sas.lsaf.clinical.study.tlf |
Classes and interfaces for retrieving study tlf information in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
StudyService.associateDictionaries(String studyId,
List<String> dictionaryIds)
Associates the dictionaries with the study, replacing the current associations.
|
void |
StudyService.associateExternalDictionaries(String studyId,
Set<String> externalDictionaryIds)
Associates the external dictionaries with the study.
|
void |
StudyService.associateStandards(String studyId,
Set<String> standardIds)
Associates the standards with the study.
|
void |
StudyService.disassociateExternalDictionaries(String studyId,
Set<String> externalDictionaryIds)
Disassociates the external dictionaries that are associated with the study.
|
void |
StudyService.disassociateStandards(String studyId,
Set<String> standardIds)
Disassociates the standards that are associated with the study.
|
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.
|
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.
|
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.
|
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.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.
|
String |
StudyService.exportZeroObservationDataSetsForStudyTables(String studyId,
String baseStandardName,
String modelId,
BatchFileCreateInfo info)
Exports a zero observation data set for every table in a study.
|
List<DictionaryDescriptor> |
StudyService.getDictionariesAssociatedWithStudy(String studyId)
Gets the dictionaries that are associated with the study.
|
Set<ExternalDictionary> |
StudyService.getExternalDictionariesAssociatedWithStudy(String studyId)
Gets the external dictionaries that are associated with the study.
|
Set<StandardDescriptor> |
StudyService.getStandardsAssociatedWithStudy(String studyId)
Gets the standards that are associated with the study.
|
StudyComponentEditableStatus |
StudyService.getStudyComponentEditableStatus(String studyId,
StudyComponent studyComponent)
Gets the study component editable status, that indicates whether the study component is being edited, by whom,
and when the editing started.
|
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.
|
void |
StudyService.importStudyDetails(String studyId,
StudyComponentImportInfo importInfo)
Updates the study details from an import file.
|
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.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentAsNotEditable(String studyId,
StudyComponent studyComponent)
Sets the study component as not editable regardless of whether you or someone else has set it for editing.
|
StudyComponentEditableStatus |
StudyService.setStudyComponentEditableByCurrentUser(String studyId,
StudyComponent studyComponent)
Sets the study component as editable by the current user.
|
Modifier and Type | Method and Description |
---|---|
List<AnalysisDataset> |
StudyTlfService.getAnalysisDatasetsByResultId(String studyId,
String baseStandardName,
String modelId,
String resultId)
Gets the analysis data sets by the analysis results id.
|
List<AnalysisDataset> |
StudyTlfService.getAnalysisDatasetsByResultIdentifier(String studyId,
String baseStandardName,
String modelId,
String resultIdentifier)
Gets the analysis data sets by the analysis results identifier.
|
List<AnalysisResult> |
StudyTlfService.getAnalysisResultsByStudyTlfId(String studyId,
String baseStandardName,
String modelId,
String tlfId)
Gets the analysis results for the TLF id.
|
List<AnalysisResult> |
StudyTlfService.getAnalysisResultsByStudyTlfIdentifier(String studyId,
String baseStandardName,
String modelId,
String tlfIdentifier)
Gets the analysis results for the TLF identifier.
|
SectionDescriptor |
StudyTlfService.getStudySectionDescriptorById(String studyId,
String id)
Gets the study section descriptor by the specified id.
|
List<SectionDescriptor> |
StudyTlfService.getStudySections(String studyId,
String baseStandardName,
String modelId)
Gets the study sections.
|
Tlf |
StudyTlfService.getStudyTlfByTlfIdentifier(String studyId,
String baseStandardName,
String modelId,
String tlfIdentifier)
Gets the study TLF with the specified TLF identifier.
|
List<Tlf> |
StudyTlfService.getStudyTlfsBySectionId(String studyId,
String baseStandardName,
String modelId,
String sectionId,
boolean recurse)
Gets the study TLFs within the specified section.
|
List<Tlf> |
StudyTlfService.getStudyTlfsBySectionNameAndIdentifier(String studyId,
String baseStandardName,
String modelId,
String sectionName,
String sectionIdentifier,
boolean recurse)
Gets the study TLFs within the specified section.
|
StudyTlfInfo |
StudyTlfService.getTlfs(String studyId,
String baseStandardName,
String modelId)
Gets the Tables, Listings and Figures for the specified study.
|
StudyTlfInfo |
StudyTlfService.setTlfs(StudyTlfInfo studyTlfInfo)
Sets the Tables, Listings and Figures for the study.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>