نتایج جستجو برای: histopathological complication

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

Journal: :مجله علوم اعصاب شفای خاتم 0
m. javad mirzayan department of neurosurgery, medical school hannover, hannover, germany. christian probst department of traumatology, medical school hannover, hannover, germany.

although the majority of the patients with traumatic brain injury presents with injuries involving the extremities, there was a clear paucity of adequate experimental polytrauma models. to close this gap, we conducted several studies to establish two different polytrauma mice models including both closed and open traumatic brain injury. male c57bl mices with a mean weight of 23g were anesthetiz...

2016
Tetsuro Sawata Masashi Bando Masayuki Nakayama Naoko Mato Tamiko Takemura Yukihiko Sugiyama

Pulmonary sarcoidosis is reported to have complication of lymphoproliferative disease such as malignant lymphoma, but the complication of multicentric Castleman's disease (MCD) is rarely reported. In our case of a 60-year-old woman, bilateral hilar lymphadenopathy was noted in her chest X-ray. We performed a transbronchial lung biopsy. She was diagnosed as having pulmonary sarcoidosis (Stage II...

Journal: :iranian journal of pathology 2015
noushin jalayer naderi hassan semyari zahra elahinia

background and objective: smoking can be associated with the decreasing gingival blood flow and epithelial changes. the aim of this study was to evaluate the histopathological changes of gingival epithelium and connective tissue in smokers. methods: the study was case-control. sixty male patients (28 smokers and 32 nonsmokers) suffering chronic periodontitis were participated in the study. peri...

2008
M Al-Maslamani WH Ibrahim K Chacko A Al-Khal

Endobroncheal tuberculosis is defined as tuberculous infection of the tracheobronchial tree with microbial and histopathological evidence. The disease is usually mistaken for other lung diseases including lung cancer. Bronchial stenosis is a common complication of this type of tuberculosis despite the use of effective anti-tuberculous chemotherapy. We are presenting a case of endobronchial tube...

Journal: :International Journal of Otorhinolaryngology and Head and Neck Surgery 2023

Thyroglossal sinus are a frequent clinical entity in the pediatric population, mostly present upper midline of neck. It is most common complication following thyroglossal duct cysts and well known for recurrence, if inadequately excised or infected. A careful consideration magnetic resonance imaging (MRI) pre-operatively helps improve outcomes reduces complications. We case 12-year-old boy oper...

Journal: :JEADV Clinical Practice 2022

Bullous pemphigoid is a rare complication of immune checkpoint inhibitor treatment. We report case pembrolizumab-induced bullous in patient with malignant melanoma and concomitant cutaneous squamous cell carcinoma that regressed. A 77-year-old woman metastatic 3-year history growing skin nodule on her left calf was treated pembrolizumab. Histopathological examination the established diagnosis c...

2017
Mehmet Ezelsoy Belhhan Akpinar

Intracardiac papillary endothelial hyperplasia is seen very rare in the literature. This report describes the case of a 65-year old male patient who had intracardiac neoplasm behind the right coronary aortic cusp. The lesion was treated successfully by surgical excision. According to histopathological analysis the diagnosis was papillary endothelial hyperplasia. The patient was discharged witho...

Journal: :iranian endodontic journal 0
hugo plascencia mariana díaz patricia cholico monserrat del real salvador márquez-de alba

the modern surgical endodontic treatment is a safe and predictable procedure with high success rate. however, several factors can retard or impede the proper healing process. use of a high speed handpiece during hard tissues management (osteotomy and apical resection) can potentially be one of these factors. formation of metallic debris from the surgical diamond burs, production of necrotic loc...

Journal: :archives of cardiovascular imaging 0
zahra khajali rajaei cardiovascular, medical and research center, iran university of medical science, tehran, ir iran marzieh khayatzadeh rajaei cardiovascular, medical and research center, iran university of medical science, tehran, ir iran; md, fellowship of echocardiography, echocardiography department, rajaei cardiovascular, medical and research center, iran university of medical science, tehran, ir iran. tel: +98-9121894993

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

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

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