GO

Site funding provided by:  Telecris Biotheraputics

IVIG Product Recalls and Withdrawals

Manufactured products by nearly every segment of industry have been subject to recalls or withdrawals, and consumer medicine and medical products are not exempt. A product recall or withdrawal is a request or warning to stop using a product usually due to the discovery of safety issues, and sometimes, return the product to the maker, Products used by individuals in the treatment of primary immunodeficiency diseases, which includes users of blood and blood products, vaccines, allergenics, and biological therapeutics, are occasionally subject to product recalls.

To make it easy to track the use of medical products, it is imperative that patients record both the name and the lot number of any products they may be using in case such a recall occurs.

FDA's Center for Biologics Evaluation and Research

The United States Food and Drug Administration's Center for Biologics Evaluation and Research (CBER) holds the authority to regulate biological products and ensure their safety for the American public. To learn more about biological products, including IVIG, in the United States, please visit CBER's Web site.

Please use the link below for information regarding recent recalls or withdrawals of Immune Globulin from the U.S. market.

http://www.fda.gov/cber/health.htm

The following link is the home page for all blood information. This FDA page also has links for applicable advisory committees (BPAC, TSEAC, HHS ACBSA), product shortage information and safety information.

http://www.fda.gov/cber/blood.htm

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