Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces for retrieving dictionaries in the system.
|
com.sas.lsaf.clinical.standards |
Classes and interfaces for retrieving and exporting standards in the system.
|
com.sas.lsaf.core |
Contains common classes and interfaces for core services in the system.
|
Modifier and Type | Method and Description |
---|---|
EntityStatus |
DictionaryDescriptor.getDictionaryStatus()
Gets the status of the dictionary.
|
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.
|
DictionaryDescriptor |
DictionaryService.getDictionaryDescriptorByNameAndStatus(String name,
EntityStatus status)
Gets dictionary descriptor by name and
EntityStatus . |
Set<DictionaryDescriptor> |
DictionaryService.getDictionaryDescriptorsByStatus(EntityStatus status)
Gets dictionary descriptors by
EntityStatus . |
Constructor and Description |
---|
DictionaryDescriptor(String id,
String name,
String description,
String standard,
boolean isCheckedOut,
String checkedOutBy,
Date checkedOutDate,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String releaseDate,
EntityState state,
EntityState publishedState,
EntityStatus dictionaryStatus,
String currentVersion,
int numStudiesAssociated)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
EntityStatus |
StandardDescriptor.getStandardStatus()
Gets the status of the standard.
|
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 . |
Set<StandardDescriptor> |
StandardsService.getStandardDescriptorsByStatus(EntityStatus status)
Gets standard descriptors by
EntityStatus . |
Constructor and Description |
---|
StandardDescriptor(String id,
String name,
BaseStandardTypeInfo baseStandardTypeInfo,
String modelId,
String description,
boolean isCheckedOut,
String checkedOutBy,
Date checkedOutDate,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
EntityState state,
EntityState publishedState,
EntityStatus standardStatus,
String currentVersion,
int numStudiesAssociated)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
static EntityStatus |
EntityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityStatus[] |
EntityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA