نتایج جستجو برای: histamine receptor antagonist

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

Journal: :Alimentary pharmacology & therapeutics 2003
J H S You A C M Lee S C Y Wong F K L Chan

BACKGROUND Studies on the use of low-dose proton pump inhibitor for the maintenance therapy of gastro-oesophageal reflux disease have shown that it might be comparable with standard-dose proton pump inhibitor treatment and superior to standard-dose histamine-2 receptor antagonist therapy. AIM To compare the impact of standard-dose histamine-2 receptor antagonist, low-dose proton pump inhibito...

Journal: :Indian journal of physiology and pharmacology 2008
Ali Mojtahedin Esmaeal Tamaddonfard Ali Zanboori

In the present study, effects of intracerebroventricular (icv) administration of histamine, mepyramine (H1-receptor antagonist) and famotidine (H2-receptor antagonist) have been investigated on the formalin test in rats. Subcutaneous injection of formalin (50 microl, 1%) into the ventral surface of the left hind paw produced a marked biphasic pain response (first phase: 0-5 min and second phase...

Journal: :Neurobiology of Learning and Memory 2012
Fernando Benetti Clarice Kras Borges da Silveira Weber Cláudio da Silva Martín Cammarota Iván Izquierdo

Early partial maternal deprivation causes long-lasting neurochemical, behavioral and brain structural effects. In rats, it causes a deficit in memory consolidation visible in adult life. Some of these deficits can be reversed by donepezil and galantamine, which suggests that they may result from an impairment of brain cholinergic transmission. One such deficit, representative of all others, is ...

Journal: :American journal of physiology. Cell physiology 2014
Mais Absi Jason I Bruce Donald T Ward

Statins and aspirin deliver well-established cardiovascular benefits resulting in their increased use as combined polypills to decrease risk of stroke and heart disease. However, the direct endothelial effect of combined statin/aspirin cotreatment remains unclear. Histamine is an inflammatory mediator that increases vascular permeability, and so we examined the effect of treating human umbilica...

Journal: :Biological & pharmaceutical bulletin 2011
Yuh Suzuki Toshio Inoue Atsuki Yamamoto Yukio Sugimoto

The prophylactic use of anti-allergic drugs has been proposed to be effective in the treatment of seasonal allergic rhinitis in humans. However, there is little information regarding the prophylactic effect of thromboxane A(2) (TXA(2)) receptor antagonist on allergic rhinitis. Recent studies revealed that a TXA(2) receptor antagonist ramatroban could block the prostaglandin D(2) (PGD(2)) recept...

2012
Sangita Biswas Stephen H Benedict Sharon G Lynch Steven M LeVine

Corticosteroids are standard treatment for patients with multiple sclerosis experiencing acute relapse. Because dyspeptic pain is a common side effect of this intervention, patients can be given a histamine receptor-2 antagonist, proton pump inhibitor or antacid to prevent or ameliorate this disturbance. Additionally, patients with multiple sclerosis may be taking these medications independent ...

Journal: :American journal of physiology. Cell physiology 2008
Boyi Liu Huiling Liang Li Liu Hailin Zhang

The M-type potassium channel, of which its molecular basis is constituted by KCNQ2-5 homo- or heteromultimers, plays a key role in regulating neuronal excitability and is modulated by many G protein-coupled receptors. In this study, we demonstrate that histamine inhibits KCNQ2/Q3 currents in human embryonic kidney (HEK)293 cells via phosphatidylinositol 4,5-bisphosphate (PIP(2)) hydrolysis medi...

Journal: :Acta dermato-venereologica 2014
Yoshihiro Inami Atsushi Sasaki Tsugunobu Andoh Yasushi Kuraishi

Shampoo and cleansers containing anionic surfactants including sodium dodecyl sulphate (SDS) often cause pruritus in humans. Daily application of 1-10% SDS for 4 days induced hind-paw scratching (an itch-related behaviour) in a concentration-dependent manner, and 10% SDS also caused dermatitis, skin dryness, barrier disruption, and an increase in skin surface pH in mice. SDS-induced scratching ...

Journal: :Molecular pharmacology 2011
Elizabeth M Rosethorne Steven J Charlton

The G(i/o)-coupled histamine H(4) receptor is highly expressed in hemopoietic cells and is a promising new target for the treatment of chronic inflammatory diseases. 1-[(5-Chloro-1H-indol-2-yl)carbonyl]-4-methyl-piperazine (JNJ7777120) has been described as a selective antagonist at the H(4) receptor and is widely used to characterize the physiological role of the H(4) receptor. We have investi...

Journal: :international journal of advanced biological and biomedical research 2014
zahra shamsi biranvand seyyed gholam reza mousavi mohammad shamsollahi javad cheraghi kamran taherpour

the role of histamine in the regulation of food and water intake in mammals and birds of the review, this study evaluated the effects of intraperitoneal administration of chlorpheniramine as histamine h1-receptor antagonist, in broiler chicks on feed intake and satiety in water and was hungry. 32 male ross broiler chicks reared in groups of four weeks, 16 samples (control and test) were then in...

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

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

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