GO

Site funding provided by:  Telecris Biotheraputics

Immune Globulin Products


Immune Globulin Chart

[image: Immunoglobulin Producs Chart]

Click to view full-size PDF



Immune Globulin Manufacturers

Company Product

Baxter Healthcare Corporation
www.baxter.com
www.immunedisease.com
Reimbursement line:
888.BAXTER9
800.548.IGIV

Baxter Healthcare Corporation is responsible for production of Gammaguard S/D, Gammaguard liquid, Iveegam and Polygam Immune Globulin.


CSL Behring
www.cslbehring.com
Customer Support Hotline:
800.683.1288
Reimbursement Services Hotline:
800.676.4266

CSL Behring is responsible for the production of Carimune NF, Gammar-P.I.V, and Vivaglobin Immune Globulin.


Grifols USA
www.grifolsusa.com
Telephone: 888.GRIFOLS

Grifols USA is responsible for the production of Flebogamma, Immune Globulin.


InterMune Pharmaceuticals, Inc.
www.intermune.com
Telephone: 888.GRIFOLS

InterMune Pharmaceuticals, Inc. is responsible for the production of Actimune (interferon gamma-1b) injection for the treatment of chronic Granulomatous disease (CGD).


Octapharma
www.octapharma.com

Octapharma is responsible for the production of Octagam Immune Globulin.


Talecris Biotherapeutics
www.talecris.com
Customer Service Hotline:
800.243.4153
Reimbursement Services Hotline:
800.288.8374

Talecris Biotherapeutics is responsible for production of Gaumnex Immune Globulin.


<% 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 %>