Package | Description |
---|---|
com.sas.lsaf.clinical.dictionary |
Classes and interfaces to retrieve dictionaries.
|
com.sas.lsaf.clinical.standards |
Classes and interfaces to retrieve and export 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 |
---|---|
EntityState |
DictionaryDescriptor.getPublishedState()
Gets the published state of the dictionary, if it has been published.
|
EntityState |
DictionaryDescriptor.getState()
Gets the state of the dictionary.
|
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 the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
EntityState |
StandardDescriptor.getPublishedState()
Gets the published state of the standard, if it has been published.
|
EntityState |
StandardDescriptor.getState()
Gets the state of the standard.
|
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 the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
static EntityState |
EntityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityState[] |
EntityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>