var AtlasQPFService=new function() { this.path = "http://www.questionableprovider.com/AtlasQPFService.asmx"; this.appPath = "http://www.questionableprovider.com//"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"GetSearchClientUsers","iClientID"); cm(this,"IsUserNameValid","sUserName"); cm(this,"GetUsersCriteria","sUserName"); cm(this,"sendContactUsEmail","sFirstName","sLastName","sEmail","sSubject","sMessage"); cm(this,"GetProviderEducation","sProviderID"); cm(this,"GetProviderFinancial","sProviderID"); cm(this,"GetProviderLicense","sProviderID"); cm(this,"GetProviderSanctions","sProviderID"); cm(this,"GetProviderCriminal","sProviderID"); cm(this,"GetProviderDemographics","sProviderID","sRole"); }