Package | Description |
---|---|
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 |
---|---|
Set<String> |
StandardsService.exportStandardToDataSets(String standardId,
EntityStatus standardStatus,
String version,
BatchFileCreateInfo info)
Exports a standard to a location in the repository or your workspace.
|
StandardDescriptor |
StandardsService.getStandardDescriptorByNameAndStatus(String name,
EntityStatus status)
Gets standard descriptor by name and
EntityStatus . |
Modifier and Type | Method and Description |
---|---|
void |
StudyService.associateStandards(String studyId,
Set<String> standardIds)
Associates the standards to the study.
|
Set<Study> |
StudyService.getStudiesAssociatedWithStandard(String standardId)
Gets the studies that are associated with the standard.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA