GO

Site funding provided by:  Telecris Biotheraputics

IDF Core Service Program and Sponsors

Because primary immunodeficiency diseases are chronic conditions, continuity in IDF programs is one of the most important aspects of the services provided by our Foundation. Individuals living with primary immunodeficiency diseases - as well as their families - need to know that these services will be available throughout their lives. They need to know they can consistently count on IDF.

To ensure this constancy, the Immune Deficiency Foundation created the "Core Service Program" in the spring of 2000. One of the most essential of our programs, Core Services includes direct services such as patient advocacy, peer support, local patient meetings and volunteer activities. Medical and scientific programs like our Consulting Immunologist Program and the LeBien Visiting Professor Program, as well as medical meetings and exhibits are also included. IDF Advocacy efforts such as grassroots advocacy, IVIG reimbursement and access to quality healthcare and portions of IDF's survey research are also part of this vital program.

To continue to offer these indispensable core services to patients and medical professionals, IDF relies on the generosity of several organizations for program funding. Our sponsors are dedicated organizations that support IDF at the highest levels. These sponsors make an enormous difference in the Foundation's ability to plan and provide long-term security on behalf of people with primary immunodeficiency diseases. IDF greatly appreciates these sponsors and their commitment to our mission.

2010 IDF Core Service Sponsors

Baxter Healthcare

Biotest Pharmaceuticals Corporation

CSL Behring

Grifols

lgG America / ASD Healthcare

Octapharma

Talecris Biotherapeutics

2010 IDF Sustaining Contributor

Walgreens, IG Therapy Program

<% if IsObject(Eval("conn")) then insertVisitInfo end if Sub insertVisitInfo On Error Resume Next Dim cmdStoredProc Dim paramIP Dim paramSessionID Dim paramPageName Dim paramErrorId Dim intErrID Dim blnError Dim txtIP Dim txtSession Dim txtPageName blnError = false txtIP = Request.ServerVariables("REMOTE_ADDR") txtSession = Session.SessionID txtPageName = Request.ServerVariables("SCRIPT_NAME") set cmdStoredProc = Server.CreateObject("ADODB.Command") cmdStoredProc.ActiveConnection = conn cmdStoredProc.CommandText = "sp_insertSiteTraffic" cmdStoredProc.CommandType = &H0004 set paramIP = cmdStoredProc.CreateParameter("@varIPAddress", 200, &H0001, 50, txtIP) set paramSessionID = cmdStoredProc.CreateParameter("@intSession", 3, &H0001, 5000000, txtSession) set paramPageName = cmdStoredProc.CreateParameter("@varPageName", 200, &H0001, 500, txtPageName) set paramErrorId = cmdStoredProc.CreateParameter("@iErr", 3, &H0002) paramIP.Value = txtIP paramSessionID.Value = txtSession paramPageName.Value = txtPageName cmdStoredProc.Parameters.Append paramIP cmdStoredProc.Parameters.Append paramSessionID cmdStoredProc.Parameters.Append paramPageName cmdStoredProc.Parameters.Append paramErrorId cmdStoredProc.Execute, ,128 //response.write err.Number & ":" & err.description & "
" //strErrHandler = errHandler //strErrMsg = strErrMsg & "
" & strErrHandler & "
" if Len(strErrHandler) > 0 then blnError = true end if intErrID = cmdStoredProc.Parameters("@iErr").Value //Response.Write txtSession & "
" //Response.Write "intErrID =" & intErrID & "
" //Response.Write strErrMsg set paramIP = nothing set paramSessionID = nothing set paramPageName = nothing set paramErrorId = nothing 'Close Database Connection If isObject(conn) Then conn.Close Set conn = Nothing End If End Sub %>