نتایج جستجو برای: prn analgesia

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

Journal: :Discrete Mathematics 2017
Adam Woryna

For every natural number n ≥ 2 and every finite sequence L of natural numbers, we consider the set UDn(L) of all uniquely decodable codes over an n-letter alphabet with the sequence L as the sequence of code word lengths, as well as its subsets PRn(L) and FDn(L) consisting of, respectively, the prefix codes and the codes with finite delay. We derive the estimation for the quotient |UDn(L)|/|PRn...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد شاهرود - دانشکده پزشکی 1393

هدف: در این مطالعه به بررسی میزان درد پس از عمل جراحی هرنی اینگوینال در افراد استفاده کننده از انفوزیون مورفین در قیاس با افراد دریافت کننده روش معمول دریافت مسکن در بیمارستان خاتم الانبیا در سال 1392 پرداختیم. روش مطالعه: این مطالعه مداخله ای به صورت یک کارآزمایی بالینی تصادفی بر روی 80 نفر از بیماران تحت عمل جراحی هرنی اینگوینال در بیمارستان خاتم الانبیا در سال 1392انجام گردید و میزان درد پس...

Journal: :British Journal of Surgery 2021

Abstract Aims Critical Limb Ischaemia (CLI) patients often present with ischaemic rest pain and uncontrolled can impact on quality of life. To improve control, a set trust-wide guidelines were developed to standardise management for CLI patients. Methods This was prospective cross-sectional audit, which initially involved 30 admitted under vascular surgery at tertiary centre between May June 20...

Journal: :The new microbiologica 2009
Paola Stefanelli Cecilia Fazio Giorgio Fedele Fabiana Spensieri Clara Maria Ausiello Paola Mastrantonio

The invasion and the immunomodulatory effect of a Bordetella pertussis natural deficient strain 00141(PRN-) on human dendritic cells (MDDC) and its in vivo infection ability in a mouse model were evaluated in comparison with the reference B. pertussis strain ATCC 97-97 (18323). The mutant was isolated from a case of pertussis which occurred in a 22-month-old infant with typical symptoms of the ...

2016
Shabnam Ajami Hooman Zarif Najafi Sareh Mahdavi

Background: The evaluation of the soft tissue facial profile is essential to achieve facial harmony in orthodontic diagnosis and treatment planning. Objectives: This study aimed to develop soft tissue angular photogrammetric norms for a sample of Iranian population. Patients and Methods: Standardized profile photographic records were taken from 34 men and 37 women. Twelve measurements were anal...

Journal: :Environmental microbiology 2009
Silvia Schmidt Judith F Blom Jakob Pernthaler Gabriele Berg Adam Baldwin Eshwar Mahenthiralingam Leo Eberl

Members of the genus Burkholderia are known for their ability to suppress soil-borne fungal pathogens by the production of various antibiotic compounds. In this study we investigated the role of N-acylhomoserine lactone (AHL)-dependent quorum sensing (QS) in the expression of antifungal traits. Using a quorum quenching approach, that is, by heterologous expression of the Bacillus sp. AiiA lacto...

2017
Mohammed Abdullah Al-Sughayir

BACKGROUND In psychiatric inpatients, administration of pro re nata benzodiazepines is a common practice. Benzodiazepine use is associated with potential complications of risk of abuse, cognitive impairment, and falls. An interest in accreditation is growing rapidly among many countries to enhance the quality of health care services. We aimed to investigate whether hospital accreditation drives...

2013
Seong Joon Ahn Jeeyun Ahn Se Joon Woo Kyu Hyung Park

PURPOSE To compare visual and anatomic outcomes of intravitreal bevacizumab injections administered as needed (PRN group) and initial treatment with 3 monthly injections followed by as-needed injections (3 monthly initial dose group) in patients with macular edema (ME) secondary to branch retinal vein occlusion (BRVO). METHODS This retrospective study included 69 and 26 patients in the PRN an...

2016
Qingjiang Meng Wei Luo Yaojie Li

Objectives: Propranolol (PRN) was found by chance very effective in treating hemangioma, yet the therapeutic mechanism remains unclear. This study was aimed to investigate the therapeutic mechanism of propranolol on hemangioma. Materials and Methods: The plasma propranolol concentrations at 2, 6, 10, 24 h were assayed by reversed phase high performance liquid chromatography (RP-HPLC) after oral...

2017
Donald R Latner Amy Parker Fiebelkorn Marcia McGrew Nobia J Williams Laura A Coleman Huong Q McLean Steven Rubin Carole J Hickman

Background Recent mumps outbreaks among 2-dose measles mumps rubella (MMR) vaccine recipients have raised questions regarding the potential benefits of a third dose of vaccine (MMR3). If MMR3 provides a sustained elevation in mumps antibody, it may be beneficial for certain at-risk groups or as an outbreak control measure. Methods Sera were collected immediately prior to MMR3 and at 1 month a...

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

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

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