Patient Cloud AppConnect Android API References
Public Member Functions | Protected Member Functions | List of all members
com.mdsol.babbage.model.Study

Inherits com.mdsol.babbage.model.DatastoreRelation.

Public Member Functions

native boolean equals (Object other)
 
native String getBaseURL ()
 
native long getID ()
 
native String getName ()
 
native String getUUID ()
 
native boolean isRaveEnabled ()
 
- Public Member Functions inherited from com.mdsol.babbage.model.DatastoreRelation
Datastore getDatastore ()
 

Protected Member Functions

void finalize ()
 

Additional Inherited Members

- Protected Attributes inherited from com.mdsol.babbage.model.DatastoreRelation
long mNativeObject
 

Detailed Description

Study represents a study in Medidata Rave EDC.

Member Function Documentation

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.