نتایج جستجو برای: children and adolescents

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

Journal: :international journal of community based nursing and midwifery 0
manijeh nourian department of nursing, university of social welfare and rehabilitation sciences, tehran, iran farahnaz mohammadi shahboulaghi social determinants of health research center, department of nursing, university of social welfare and rehabilitation sciences, tehran, iran; kian nourozi tabrizi social determinants of health research center, department of nursing, university of social welfare and rehabilitation sciences, tehran, iran; maryam rassouli department of pediatric nursing, school of nursing and midwifery, shahid beheshti university of medical sciences, tehran, iran akbar biglarrian department of biostatistics, university of social welfare and rehabilitation sciences, tehran, iran

background: resilience is a quality that affects an individual’s ability to cope with tension. the present study was conducted to determine resilience and its contributing factors in high-risk adolescents living in residential care facilities affiliated to tehran welfare organization in order to help develop effective preventive measures for them. methods: the present descriptive study was cond...

Background: Normal standard references of blood pressure (BP) for children and adolescents have been suggested to be constructed based on anthropometric indices. Accordingly, we aimed to develop first BP reference percentiles by weight and age for Iranian children aged 3-18 years old. Materials and Methods: A total of 16,246 children and adolescents aged 3-18 years were included from 3 cross-se...

Journal: :journal of research in medical sciences 0
ehsan bahrami parisa mirmoghtadaee gelayol ardalan hamid zarkesh-esfahani zarkesh-esfahani mohammad-hassan tajadini shaghayegh haghjouy-javanmard

background: in this study, we aim to compare insulin and leptin levels in adolescents with or without overweight and in those with or without abdominal obesity. materials and methods: this case-control study was conducted among 486 samples. we randomly selected 243 overweight and an equal number of normal-weight adolescents from among participants of the third survey of a national surveillance ...

بصام پور, سید علیرضا, رحمانی, ناهید , محسنی بندپی, محمد علی, کریمیان, علیرضا, کیانی, علی ,

Background and purpose: Scoliosis is one of the most common spinal disorders and its delayed diagnosis and treatment may lead to complications in posture, sitting style and respiratory system. The purpose of this study was to systematically review previously published studies concerning the prevalence and associated risk factors of scoliosis among children and adolescents. Materials and meth...

آغا فاطمه حسینی, , دریادخت مسرور رودسری, , مریم چهره گشا, , مهناز سید الشهدایی, ,

  Background & Aims: Many children and adolescents with epilepsy live in Iran. This disease affects their quality of life and their social performance. Accordingly this study aims to determine the quality of life of adolescents with epilepsy and its related factors.   Material & Methods: It was a descriptive cross- sectional study. One hundred and eighty 11-20 years old adolescents referring to...

Background: Risk factors of non-communicable disease (NCD) origin from early life, and exposure to environmental pollutant may be a predisposing factor. This study aimed to investigate the association of air quality index (AQI) and fine particulate matter (PM2.5) with some NCD risk factors in a sample of Iranian children and adolescents. Materials and Methods: This cross-sectional study was con...

Objectives: Our objective was to perform a cross-sectional research to measure the prevalence of bipolar mood disorder (BMD) in Iranian children and adolescents and its comorbidity with psychiatric disorders. Also, the main purpose of this study was to characterize the main risk factors for BMD in children and adolescents. Method: This work was an analytical cross-sectional study. In a communi...

Background: The enjoyment of different walks of life of health care is one of the top priorities. To this end, access is a precondition for the establishment of justice in human societies. Given that keeping the health of some groups in societies is of special importance due to their special age-physical conditions, the present study aimed to investigate the access of children and adolescents u...

Objectives: The purpose of this study was to investigate the emotional, behavioral problems, and posttraumatic stress symptoms in siblings of children with cancer and a control group.  Method: This study is a causal-comparative study. The sample consisted of 30 siblings aged 11 to 18 years old in children with cancer, 30 controls, who were matched for age and sex. The data was collected throug...

ژورنال: پرستاری کودکان 2022

Intruduction: Hesitancy about vaccination has grown, and the World Health Organization now considers it a major threat to global health. Hesitancy about vaccination and not doing it in people who have not been vaccinated yet and those who have a weak immune system and are vulnerable to infection reduce immunity against the disease. This psychometric study was the Persian version of the Covid-19...

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

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

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