نتایج جستجو برای: oral tissue

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

2016
Bamidele O. Popoola Nneka Onyejaka Morenike O. Folayan

BACKGROUND Developmental dental hard tissue anomalies are often associated with oral health problems. This study determined the clinical prevalence of developmental dental hard tissue anomalies in the permanent dentition of children resident in southwestern Nigeria and its association with dental caries and poor oral hygiene status. METHODS This was a cross-sectional study recruiting 1565 sch...

Journal: :journal of lasers in medical sciences 0
nahid ramazani assistant professor, department of pediatric dentistry, research center for children and adolescents health, zahedan university of medical sciences, zahedan, iran. rahil ahmadi assistant professor, department of pediatric dentistry, shahed university of medical sciences, tehran, iran. mohammad daryaeian graduate student of department of endodontics, shahed university of medical sciences, tehran, iran.

it is of utmost importance to make children interested in and willing to use dental services in order to prevent and treat oral diseases. therefore, pediatric dental practitioners need to learn new technologies such as lasers, in addition to basic principles. lasers have opened new horizons in the treatment of both soft and hard oral tissue problems in children. the present article describes ap...

Journal: :iranian journal of basic medical sciences 0
nasrin araghizadeh dental research center, tehran university of medical sciences, tehran, iran mojgan paknejad department of periodontology, tehran university of medical sciences, tehran, iran mojgan alaeddini dental research center, tehran university of medical sciences, tehran, iran bagher minaii department of histology, faculty of medicine, tehran university of medical sciences, tehran, iran mohammad abdollahi faculty of pharmacy, and pharmaceutical sciences research center, tehran university of medical sciences, tehran, iran reza khorasanie faculty of pharmacy, and pharmaceutical sciences research center, tehran university of medical sciences, tehran, iran

objective(s):gingivitis is an inflammatory disease that affects tooth-supporting tissues and is caused by a microbe-immune response. the aim of this study was to evaluate the effects of omega-3 fatty acids on immune system regulation and the prevention and treatment of gingivitis using an animal model. materials and methods: gingival inflammation was induced by lipopolysaccharide (lps) injectio...

Journal: :Journal 2012
Sylvie-Louise Avon Hagen B E Klieb

Proper management of an oral mucosal lesion begins with diagnosis, and the gold standard for diagnosing disease, oral or otherwise, is tissue biopsy. The oral environment, which is moist and confined, poses challenges for collecting a viable tissue sample that will be suitable for diagnosis. These challenges are further compounded by the myriad of biopsy techniques and devices now available. In...

پایان نامه :0 1381

نتایج بدست آمده براساس تستهای آماری ‏‎kruskal wallis,chi square‎‏ آنالیز شدند. مسواک الکتریکی ‏‎braun oral b 3d‎‏ در این بررسی نشان داده است که از دو مسواک دیگر بصورت معنی داری در تمامی نواحی دندان قدرت حذف پلاک بیشتری دارد. مسواک الکتریکی ‏‎‏‎3d‎‏از نظر حذف پلاک میکروبی در نواحی اینترپروگزیمال نیز بطور معنی دار بهتر عمل کرد. مسواکهای دستی ‏‎oral b‎‏ و لاله در نواحی قدامی نتایج قابل قبولی داشتن...

A.A. Khaksar Shahindokht Bassiri Jahromi,

Paecilomyces Sp. are saprophytic fungi, which have rarely been pathogen for human. Herein, we report a case of cutaneous infection with Paecilomyces lilacinus with unusual presentations in a healthy young woman. A biopsy provided an initial diagnosis of fungal elements in the tissue. Multiple positive fungal cultures were obtained from the biopsied tissue. Microscopic and macroscopic examinatio...

Journal: :Clinical cancer research : an official journal of the American Association for Cancer Research 2008
Ina Pavlova Michelle Williams Adel El-Naggar Rebecca Richards-Kortum Ann Gillenwater

PURPOSE Autofluorescence imaging is increasingly used to noninvasively identify neoplastic oral cavity lesions. Improving the diagnostic accuracy of these techniques requires a better understanding of the biological basis for optical changes associated with neoplastic transformation in oral tissue. EXPERIMENTAL DESIGN A total of 49 oral biopsies were considered in this study. The autofluoresc...

Journal: :Drug metabolism and disposition: the biological fate of chemicals 2006
Thomas Walle U Kristina Walle David Sedmera Mitch Klausner

Oral cancer, originating from smoking-induced lesions of the basal cells in the complex stratified oral epithelium, is difficult to treat. Early detection of premalignant lesions, e.g., leukoplakia, has suggested the possibility of chemopreventive measures, such as topical application of antimutagenic/antiproliferative dietary or pharmaceutical agents. As an extension of a study in human oral e...

2016
Jumpei Washio Nobuhiro Takahashi

Oral diseases are known to be closely associated with oral biofilm metabolism, while cancer tissue is reported to possess specific metabolism such as the 'Warburg effect'. Metabolomics might be a useful method for clarifying the whole metabolic systems that operate in oral biofilm and oral cancer, however, technical limitations have hampered such research. Fortunately, metabolomics techniques h...

Background: Artemisinin is commonly used for the treatment of malaria, but recently has been considered as a potential substance to control poultry coccidiosis. OBJECTIVES: The aim of the present study was to determine the tissue distribution of artemisinin following single or multiple oral administration of different doses in broiler chickens. METHODS: A total number of 390 one day old Ross br...

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

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

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