Type.registerNamespace('Hyperthetical.Dashboard.WebServices');
Hyperthetical.Dashboard.WebServices.StatisticsService=function() {
Hyperthetical.Dashboard.WebServices.StatisticsService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Hyperthetical.Dashboard.WebServices.StatisticsService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.get_path();},
GetScreenerStatistics:function(strReleaseID,strResultType,strDemographicsFilter,strHabitsFilter,succeededCallback, failedCallback, userContext) {
/// <param name="strReleaseID" type="String">System.String</param>
/// <param name="strResultType" type="String">System.String</param>
/// <param name="strDemographicsFilter" type="String">System.String</param>
/// <param name="strHabitsFilter" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetScreenerStatistics',false,{strReleaseID:strReleaseID,strResultType:strResultType,strDemographicsFilter:strDemographicsFilter,strHabitsFilter:strHabitsFilter},succeededCallback,failedCallback,userContext); },
GetQuestionSelection:function(strQuestionID,strConceptIDList,succeededCallback, failedCallback, userContext) {
/// <param name="strQuestionID" type="String">System.String</param>
/// <param name="strConceptIDList" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetQuestionSelection',false,{strQuestionID:strQuestionID,strConceptIDList:strConceptIDList},succeededCallback,failedCallback,userContext); }}
Hyperthetical.Dashboard.WebServices.StatisticsService.registerClass('Hyperthetical.Dashboard.WebServices.StatisticsService',Sys.Net.WebServiceProxy);
Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance = new Hyperthetical.Dashboard.WebServices.StatisticsService();
Hyperthetical.Dashboard.WebServices.StatisticsService.set_path = function(value) {
Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.set_path(value); }
Hyperthetical.Dashboard.WebServices.StatisticsService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.get_path();}
Hyperthetical.Dashboard.WebServices.StatisticsService.set_timeout = function(value) {
Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.set_timeout(value); }
Hyperthetical.Dashboard.WebServices.StatisticsService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.get_timeout(); }
Hyperthetical.Dashboard.WebServices.StatisticsService.set_defaultUserContext = function(value) { 
Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.set_defaultUserContext(value); }
Hyperthetical.Dashboard.WebServices.StatisticsService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.get_defaultUserContext(); }
Hyperthetical.Dashboard.WebServices.StatisticsService.set_defaultSucceededCallback = function(value) { 
 Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.set_defaultSucceededCallback(value); }
Hyperthetical.Dashboard.WebServices.StatisticsService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.get_defaultSucceededCallback(); }
Hyperthetical.Dashboard.WebServices.StatisticsService.set_defaultFailedCallback = function(value) { 
Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.set_defaultFailedCallback(value); }
Hyperthetical.Dashboard.WebServices.StatisticsService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.get_defaultFailedCallback(); }
Hyperthetical.Dashboard.WebServices.StatisticsService.set_path("/Dashboard/WebServices/StatisticsService.asmx");
Hyperthetical.Dashboard.WebServices.StatisticsService.GetScreenerStatistics= function(strReleaseID,strResultType,strDemographicsFilter,strHabitsFilter,onSuccess,onFailed,userContext) {
/// <param name="strReleaseID" type="String">System.String</param>
/// <param name="strResultType" type="String">System.String</param>
/// <param name="strDemographicsFilter" type="String">System.String</param>
/// <param name="strHabitsFilter" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.GetScreenerStatistics(strReleaseID,strResultType,strDemographicsFilter,strHabitsFilter,onSuccess,onFailed,userContext); }
Hyperthetical.Dashboard.WebServices.StatisticsService.GetQuestionSelection= function(strQuestionID,strConceptIDList,onSuccess,onFailed,userContext) {
/// <param name="strQuestionID" type="String">System.String</param>
/// <param name="strConceptIDList" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Hyperthetical.Dashboard.WebServices.StatisticsService._staticInstance.GetQuestionSelection(strQuestionID,strConceptIDList,onSuccess,onFailed,userContext); }
