Type.registerNamespace('tempuri.org');
tempuri.org.IProxyService=function() {
tempuri.org.IProxyService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
tempuri.org.IProxyService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return tempuri.org.IProxyService._staticInstance.get_path();},
DoWork:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
searchCondition:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'searchCondition',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
getGuestion:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getGuestion',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
getScreeningDecision:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getScreeningDecision',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
sendScreeningResponse:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'sendScreeningResponse',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
removeCondition:function(inputStr,timestamp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'removeCondition',true,{inputStr:inputStr,timestamp:timestamp},succeededCallback,failedCallback,userContext); },
getAddress:function(postcode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAddress',true,{postcode:postcode},succeededCallback,failedCallback,userContext); },
getScreeningPremiumResponse:function(inputStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getScreeningPremiumResponse',true,{inputStr:inputStr},succeededCallback,failedCallback,userContext); },
getScreeningQA:function(arg,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getScreeningQA',true,{arg:arg},succeededCallback,failedCallback,userContext); },
getAgentSchemes:function(arg,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAgentSchemes',true,{arg:arg},succeededCallback,failedCallback,userContext); }}
tempuri.org.IProxyService.registerClass('tempuri.org.IProxyService',Sys.Net.WebServiceProxy);
tempuri.org.IProxyService._staticInstance = new tempuri.org.IProxyService();
tempuri.org.IProxyService.set_path = function(value) { tempuri.org.IProxyService._staticInstance.set_path(value); }
tempuri.org.IProxyService.get_path = function() { return tempuri.org.IProxyService._staticInstance.get_path(); }
tempuri.org.IProxyService.set_timeout = function(value) { tempuri.org.IProxyService._staticInstance.set_timeout(value); }
tempuri.org.IProxyService.get_timeout = function() { return tempuri.org.IProxyService._staticInstance.get_timeout(); }
tempuri.org.IProxyService.set_defaultUserContext = function(value) { tempuri.org.IProxyService._staticInstance.set_defaultUserContext(value); }
tempuri.org.IProxyService.get_defaultUserContext = function() { return tempuri.org.IProxyService._staticInstance.get_defaultUserContext(); }
tempuri.org.IProxyService.set_defaultSucceededCallback = function(value) { tempuri.org.IProxyService._staticInstance.set_defaultSucceededCallback(value); }
tempuri.org.IProxyService.get_defaultSucceededCallback = function() { return tempuri.org.IProxyService._staticInstance.get_defaultSucceededCallback(); }
tempuri.org.IProxyService.set_defaultFailedCallback = function(value) { tempuri.org.IProxyService._staticInstance.set_defaultFailedCallback(value); }
tempuri.org.IProxyService.get_defaultFailedCallback = function() { return tempuri.org.IProxyService._staticInstance.get_defaultFailedCallback(); }
tempuri.org.IProxyService.set_enableJsonp = function(value) { tempuri.org.IProxyService._staticInstance.set_enableJsonp(value); }
tempuri.org.IProxyService.get_enableJsonp = function() { return tempuri.org.IProxyService._staticInstance.get_enableJsonp(); }
tempuri.org.IProxyService.set_jsonpCallbackParameter = function(value) { tempuri.org.IProxyService._staticInstance.set_jsonpCallbackParameter(value); }
tempuri.org.IProxyService.get_jsonpCallbackParameter = function() { return tempuri.org.IProxyService._staticInstance.get_jsonpCallbackParameter(); }
tempuri.org.IProxyService.set_path("http://www.healthcheck247.com/ProxyService.svc");
tempuri.org.IProxyService.DoWork= function(onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.DoWork(onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.searchCondition= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.searchCondition(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getGuestion= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getGuestion(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getScreeningDecision= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getScreeningDecision(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.sendScreeningResponse= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.sendScreeningResponse(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.removeCondition= function(inputStr,timestamp,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.removeCondition(inputStr,timestamp,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getAddress= function(postcode,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getAddress(postcode,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getScreeningPremiumResponse= function(inputStr,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getScreeningPremiumResponse(inputStr,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getScreeningQA= function(arg,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getScreeningQA(arg,onSuccess,onFailed,userContext); }
tempuri.org.IProxyService.getAgentSchemes= function(arg,onSuccess,onFailed,userContext) {tempuri.org.IProxyService._staticInstance.getAgentSchemes(arg,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WebServiceClassLibrary.ExternalScreening');
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumResponse) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumResponse=gtc("ExtScreeningPremiumResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumResponse.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumResponse');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumRequest) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumRequest=gtc("ExtScreeningPremiumRequest:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumRequest.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningPremiumRequest');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningScreenee) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningScreenee=gtc("ExtScreeningScreenee:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningScreenee.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningScreenee');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition=gtc("ExtScreeningCondition:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningCondition');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer=gtc("ExtScreeningAnswer:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningAnswer');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion=gtc("ExtScreeningQuestion:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningQuestion');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse=gtc("ExtScreeningRetrieveScreeneeQAResponse:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQAResponse');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest=gtc("ExtScreeningRetrieveScreeneeQARequest:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningRetrieveScreeneeQARequest');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningScheme) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningScheme=gtc("ExtScreeningScheme:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningScheme.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningScheme');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningSchemeAgeBandInfo) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningSchemeAgeBandInfo=gtc("ExtScreeningSchemeAgeBandInfo:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningSchemeAgeBandInfo.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningSchemeAgeBandInfo');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningMaximumSingleTrip) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningMaximumSingleTrip=gtc("ExtScreeningMaximumSingleTrip:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningMaximumSingleTrip.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningMaximumSingleTrip');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningCountryOfResidence) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningCountryOfResidence=gtc("ExtScreeningCountryOfResidence:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningCountryOfResidence.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningCountryOfResidence');
}
if (typeof(WebServiceClassLibrary.ExternalScreening.ExtScreeningDestination) === 'undefined') {
WebServiceClassLibrary.ExternalScreening.ExtScreeningDestination=gtc("ExtScreeningDestination:http://schemas.datacontract.org/2004/07/WebServiceClassLibrary.ExternalScreening");
WebServiceClassLibrary.ExternalScreening.ExtScreeningDestination.registerClass('WebServiceClassLibrary.ExternalScreening.ExtScreeningDestination');
}

