نتایج جستجو برای: racz technique

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

Journal: :the archives of bone and joint surgery 0
amir mohammad navali department of orthopedic surgery, shahid gazi hospital, tabriz university of medical sciences, tabriz, iran hossein aslani department of orthopedic surgery, shahid gazi hospital, tabriz university of medical sciences, tabriz, iran

background:  parts of the implants placed over the meniscus during meniscal repair can wear down the cartilage in the contact zones and cause chronic synovitis. placing horizontal sutures under the meniscus may overcome this potential hazard. the purpose of this prospective study was to evaluate the midterm results of arthroscopic meniscal repair using submeniscally placed out-in horizontal sut...

Journal: :the archives of bone and joint surgery 0
morteza nakhaei amroodi shafa orthopedic hospital, iran university of medical sciences, tehran, iran ali mahmuudi shafa orthopedic hospital, iran university of medical sciences, tehran, iran mostafa salariyeh shafa orthopedic hospital, iran university of medical sciences, tehran, iran arash amiri shafa orthopedic hospital, iran university of medical sciences, tehran, iran

background: when non-operative treatment of tennis elbow fails; a surgical procedure can be performed to improve the associated symptoms. different surgical techniques for treatment of lateral epicondylitis are prescribed. the purpose of this study was to evaluate the clinical outcomes of surgical treatment for tennis elbow based on small incision techniques.   methods: this technique was perfo...

Journal: :evidence based care 0
soheila karbandi evidence based care research centre, instructor of nursing, department of pediatric nursing, school of nursing and midwifery, mashhad university of medical sciences, mashhad, iran maryam lotfi msc in neonatal intensive care nursing, nursing and midwifery school, mashhad university of medical sciences, mashhad, iran hasan boskabadi associate professor of neonatology, school of medicine, mashhad university of medical sciences, mashhad, iran habibollah esmaily associate professor of biostatistics, neonatal research center, mashhad university of medical sciences, mashhad, iran

background: hyperbilirubinemia is a common physiological problem in approximately 80% of preterm infants during the first week after birth. increase in bowel movements reduces enterohepatic circulation and increases bilirubin excretion. aim: this study aimed to evaluate the effects of field massage technique on bilirubin level and the number of defecations in preterm infants method: this clinic...

Journal: :acta medica iranica 0
e. nadi f. zeraati

poor inhaler technique is a common problem both in asthmatic patients and healthcare providers, which contributes to poor asthma control. this study was performed to evaluate the adequacy of metered-dose inhaler (mdi) technique in a sample of physicians and nurses practicing in hospitals of hamadan university of medical sciences. a total of 173 healthcare providers voluntary participated in thi...

Journal: :international economics studies 0
alireza kazerooni majid feshari دانشگاه تبریز majid feshari

â â â  â â â â â  abstract: â  up to now, the impact of real exchange rate on the non-oil exports of iran has been mainly on focus. however, the more important aspect of the fluctuations in exchange rate is its degree of volatility which can have profound effect on the non-oil exports. hence, the main objective of this paper is to investigate the linkage between non-oil exports and the real exc...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تحصیلات تکمیلی صنعتی کرمان - پژوهشکده برق و کامپیوتر 1390

a phase-locked loop (pll) based frequency synthesizer is an important circuit that is used in many applications, especially in communication systems such as ethernet receivers, disk drive read/write channels, digital mobile receivers, high-speed memory interfaces, system clock recovery and wireless communication system. other than requiring good signal purity such as low phase noise and low spu...

Journal: :Journal of Cardiovascular Medicine and Cardiology 2018

Journal: :world journal of plastic surgery 0
mahmoud omranifard department of plastic surgery, school of medicine, isfahan university of medical sciences, isfahan, iran hosein abdali department of plastic surgery, school of medicine, isfahan university of medical sciences, isfahan, iran mehdi rasti ardakani department of plastic surgery, school of medicine, isfahan university of medical sciences, isfahan, iran amiryousef ahmadnia department of plastic surgery, school of medicine, isfahan university of medical sciences, isfahan, iran

background nasal valve collapse and especially internal nasal valve insufficiency is a common cause of nasal airway obstruction. this study compares the effects of spreader graft and overlapping lateral crural technique on rhinoplasty by rhinomanometry. methods fifty patients were randomly assigned into two groups and underwent spreader graft or overlapping lateral crural technique. objective 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"; } -->