نتایج جستجو برای: pathological anatomy

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

Amoui, Mahasti, Pirayesh, Elahe, Qodsi rad , Ali,

BACKGROUND AND OBJECTIVE: Nuclear medicine specialty based on the imaging of various organ functions has progressed in recent years with the improvement of imaging techniques towards hybrid imaging requiring knowledge of cross sectional anatomy. On the other hand, with the passing of time, most of knowledge of anatomy has been forgotten. METHODS: This study was conducted in an experimental stud...

Haghir, Hossein, Joghtai, Mohammad Taghi, Mehdizadeh, Mehdi, Shayan, Shahram,

Introduction. It is over a decade since the last revision in the curriculum of master of anatomy. The recent scientific and technologic progresses as well as the present weaknesses in the curriculum of anatomy push us to a new revision in this curriculum. This study was designed to determine the educational needs and practical skills of Master's degree (MS) graduates of anatomy regarding their ...

1937
A. N. Palit

The last one was a case of intracapsular rupture, the capsule forming a big cyst and filling up most of the abdomen. The photographs illustrate the enormous size of the spleens as compared with the anatomical specimen in the middle; the spleens had got considerably hardened and shrunken in the pathological museum. The small spleen is a papier maclie model of a normal organ from the anatomy muse...

2016
Adrian Florin Gal V. RUS

V. RUS , F. RUXANDA , C. RAȚIU , A. F. GAL , V. MICLĂUȘ (1) Departments of Cell Biology, Histology and Embryology, Faculty of Veterinary Medicine, University of Agricultural Sciences and Veterinary Medicine, Cluj-Napoca, Romania Department of Dental Medicine, Faculty of Medicine and Pharmacy, University of Oradea, Oradea, Romania *Corresponding author Adrian Florin Gal PhD. USAMV Cluj-Napoca, P...

Journal: :British heart journal 1977
A C Wenink

The anatomy of the papillary muscle of the conus, also known as Lancisi's muscle, was studied in 100 normal hearts from pathological collections and in 8 embryonic and fetal hearts. Wide morphological variations were observed and because of this the name medial papillary complex is proposed. It is concluded that the value of this complex as an anatomical landmark in the right ventricle is a ver...

2002
Alexandre Guimond Svetlana Egorova Ronald J. Killiany Marilyn S. Albert Charles R. G. Guttmann

We present a completely automatic method to identify abnormal anatomical configurations of the brain resulting from various pathologies. The statistical framework developed here is applied to identify regions that significant differ from normal anatomy in two groups of patients, namely subjects who subsequently converted to Alzheimer’s Disease (AD) and subjects with mild AD. The regions identif...

2002
Horst K. Hahn William S. Millar Maureen S. Durkin Olaf Klinghammer Heinz-Otto Peitgen

A prospective NIH funded study examines the effects of early brain damage on selective aspects of cognitive development in children. We describe an efficient method to segment and visualize the intracerebral fluid spaces in children and adults based on MRI and to quantify ventricular volumes which is (a) robust (for normal and pathological anatomy), (b) reproducible (less than 2 % relative vari...

ژورنال: :مجله گیاهشناسی ایران 2006
فاطمه زرین کمر

در طی این تحقیق آناتومی برگ در گونه های kochia prostrata, chenopodium album  و noaea mucronata ازخانواده اسفناج مورد مطالعه قرار گرفت. تراکم روزنه درواحد سطح، و اندازه و نوع روزنه، تراکم کرک ونوع آنها مقایسه گردید. مشخصات برگ در برش عرضی بیانگر آناتومی کرانزدر دو گونه میباشد.تغییرات ساختمانی برگ از جمله بافت ذخیره کننده آب بیانگر سازش این نوع گیاهان در زیستگاههای خشک است.

2010
Irena Vuković Vesna Lačković Ranko Raičević Zorica Lazić Zoran Milosavljević Tatjana Kastratović Aleksandra Mladenović Vesna Stanković Milena Lačković

University of Kragujevac, School of Medicine, *Department of Histology and Embryology, Department of Internal Medicine, Department of Gynecology and Obstetrics, **Department of Pathological Anatomy, Kragujevac, Serbia; University of Belgrade, School of Medicine, Institute of Histology and Embryology, Belgrade, Serbia; Military Medical Academy, Clinic of Neurology, Belgrade, Serbia; Clinical-Hos...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1992
L Freedman L Costa

A 66 year old, right handed woman presented with pure alexia and right hemiachromatopsia (PARH) in the context of a posterior dementia. PARH was accompanied by prosopagnosia, 2-D object agnosia, and environmental agnosia. Visual fields were normal to confrontation testing. The pathological anatomy of PARH involves circumscribed damage to the lingual and fusiform gyri and paraventricular white m...

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

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

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