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

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

Journal: :QJM : monthly journal of the Association of Physicians 2008
Y-Y Lin C-W Hsu S-J Chu S-H Tsai

Another dangerous combination for hypoglycemic coma: concurrent use of sibutramine and lorazepam Sir, With increasing demands to treat obesity in both medical and psychological aspects, many drugs are developed to lower human body weight. Those widely used anti-obesity drugs, such as olistat and sibutramine, are generally safe. But serious adverse effects could be developed when it is concurren...

Journal: :Revista Brasileira de Psiquiatria 2011

Journal: :International Journal of Obesity 1999

Journal: :Clinical Psychopharmacology and Neuroscience 2013

2012
Ji-Ah Kang Keimin Lee Kwang Min Lee Sukhee Cho Jinsoo Seo Eun-Mi Hur Chul-Seung Park Ja-Hyun Baik Se-Young Choi

The hypothalamus in the brain is the main center for appetite control and integrates signals from adipose tissue and the gastrointestinal tract. Antidepressants are known to modulate the activities of hypothalamic neurons and affect food intake, but the cellular and molecular mechanisms by which antidepressants modulate hypothalamic function remain unclear. Here we have investigated how hypotha...

Journal: :European review for medical and pharmacological sciences 2011
D M Abo-Elmatty S A Zaitone

BACKGROUND AND OBJECTIVES Topiramate is newly approved as anticonvulsant that seems to promote body weight loss in humans. The present study was designed to evaluate the weight-controlling properties of topiramate in dietary obese female rats in comparison with sibutramine. MATERIALS AND METHODS Fifty rats were assigned as normal, high fat diet (HFD), HFD + sibutramine (7.5 mg/kg, p.o.), HFD ...

Journal: :Obesity research 2003
Kristina Elfhag Stephan Rössner Anna Maria Carlsson Britta Barkeling

OBJECTIVE To study personality and clinical factors in weight loss by sibutramine (Meridia and Reductil), an anti-obesity drug enhancing satiety. RESEARCH METHODS AND PROCEDURES The subjects were 30 obese patients [43 +/- 12 years (mean +/- SD), BMI 40 +/- 4 kg/m(2)]. The treatment comprised 15 mg of sibutramine administered daily and monthly dietary advice. Weight loss after 6 months of trea...

2010
Alfredo Halpern Renata B. Pepe Ana Paola Monegaglia Mônica Beyruti Maria Edna de Melo Marcio C. Mancini

Objective. To assess the efficacy and tolerability of the association sibutramine (10-20 mg/day) and orlistat (120 mg 2-3 times a day) in the treatment of obesity in a six-month open trial. Methods. 446 overweight and obese patients who sought treatment for obesity in a private clinic were assessed every 2 weeks during a period of 3 and 6 months. Results. After 3 months, the mean weight loss wa...

Journal: :Health technology assessment 2012
R Ara L Blake L Gray M Hernández M Crowther A Dunkley F Warren R Jackson A Rees M Stevenson K Abrams N Cooper M Davies K Khunti A Sutton

BACKGROUND Obesity [defined as a body mass index (BMI) ≥ 30 kg/m(2)] represents a considerable public health problem and is associated with a significant range of comorbidities and an increased mortality risk. The primary aim of the management of obesity is to achieve weight reduction in the interests of health. For obese patients who cannot achieve or maintain a healthy weight by non-pharmacol...

Journal: :Archives of internal medicine 2008
Karl Horvath Klaus Jeitler Ulrich Siering Anne K Stich Guido Skipka Thomas W Gratzer Andrea Siebenhofer

Weight loss is recommended in all major guidelines for antihypertensive therapy. We searched for randomized controlled trials investigating the effects of weight-reducing diets, pharmacologic substances, and invasive interventions for weight reduction on patient-relevant end points and blood pressure (BP) in patients with essential hypertension. No information on the effects on patient-relevant...

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

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

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"; } -->