نتایج جستجو برای: radiographic evaluation

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

Journal: :AJNR. American journal of neuroradiology 2001
A S Youkilis P Park P E McKeever W F Chandler

Presentation, diagnosis, and management of an unusual parasagittal ependymoma, radiographically resembling a falcine meningioma, are described. Despite its radiographic appearance, pathologic evaluation revealed classic features of an ependymoma. The radiographic and pathologic characteristics of this unusual lesion are briefly examined, and the literature is reviewed. Although extraaxial epend...

Ahamed I. Abd-Glil Mohamed B. Mostafa,

Objective- To describe the radiographic and ultrasonographic changes in the fetlock disorders indonkeys. Design- Descriptive study. Animals- - Twenty nine donkeys with clinical, radiographic and ultrasonographic evidences of fetlock disorders and lameness were used in this study. Procedures- Clinical, radiographic and ultrasonographic studies for donkeys have fetlock disorders and lameness were...

Journal: :iranian endodontic journal 0
safoora sahebi assistant professor of endodontics, dental school, shiraz university of medical science, shiraz, iran vahid dolatkhah postgraduate student of endodontics, dental school, shiraz university of medical science, shiraz, iran nooshin sadat shojaee postgraduate student of endodontics, dental school, shiraz university of medical science, shiraz, iran

abstract : the crown-root fracture is a common tooth injury which compromises the biological width and need proper endodontic and prosthodontic treatment to achieve acceptable clinical outcome. this case report describes clinical management of crown-root fracture in maxillary central incisors which was successfully treated by forceps eruption with 180˚ rotation to restore the biological width. ...

Hekmatfar, Somayeh, Hoseini, Saleh, Jafari, Karim, Mikaili, Hesam,

Introduction: Hypodontia is one of the most common developmental anomalies. This study aimed to evaluate the variations of radiographic dental development in a group of Iranian children with dental agenesis. Materials and Methods: This study evaluated 1230 Orthopantomographs (OPGs) for agenesis of permanent teeth obtained from the patients aged between 8 and 18 years. Then the difference betwe...

2012
Ivanka Madjar-Simic Adnana Talic-Tanovic Zoran Hadziahmetovic Aida Sarac-Hadzihalilovic

INTRODUCTION Supracondylar humerus fractures are the most common fractures of the humerus at the elbow in children. The key role belongs to the age and immaturity of the humerus region. Treatment, even today represents the problem of bone and joint surgery. Gartland classification divides these fractures into four types. Analysis of radiographic parameters will serve as an indicator for treatme...

Journal: :Brazilian journal of physical therapy 2013
Rossana V Saltiel Samantha T Grams Aline Pedrini Elaine Paulin

BACKGROUND Diaphragmatic evaluation is crucial in clinical practice, and no studies have reported the intra- and interobserver reproducibilities of the radiographic method to evaluate diaphragmatic mobility. OBJECTIVE To analyze the reliability of radiographic measurement as a method for assessing the mobility of the left and right hemidiaphragms. METHOD Forty-two patients, who were waiting...

2005
A Wanders R Landewé M Dougados H Mielants D van der Heijde

Objective: To demonstrate the association between various measures of spinal mobility and radiographic damage of the spine in individual patients with ankylosing spondylitis, and to determine whether the assessment of spinal mobility can be a proxy for the assessment of radiographic damage. Methods: Radiographic damage was assessed by the mSASSS. Cumulative probability plots combined the radiog...

Journal: :International Journal of Health Sciences (IJHS) 2022

Background: The present study was conducted of assessing the prognosis post and core supported crowns. Materials & methods: A total 100 patients who underwent treatment for dental rehabilitation were enrolled. treatment. Radiographic assessment done on subsequent follow-up. Both clinical radiographic evaluation all prognosis. Results compiled in Microsoft excel sheet analyzed by SPSS softwa...

Journal: :Annals of the rheumatic diseases 2005
A Wanders R Landewé M Dougados H Mielants Sj van der Linden D van der Heijde

OBJECTIVE To demonstrate the association between various measures of spinal mobility and radiographic damage of the spine in individual patients with ankylosing spondylitis, and to determine whether the assessment of spinal mobility can be a proxy for the assessment of radiographic damage. METHODS Radiographic damage was assessed by the mSASSS. Cumulative probability plots combined the radiog...

Journal: :journal of dentistry, tehran university of medical sciences 0
hengameh khosropanah shoaleh shahidi amar basri maral houshyar

objectives:  the efficacy of adding platelet-rich plasma (prp) to demineralized freeze-dried bone allograft (dfdba) in order to improve the clinical and radiographic results obtained in treatment of deep periodontal intrabony defects has yet to be fully elucidated. materials ­and methods: this double blind, split-mouth randomized controlled clinical trial was conducted on 12 patients with two c...

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

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

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