نتایج جستجو برای: pharmacotherapy

تعداد نتایج: 13824  

Journal: :Body image 2008
Katharine A Phillips Eric Hollander

Body dysmorphic disorder (BDD) is a relatively common and often disabling disorder with high morbidity and mortality. Both psychotropic medication and cognitive behavioral therapy (CBT) are considered first-line treatments for BDD, and medication treatment is often essential for more severely ill and suicidal patients. In this practical overview of the pharmacotherapy of BDD, we briefly describ...

Journal: :Annals of Family Medicine 2021

PURPOSE Most patients with depression are treated by general practitioners, and most of those prefer psychotherapy over pharmacotherapy. No network meta-analyses have examined the effects compared pharmacotherapy, combined treatment, care as usual, other control conditions among in primary care. METHODS We conducted systematic searches bibliographic databases to identify rando...

Journal: :Journal of psychosomatic research 2004
Brian A Fallon

OBJECTIVE This paper reviews the published literature on the pharmacologic management of somatoform disorders. METHODS Using Medline, the author identified all articles published between 1970 and 2003 on this topic, selecting the best-designed studies for inclusion. RESULTS The review reveals that patients with the obsessional cluster of somatoform disorders (hypochondriasis and body dysmor...

Journal: :Pharmacotherapy 1993
B E Travis J M McCullough

Preterm labor is defined as the onset of uterine contractions in a woman who has completed less than 37 weeks of pregnancy. It may be due to maternal, placental, fetal, or idiopathic causes, and it is associated with a number of risk factors. Nondrug measures such as bedrest and hydration have been used alone or in combination with drug therapy to treat the disorder. Pharmacologic (tocolytic) a...

2010
Patrick Morrison

This text, published in late 2009, presents an excellent guide to herbal pharmacotherapies and is well laid out. Evidence is graded from A (Strong scientific), B (good), C (unclear or conflicting), through to D (fair negative). A series of chapters on relevant organs and diseases including Parkinson's disease, insomnia, and pain, are very comprehensive. Several diseases had some commendable and...

2008
HENGAMEH H. RAISSY PATRICIA L. MARSHIK

The manifestations of drug-induced pulmonary diseases span the entire spectrum of pathophysiologic conditions of the respiratory tract. As with most drug-induced diseases, the pathologic changes are nonspecific. Therefore, the diagnosis is often difficult and, in most cases, is based on exclusion of all other possible causes. In addition, the true incidence of drug-induced pulmonary disease is ...

Journal: :American journal of health-system pharmacy : AJHP : official journal of the American Society of Health-System Pharmacists 2008
Gary Fong Erik W Skoglund Kady Phe Jessica Guastadisegni Katherine M Shea Patrick M McDaneld Katherine K Perez Amelia K Sofjan

PURPOSE The most important articles on infectious diseases (ID) pharmacotherapy published in the peer-reviewed literature in 2015, as nominated and selected by panels of pharmacists and others with ID expertise, are summarized. SUMMARY Members of the Houston Infectious Diseases Network were asked to nominate articles published in prominent peer-reviewed journals in 2015 that were thought to h...

2013
C. Richard Chapman

Chronic noncancer pain is a significant and growing public health challenge in the United States. Lacking effective alternative interventions for effective chronic noncancer pain management, many physicians have turned to opioid pharmacotherapy. Increased opioid prescribing brings not only gains in therapeutic benefit but also a higher incidence of adverse drug events including increased medica...

Journal: :Journal of law and health 2004
Richard Glen Boire

Over the next decade an increasing number of new "pharmacotherapy" medications will become available with the potential to tremendously impact the use and abuse of illegal drugs and the overall direction of national and international drug policy. These pharmacotherapy medications are designed to block or significantly reduce the "highs" elicited by illegal drugs. Used as part of a drug treatmen...

Journal: :The European respiratory journal 2011
J Sandoval J Gaspar H Peña L E Santos J Córdova K del Valle A Rodríguez T Pulido

Atrial septostomy (AS) is a palliative treatment for right ventricular failure from severe pulmonary arterial hypertension (PAH). We sought to investigate the effect of AS, alone or combined with PAH-specific pharmacotherapy, on the survival of patients with PAH. We performed a retrospective analysis of the functional and haemodynamic changes in patients with PAH following AS, and long-term sur...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->