نتایج جستجو برای: inhalational exposure

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

Journal: :ED management : the monthly update on emergency department management 2002
Roger D Lovell

The CDC presented considerations for distinguishing influenza-like illness from inhalational anthrax (MMWR, 9 Nov 01, 50:44 pp. 984-986). “Although many different illness might present with influenza-like illnesses (ILI) symptoms, the presence of certain signs and symptoms might help to distinguish other causes of ILI from inhalational anthrax. Nasal congestion and rhinorrhea are features of mo...

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی استان سیستان و بلوچستان 1378

ایمپلنت h.a چشمی در ابتدا بوسیله آرتورپری در 1985 بکار رفته برای استفاده عمومی در 1989 بوسیله fda، توسعه یافت . ما در یک مطالعه مقطعی، عوارض ایجاد شده در بیمارانی را که بعد از تخلیه چشم در آنها کره هیدروکسی آپاتیت کار گذاشته شده بود، بررسی کردیم. این مطالعه بر روی بیماران از سال 1372 تا 1377 انجام شده است . از بین 30 مورد بیمار مورد مطالعه، 8 مورد (26 درصد) دچار عارضه شده بودند که 6 نفر آنها مر...

2012
Mary Kate Hart George A. Saviolakis Susan L. Welkos Robert V. House

The development of vaccines for microorganisms and bacterial toxins with the potential to be used as biowarfare and bioterrorism agents is an important component of the US biodefense program. DVC is developing two vaccines, one against inhalational exposure to botulinum neurotoxins A1 and B1 and a second for Yersinia pestis, with the ultimate goal of licensure by the FDA under the Animal Rule. ...

2017
Asnakew Achaw Ayele Henok Getachew Tegegn

BACKGROUND Asthma is a chronic inflammatory condition of the airways that affects roughly 358 million people globally. It is a serious global health problem with an increasing prevalence worldwide. Most people affected are in low- and middle-income countries including Ethiopia. The association between non -adherence and poor disease control is clearly stated in different literatures. The main o...

Journal: :Infection and immunity 2012
Zachary P Weiner Ian J Glomski

Since 1957, it has been proposed that the dissemination of inhalational anthrax required spores to be transported from the lumena of the lungs into the lymphatic system. In 2002, this idea was expanded to state that alveolar macrophages act as a "Trojan horse" capable of transporting spores across the lung epithelium into draining mediastinal lymph nodes. Since then, the Trojan horse model of d...

2012
Luisa W. Cheng Kirkwood M. Land Larry H. Stanker

Botulinum neurotoxins (BoNTs) are some of the most lethal human bacterial toxins and the causative agent of botulism (Arnon et al., 2001; Simpson, 2004). The usual routes of intoxication for BoNTs are oral ingestion of clostridial spores or pre-formed toxin, manifested as infant, foodborne and adult onset botulism. An increasingly common route of intoxication is associated with intravenous drug...

Journal: :The Journal of the Association of Physicians of India 2010
Rajeev Soman A A Mahashur Deepak Naphade Camilla Rodrigues Anita Bhaduri Preeti K Nagnur Anup Warrier

Pseudallescheria boydii and its asexual state Scedosporium apiospermum is a well known opportunistic pathogen among immunocompromised patients. However it is rare in immunocompetent patients. The optimum management of this infection is still not clear. The new azoles may show better efficacy than amphotericin B and additional surgery may play a pivotal role. We report a case of Pseudallescheria...

Journal: :Anesthesiology 2009
Carsten Bantel Mervyn Maze Stefan Trapp

BACKGROUND Ischemic preconditioning is an important intrinsic mechanism for neuroprotection. Preconditioning can also be achieved by exposure of neurons to K+ channel-opening drugs that act on adenosine triphosphate-sensitive K+ (K(ATP)) channels. However, these agents do not readily cross the blood-brain barrier. Inhalational anesthetics which easily partition into brain have been shown to pre...

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

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

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