eLabSDK.Study Class
Constructor
eLabSDK.Study
(
async
-
object
Parameters:
-
object
Object-
studyID
Int -
onLoaded
Function- Include your code here due to the aSync nature of this class
-
Example:
var s = new eLabSDK.Study({studyID: 50, onLoaded: function(){
console.log(s.data);
}});