نتایج جستجو برای: x ray ct

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

Journal: :international journal of hematology-oncology and stem cell research 0
ali ghorbani abdehgah thoracic surgeon, assistant professor, department of surgery, research center for improvement of surgical outcomes and procedures, shariati hospital, tehran university of medical sciences, tehran, iran behnam molavi vascular surgeon, assistant professor, department of surgery, research center for improvement of surgical outcomes and procedures, shariati hospital, tehran university of medical sciences, tehran, iran saeed reza mehrpour orthopedic surgeon, assistant professor, department of orthopedics, shariati hospital, tehran university of medical sciences, tehran, iran amir reza radmard radiologist, assistant professor, department of radiology, shariati hospital, tehran university of medical sciences, tehran, iran mohammad mahjori general surgeon, department of surgery, research center for improvement of surgical outcomes and procedures, shariati hospital, tehran university of medical sciences, tehran, iran nasser kamalian pathologist, professor, department of pathology, shariati hospital, tehran university of medical sciences, tehran, iran

clavicular bone tumors occur in less than 0.5 percent of bone tumors. primary chondrosarcoma is very rare even among clavicle tumors. the main symptom is a touchable mass in 69 % of patients. dedicated centers using fna and cytology can reach a correct diagnosis in 94% of cases. treatment planning is done using simple x-ray, ct-scan, shoulder mri, chest ct-scan, and whole body technetium scan. ...

Alireza Karimian, Arman Rahmim Mahdi Nasri Nasrabadi Nematollah Ahmadi Jeshvaghane

Introduction: The CT machine utilizes a bowtie filter to shape the X-ray beam and remove lower energy photons. Configuration of this bowtie filter is complex and its geometry is often not available in detail. It causes the CT dose index (CTDI) be with the different values in measurement versus Monte Carlo simulation studies and other analytical calculations. It is important esp...

Alireza Karimian, Arman Rahmim Mehdi Nasri Nasrabadi, Nematollah Ahmadi

Introduction: The CT machine utilizes a bowtie filter to shape the X-ray beam and remove lower energy photons. Configuration of this bowtie filter is complex and its geometry is often not available in detail. It causes the CT dose index (CTDI) be with the different values in measurement versus Monte Carlo simulation studies and other analytical calculations. It is important esp...

2011
Blake C. Lucas Yoshito Otake Mehran Armand Russell H. Taylor

A novel algorithm is presented to segment and reconstruct injected bone cement from a sparse set of X-Ray images acquired at arbitrary poses. The Sparse X-Ray Multi-view Active Contour (SxMAC – pronounced “smack”) can (1) reconstruct objects for which the background partially occludes the object in X-Ray images, (2) use X-Ray images acquired on a non-circular trajectory, and (3) incorporate pri...

Journal: :the journal of tehran university heart center 0
mohammad bagher rahim shariati general hospital, tehran university of medical sciences, tehran, iran. mohammadhossein mandegar shariati general hospital, tehran university of medical sciences, tehran, iran. farideh roshanali shariati general hospital, tehran university of medical sciences, tehran, iran.

a 50-year-old male underwent a check-up for an insurance company. chest x-ray revealed a large ball-like lesion in the posterior mediastinum. the finding was confirmed by computed tomography (ct) scan (figure 1). the patient was referred to our center, where he had a successful mass removal surgery (figure 2). pathology identified the mass as neurinoma.

2012
Abdul Qayyum Adil Qayyum

Objective: Objective of the study was to evaluate the diagnostic yield of X-rays taking CT scan as gold standard in acute and chronic sinusitis. Study Design:Validation study. Place and Duration of study: The study was conducted in the Radiology Department CMH Rawalpindi, from 1st Aug 2007 to 31st July 2008. Patients and Methods: This study involved 95 patients of both genders above 18 years of...

Journal: :Journal of the Japan Society for Precision Engineering 2020

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

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

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