OrenciaClientProxy_class = function() {};
Object.extend(OrenciaClientProxy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FinalizeConsumerParticipant: function(typingEligible, DrName, HcpId, hiddenDatepicker, persistentCookieId) {
		return this.invoke("FinalizeConsumerParticipant", {"typingEligible":typingEligible, "DrName":DrName, "HcpId":HcpId, "hiddenDatepicker":hiddenDatepicker, "persistentCookieId":persistentCookieId}, this.FinalizeConsumerParticipant.getArguments().slice(5));
	},
	FinalizeHCPParticipant: function() {
		return this.invoke("FinalizeHCPParticipant", {}, this.FinalizeHCPParticipant.getArguments().slice(0));
	},
	FinalizeCircleParticipant: function(typingEligible) {
		return this.invoke("FinalizeCircleParticipant", {"typingEligible":typingEligible}, this.FinalizeCircleParticipant.getArguments().slice(1));
	},
	FinalizeUnsubscribeParticipant: function(page) {
		return this.invoke("FinalizeUnsubscribeParticipant", {"page":page}, this.FinalizeUnsubscribeParticipant.getArguments().slice(1));
	},
	GetUnqulifiedMessage: function() {
		return this.invoke("GetUnqulifiedMessage", {}, this.GetUnqulifiedMessage.getArguments().slice(0));
	},
	FinalizeCopayProgramParticipant: function(DrName, HcpId, hiddenDatepicker, persistentCookieId) {
		return this.invoke("FinalizeCopayProgramParticipant", {"DrName":DrName, "HcpId":HcpId, "hiddenDatepicker":hiddenDatepicker, "persistentCookieId":persistentCookieId}, this.FinalizeCopayProgramParticipant.getArguments().slice(4));
	},
	FinalizePurchaseParticipant: function(hin, dea, email) {
		return this.invoke("FinalizePurchaseParticipant", {"hin":hin, "dea":dea, "email":email}, this.FinalizePurchaseParticipant.getArguments().slice(3));
	},
	ValidatePurchaseProgram: function(hin, dea, email) {
		return this.invoke("ValidatePurchaseProgram", {"hin":hin, "dea":dea, "email":email}, this.ValidatePurchaseProgram.getArguments().slice(3));
	},
	SubmitTypingToolParticipantAnswer: function(qvaQId, qvaAId) {
		return this.invoke("SubmitTypingToolParticipantAnswer", {"qvaQId":qvaQId, "qvaAId":qvaAId}, this.SubmitTypingToolParticipantAnswer.getArguments().slice(2));
	},
	SaveCurrentMedication: function(currentMedication, biologics) {
		return this.invoke("SaveCurrentMedication", {"currentMedication":currentMedication, "biologics":biologics}, this.SaveCurrentMedication.getArguments().slice(2));
	},
	SaveCurrentBiologic: function(currentMedication) {
		return this.invoke("SaveCurrentBiologic", {"currentMedication":currentMedication}, this.SaveCurrentBiologic.getArguments().slice(1));
	},
	SaveCurrentBiologicQVA: function(currentMedicationQVA) {
		return this.invoke("SaveCurrentBiologicQVA", {"currentMedicationQVA":currentMedicationQVA}, this.SaveCurrentBiologicQVA.getArguments().slice(1));
	},
	GetPhysicians: function(zipCode) {
		return this.invoke("GetPhysicians", {"zipCode":zipCode}, this.GetPhysicians.getArguments().slice(1));
	},
	SaveCurrentNavigation: function(RmSegment, ThankYouPage) {
		return this.invoke("SaveCurrentNavigation", {"RmSegment":RmSegment, "ThankYouPage":ThankYouPage}, this.SaveCurrentNavigation.getArguments().slice(2));
	},
	GetDefaultRmSegment: function(zipCode) {
		return this.invoke("GetDefaultRmSegment", {"zipCode":zipCode}, this.GetDefaultRmSegment.getArguments().slice(1));
	},
	SaveWebsiteId: function(WebsiteId) {
		return this.invoke("SaveWebsiteId", {"WebsiteId":WebsiteId}, this.SaveWebsiteId.getArguments().slice(1));
	},
	ReadWebsiteId: function() {
		return this.invoke("ReadWebsiteId", {}, this.ReadWebsiteId.getArguments().slice(0));
	},
	GetParticipant: function(sessionId) {
		return this.invoke("GetParticipant", {"sessionId":sessionId}, this.GetParticipant.getArguments().slice(1));
	},
	FinalizeTrierParticipant: function(ind_id, dates, persistentCookieId) {
		return this.invoke("FinalizeTrierParticipant", {"ind_id":ind_id, "dates":dates, "persistentCookieId":persistentCookieId}, this.FinalizeTrierParticipant.getArguments().slice(3));
	},
	FinalizeDeciderParticipant: function(memberId, persistentCookieId) {
		return this.invoke("FinalizeDeciderParticipant", {"memberId":memberId, "persistentCookieId":persistentCookieId}, this.FinalizeDeciderParticipant.getArguments().slice(2));
	},
	GetRepDetail: function(repId, repType) {
		return this.invoke("GetRepDetail", {"repId":repId, "repType":repType}, this.GetRepDetail.getArguments().slice(2));
	},
	AddLandingPageToSession: function(unicaId, bpId, cookieId) {
		return this.invoke("AddLandingPageToSession", {"unicaId":unicaId, "bpId":bpId, "cookieId":cookieId}, this.AddLandingPageToSession.getArguments().slice(3));
	},
	RemoveLandingPageSession: function() {
		return this.invoke("RemoveLandingPageSession", {}, this.RemoveLandingPageSession.getArguments().slice(0));
	},
	IsFromNPPLandingPage: function() {
		return this.invoke("IsFromNPPLandingPage", {}, this.IsFromNPPLandingPage.getArguments().slice(0));
	},
	GetUniqueCodeForNPPThankyoupage: function() {
		return this.invoke("GetUniqueCodeForNPPThankyoupage", {}, this.GetUniqueCodeForNPPThankyoupage.getArguments().slice(0));
	},
	StorePollResult: function(question, answer) {
		return this.invoke("StorePollResult", {"question":question, "answer":answer}, this.StorePollResult.getArguments().slice(2));
	},
	FinalizeVideoUploadParticipant: function(description, fileName, uploadId) {
		return this.invoke("FinalizeVideoUploadParticipant", {"description":description, "fileName":fileName, "uploadId":uploadId}, this.FinalizeVideoUploadParticipant.getArguments().slice(3));
	},
	FacesEmailAFriend: function(yourEmail, friendEmail) {
		return this.invoke("FacesEmailAFriend", {"yourEmail":yourEmail, "friendEmail":friendEmail}, this.FacesEmailAFriend.getArguments().slice(2));
	},
	OrenciaHCPShare: function(yourEmail, friendEmail, message) {
		return this.invoke("OrenciaHCPShare", {"yourEmail":yourEmail, "friendEmail":friendEmail, "message":message}, this.OrenciaHCPShare.getArguments().slice(3));
	},
	OrenciaHCPRedesignRegister: function(MedEdu) {
		return this.invoke("OrenciaHCPRedesignRegister", {"MedEdu":MedEdu}, this.OrenciaHCPRedesignRegister.getArguments().slice(1));
	},
	OrenciaHCPRedesignUnsubscribe: function() {
		return this.invoke("OrenciaHCPRedesignUnsubscribe", {}, this.OrenciaHCPRedesignUnsubscribe.getArguments().slice(0));
	},
	FinalizeTrierquizParticipant: function(Ind_Id) {
		return this.invoke("FinalizeTrierquizParticipant", {"Ind_Id":Ind_Id}, this.FinalizeTrierquizParticipant.getArguments().slice(1));
	},
	FinalizeMicrositeParticipant: function() {
		return this.invoke("FinalizeMicrositeParticipant", {}, this.FinalizeMicrositeParticipant.getArguments().slice(0));
	},
	url: '/ajaxpro/OrenciaClientProxy, BMS.EWD.IM.Orencia, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0358cf26626bda65.ashx'
}));
OrenciaClientProxy = new OrenciaClientProxy_class();


