DM

Showing posts with label Detect. Show all posts
Showing posts with label Detect. Show all posts

Monday, August 12, 2013

New Tool to Detect Delirium Developed


The condition, which occurs in as many as one in five hospitalized patients, tends to develop rapidly and can lead to higher death rates and increased health care costs.

The new tool is designed to be simple, efficient and accurate in helping to assess and treat patients at risk of developing delirium, the scientists said. The tool also can be used to identify patients who might be most suitable for new targeted interventions to prevent delirium, the authors reported.

The study will be published online August 7, 2013 in the Journal of Hospital Medicine.

"It's estimated that up to one third of hospital-acquired delirium cases could be prevented with appropriate interventions, but those interventions are resource-intense and can't be applied to everyone," said lead author Vanja C. Douglas, MD, an assistant professor of clinical neurology in the UCSF Department of Neurology and holder of the Sara & Evan Williams Foundation Endowed Neurohospitalist Chair.

"Our objective was to develop a tool to predict delirium using elements that could be assessed quickly in the fast-paced environment of a hospital," Douglas said. "The new tool can be completed by a nurse in two minutes, and provides a clinically useful and practical alternative to existing delirium prediction models."

Delirium, an often serious disturbance in a patient's mental abilities, results in confused thinking and decreased awareness of one's environment. The precise sequence of events that take place in the body and brain which results in delirium is not well understood, the researchers noted. It is believed that the combination of an aging brain and acute illness creates an imbalance of neurotransmitters that leads to the confusion and disorientation of delirium. Adding powerful medications like narcotics to the mix can compound the problem.

Established risk factors for delirium include:

Older age; Preexisting cognitive dysfunction; Dehydration; Severe illness; Vision and hearing impairment; Electrolyte abnormalities; Overmedication. In the new UCSF study, some 374 patients took part -- each was older than 50 and not delirious when admitted to the hospital. The patients were predominately white and lived at home.

The research was conducted during 2010 and 2011 at UCSF and the San Francisco Veterans Affairs Medical Center.

On admission, the patients underwent a structured interview involving questions related to their baseline cognitive function, residence, type of pain, visual and hearing abilities, among other factors. Each patient's nurses rated them on a scale from "not ill" to near the point of death.

All the patients were assessed for changes in cognition for six days or until they were discharged.

The scientists devised a tool they termed "AWOL," a mnemonic standing for age (A); unable to spell "world" backward (W); not fully oriented to place (O); and moderate to severe illness severity (L).

The researchers found that subjects with higher AWOL scores were more likely to become disoriented and develop delirium. They also found that conversely, those with low AWOL scores were at relatively low risk of developing delirium, meaning that the AWOL tool could stratify patients into high- and low-risk groups.

Once identified, patients at greater risk of delirium should be triaged to an inpatient unit specializing in delirium prevention, the researchers said.

The authors noted some study limitations: non-English speaking patients were excluded for logistical reasons as well as patients with profound aphasia or those in alcohol withdrawal when admitted.

The authors also pointed out that prior research on delirium has focused on patients over age 70 since old age is a known risk factor. But for their study, the authors said they included patients aged 50 or older "because hospital-acquired delirium still occurs in this age group." Indeed, in the study, 8 percent of patients 50-69 years old became delirious.

"It is imperative to be able to recognize those patients admitted to the hospital with medical conditions who are at risk for delirium so that they can be the focus of targeted prevention and treatment," said senior author S. Andrew Josephson, MD, director of the UCSF Neurohospitalist Program and holder of the Carmen Castro Franceschi and Gladyne K. Mitchell Neurohospitalist Distinguished Professorship.

Source-Eurekalert


View the original article here

Thursday, June 20, 2013

New Technique can Detect Breast Cancer by Analyzing Urine Samples


The technique has been developed by Dr Yinfa Ma who made use of a device known as P-scan which can detect the presence of pteredines (metabolites) in the urine samples. While pteredines are present in the urine samples of all humans, high concentrations can be an indicator of cancer.

Dr Ma revealed that the levels of pteredines in the urine samples continue to rise as the cancer advances. The technique has been tested in a group of 400 people, 300 of whom suffered from breast cancer.

While the technique may not be useful for those who already suffer from breast cancer, it could be helpful in early detection of the cancer with the researchers hopeful of concluding their testing by the end of this year.

Source-Medindia


View the original article here

Wednesday, June 5, 2013

Now New Methods are Used to Detect HIV Antibodies

by Bidita Debnath on? May 26, 2013 at 10:27 AM AIDS/HIV News Detection of HIV antibodies is used to monitor trials of experimental HIV/AIDS vaccines and diagnose HIV infection.  Now New Methods are Used to Detect HIV Antibodies
New, more sensitive detection systems being developed use microspheres to capture HIV antibodies and can measure even small amounts of multiple antibodies at one time. This novel multiplex immunoassay approach is described in an article in BioResearch Open Access, a peer-reviewed open access journal from Mary Ann Liebert, Inc., publishers (http://www.liebertpub.com). The article is available on the BioResearch Open Access website (http://www.liebertpub.com/biores).

The ability to detect very low levels of HIV virus is critical for early detection of HIV infection and to assess the effectiveness of an AIDS vaccine. Rebecca L.R. Powell and coauthors from the International AIDS Vaccine Initiative, Brooklyn, NY, compared the microsphere-based BioPlex? Suspension Array System to conventional ELISA antibody test methods for detecting simian immunodeficiency virus (SIV) in SIV-infected rhesus macaques.

The specificity of the two methods were comparable. The microsphere-based test system successfully detected four key HIV antibodies simultaneously in SIV-infected animals, compared to noninfected control animals. Furthermore, in blood samples that tested negative for one or more HIV antibody using an ELISA test, the microsphere assay was often able to detect the antibody in the sample.

The findings were presented in the article "A Multiplex Microsphere-Based Immunoassay Increases the Sensitivity of SIV-Specific Antibody Detection in Serum Samples and Mucosal Specimens Collected from Rhesus Macaques Infected with SIVmac239." (http://online.liebertpub.com/doi/full/10.1089/biores.2013.0009)

"This new method provides a significant improvement over standard ELISA techniques, allowing increased sensitivity for specific antibody detection?which is highly important for assessing vaccine efficacy," says BioResearch Open Access Editor Jane Taylor, PhD, MRC Centre for Regenerative Medicine, University of Edinburgh, Scotland.

Source-Eurekalert

var xmlHttpvar imgpath,imagefunction RefreshImage(ImageId){image=document.getElementById(ImageId);//alert(ImageId);xmlHttp=GetXmlHttpObject();if (xmlHttp==null) { alert ("Your browser does not support AJAX!"); return; } var url="http://www.medindia.net/captcha/captcha.asp";url=url+"?x="+Math.random();imgpath=url;xmlHttp.onreadystatechange=stateChangedReg;xmlHttp.open("GET",url,true);xmlHttp.send(null);} function stateChangedReg(){if (xmlHttp.readyState==4){image.src = imgpath;}}function RequestCode(){xmlHttp=GetXmlHttpObject();if (xmlHttp==null) { alert ("Your browser does not support AJAX!"); return; } var url="http://www.medindia.net/captcha/reqimgvalue.asp";url=url+"?x="+Math.random();xmlHttp.onreadystatechange=stateChangedReq;xmlHttp.open("GET",url,true);xmlHttp.send(null);} function stateChangedReq(){if (xmlHttp.readyState==4){var seccode=xmlHttp.responseText;if(seccode==document.getElementById("scode").value){//alert(seccode + "same value");}else{document.getElementById("scode").value=xmlHttp.responseText;}}}function GetXmlHttpObject(){var xmlHttpNew=null;try { // Firefox, Opera 8.0+, Safari xmlHttpNew=new XMLHttpRequest(); }catch (e) { // Internet Explorer try { xmlHttpNew=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttpNew=new ActiveXObject("Microsoft.XMLHTTP"); } }return xmlHttpNew;}function GetXmlHttpObject(){var xmlHttp=null;try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); }catch (e) { // Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } }return xmlHttp;} X function fnsearch(){day1 = document.search.SelDay.value;month1 = document.search.SelMonth.value;year1 = document.search.SelYear.value;tmpdate=month1+"/"+day1+"/"+year1 fromdate=new Date(year1,month1-1,day1)if (!((fromdate.getDate()==day1)&&(fromdate.getMonth()+1==month1)&&(fromdate.getFullYear()==year1))){alert("Please Select a valid Date")document.search.SelDay.focus();return false;}tmpcatid=document.search.ncategoryid.value;tmpkeyword=document.search.keyword.value;document.search.action="http://www.medindia.net/news/newsday_list.asp?ddate="+tmpdate+"&ncategoryid=" +tmpcatid +"&keyword=" +tmpkeywordreturn true;}News Categories:?? Latest Health News Popular News AIDS/HIV News Alcohol & Drug Abuse News Alternative Medicine News Anti-Aging News Bird Flu News Cancer News Celebrity Health News Chikungunya News Child Health News Cholesterol News Clinical Trials News Corporate News Dengue News Dental News Diabetes News Diet & Nutrition News Drug News Education News Environmental Health General News Genetics & Stem Cells News Health Insurance News Heart Disease News Hospital News Hypertension News Indian Health News Lifestyle News Medical Gadgets Medical PDA News Medico Legal News Men?s Health News Mental Health News News on IT in Healthcare Nursing Profession News Obesity News Organ Donation News Research News Respiratory Disease News Senior Health News Sexual Health News Tropical Disease News Weight Loss Women Health News Sexual Health Center


View the original article here