eLabSDK.Study Class
Constructor
eLabSDK.Study
        
            (
        async
    
    - 
                        
object 
Parameters:
- 
                        
objectObject- 
                                    
studyIDInt - 
                                    
onLoadedFunction- 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);
  }});
            