Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces to retrieve dictionaries.
|
com.sas.lsaf.core |
Contains common classes and interfaces for core services in the system.
|
Modifier and Type | Method and Description |
---|---|
DataType |
ExternalDictionary.getDataType()
Gets the data type of the external dictionary.
|
Modifier and Type | Method and Description |
---|---|
ExternalDictionary |
ExternalDictionaryService.getExternalDictionary(String dictionary,
DataType dataType,
String version)
Gets the external dictionary with the specified name, data type, and version.
|
Constructor and Description |
---|
ExternalDictionary(String id,
String dictionary,
String version,
DataType dataType,
String shortName,
String name,
String href,
String description,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
int numStudiesAssociated)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>