Inherits com.mdsol.babbage.model.DatastoreRelation.
Study represents a study in Medidata Rave EDC.
native boolean com.mdsol.babbage.model.Study.equals |
( |
Object |
other | ) |
|
Overrides the 'equal to' operator for the object.
void com.mdsol.babbage.model.Study.finalize |
( |
| ) |
|
|
protected |
native String com.mdsol.babbage.model.Study.getBaseURL |
( |
| ) |
|
URL of the Rave EDC instance that hosts the study.
- Returns
- Rave EDC URL.
native long com.mdsol.babbage.model.Study.getID |
( |
| ) |
|
Gets the unique identifier of the study in the local datastore.
- Returns
- Study identifier.
native String com.mdsol.babbage.model.Study.getName |
( |
| ) |
|
Returns the study name; also known as study OID.
- Returns
- Study name.
native String com.mdsol.babbage.model.Study.getUUID |
( |
| ) |
|
Returns the study's universally unique identifier (UUID) as it exists in Rave EDC.
- Returns
- Universally unique identifier (UUID).
native boolean com.mdsol.babbage.model.Study.isRaveEnabled |
( |
| ) |
|
Indicates whether this study was designed to work with Rave.
- Returns
- true if this study is designed for use with Rave, false if Rave-less.