نتایج جستجو برای: old persian

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

2013
Mohsen Nourbakhsh Abolghasem Zarezadeh Hamidreza Shemshaki Mohammad R Etemadifar Mehdi Moezi Farhad Mazoochian

INTRODUCTION In recent years, outcome assessment related to orthopedic surgeries has increasingly focused on patient-reported questionnaires. The Oxford Hip Score (OHS), self-administered questionnaire, is a reliable, valid, and responsive instrument for assessing hip in patients undergoing Arthroplasty. METHODS The study involved 105 adult Persian-speaking patients admitted for primary Total...

2014
Mohammad Hosein Ebrahimzadeh Hadi Makhmalbaf Ali Birjandinejad Seyed Hosein Soltani-Moghaddas

BACKGROUND The Oxford Knee Score (OKS) is a short patient-reported outcome instrument that measures pain and physical activity related to knee osteoarthritis. The purpose of this study is to evaluate, construct validity and consistent reliability of the Persian version of the OKS. METHODS The case series consisted of 80 patients who were clinically diagnosed with having knee osteoarthritis. A...

2010
MR Youssefi SH Hoseini SM Hoseini BA Zaheri M Abouhosseini Tabari

Ancylostoma tubaeforme was originally described as a separate species parasitizing the cat. The adults of A. tubaeforme are 7 to 12 mm long. A. tubaeforme can be differentiated from the adults of A. braziliense and A. ceylanicum by the presence of three teeth. Here we describe the first report of A. tubaeforme in a Persian young female leopard, 2-3 years old, with head and trunk length 120 cent...

2016
Meissam Sadeghisani Farideh Dehghan Manshadi Hadi Azimi Ali Montazeri

BACKGROUND Baecke Habitual Physical Activity Questionnaire (BHPAQ) has widely been employed in clinical and laboratorial studies as a tool for measuring subjects' physical activities. But, the reliability and validity of this questionnaire have not been investigated among Persian speakers. OBJECTIVES Therefore, the aim of the current study was examining the reliability and validity of the Per...

2014
Mohammad H. Ebrahimzadeh Amir Reza Kachooei Ehsan Vahedi Ali Moradi Zeinab Mashayekhi Mohammad Hallaj-Moghaddam Mehran Azami Ali Birjandinejad

Oxford Elbow Score (OES) is a patient-reported questionnaire used to assess outcomes after elbow surgery. The aim of this study was to validate and adapt the OES into Persian language. After forward-backward translation of the OES into Persian, a total number of 92 patients after elbow surgeries completed the Persian OES along with the Persian DASH and SF-36. To assess test-retest reliability, ...

Journal: :Archives of Iranian medicine 2009
Amir Shabani Laleh Koohi-Habibi Marzieh Nojomi Narges Chimeh S Nassir Ghaemi Naser Soleimani

BACKGROUND Considering the difficulties in diagnosing bipolar disorder in clinical practice and lack of needed screening instruments in Persian language, the present study aimed at assessing sensitivity, specificity, and predictive values for the Persian Bipolar Spectrum Diagnostic Scale. METHODS The study was conducted in a university-affiliated hospital in Tehran, Iran, in a sample of 181 c...

2013
Mitra Shahabi Jorge Baptista

The present research is a descriptive corpus-based translation study aiming at pinpointing the patterns of translation into Persian when dealing with English Verb Phrase Ellipsis (VPE). After scrutiny of the strategies applied by Persian translators some regular patterns were drawn, with the exception that the observed translation behavior may be taken as advantageous information for improving ...

2016
Mahmood Nejabat Fatemeh Heidary Mohammad Reza Talebnejad Ramin Salouti Mohammad Hossein Nowroozzadeh Masoumeh Masoumpour Hamideh Mahdaviazad Zahra Tajbakhsh Maryam Keshtkar Hossein Jamali Mohammad Reza Khalili Hossein Movahedan Narges Roustaei Reza Gharebaghi

INTRODUCTION This study aimed to determine intraocular pressure (IOP) and central corneal thickness (CCT) measurements in healthy Persian children to find clinical reference values in this ethnicity. Additionally, we examined the possible relationship between these measurements. METHODS This cross-sectional study included 262 eyes of 131 Persian primary school children between 6 and 13 years ...

Journal: :J. UCS 2006
Mohammad Hassan Shirali-Shahreza Mohammad Shirali-Shahreza

Nowadays, many daily human activities such as education, trade, talks, etc are done by using the Internet. In such things as registration on Internet web sites, hackers write programs to make automatic false registration that waste the resources of the web sites while it may also stop it from functioning. Therefore, human users should be distinguished from computer programs. To this end, this p...

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

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

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