نتایج جستجو برای: chest circumference

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

Journal: :International Journal of Progressive Sciences and Technologies 2021

Exercise makes high demands on the body, especially female, due to its physiological characteristics. The article contains a study of impact athletics female body. Athletes 16-19 years old were studied somatometric (height, body weight, chest circumference, dynamometry hands) and psychometric (vital lung capacity, heart rate, blood pressure) indicators

Journal: :Jurnal Sains Riset 2022

This researched aims to compared the birth performance of Aceh cattle resulted natural mating and artificial insemination at BPTU-HPT Indrapuri. The calves used in this study amounted 14 calves. research uses quantitative methods data obtained by t test. parameters measured from are: shoulder height (cm), body length chest (cm). average value measurement is 55.50 cm while results 59.71 cm, mate...

Journal: :Archives of disease in childhood 1991
E F Bowen J G Crowston K De Ceulaer G R Serjeant

The peak expiratory flow rate (PEFR) was studied in 20 matched pairs of children with homozygous sickle cell disease with either no episodes or six or more episodes of acute chest syndrome. The pairs were carefully matched for height and a highly significant reduction in PEFR was observed in children with multiple episodes of acute chest syndrome. Lateral and anteroposterior chest diameters and...

Journal: :Saudi medical journal 2009
Berrin Telatar Serdar Comert Ayca Vitrinel Ethem Erginoz Yasemin Akin

OBJECTIVE To evaluate the relation between maternal prenatal hemoglobin concentration and neonatal anthropometric measurements. METHODS All pregnant women who gave birth at the Obstetrics Department of Dr. LK Kartal Training and Research Hospital, Istanbul, Turkey, from January 1, 2005 to December 31, 2006, and their newborns were included in this prospective, cross-sectional study. The newbo...

Journal: :BMC Pediatrics 2008
Chandrashekhar T Sreeramareddy Neena Chuni Rajkumar Patil Dela Singh Brishna Shakya

BACKGROUND In Nepal, more than 90% of the deliveries take place at home where birth weight is often not recorded. In developing countries, low birth weight (LBW, <2500 grams) accounts for 60-80% of neonatal deaths. Early identification and referral of LBW babies for extra essential newborn care is vital in preventing neonatal deaths. Studies carried out in different populations have suggested t...

Journal: : 2023

Abstract. As an excellent local sheep breed in China, Hu have the characteristics of producing more lambs and good motherhood. The purpose this study was to identify polymorphism mitogen-activated protein kinase 5 (MAP3K5) gene determine whether it associated with body size traits (body height, length, chest circumference, cannon circumference) sheep. MAP3K5 identified by using PCR amplificatio...

Journal: :World Journal Of Advanced Research and Reviews 2022

An exploratory descriptive approach was adopted in the study. The sample consisted of children aged 1 to 5 year. study conducted at selected urban slum Mandsaur city from 25 Nov 2021 31 Jan 2022. 450 (1-5 years) included using convenient sampling technique and screened for PEM by anthropometric measurement (weight, Height, Head circumference, Chest Mid arm circumference) instrument like electro...

ژورنال: ابن سینا 2019

Background: The risk of cardiovascular diseases increases in relation with age and physical inactivity. However, there is limited data about the importance of each factor. Thus, the present study has examined the association of physical activity level (PA) and age with chest pain signs and blood pressures in patients with heart failure. Materials and methods: Totally, 299 patients with heart f...

Journal: :Collegium antropologicum 2013
Martin Bigec

Among the numerous factors which influence a child's growth and development are also factors of changeable socio-economic environment and life style. Our aim was to evaluate these changes and contribute to preventive measures and evaluation of a child's growth in pediatric practice. Therefore, we decided to estimate the state of body growth in two generations of children from Maribor at five an...

Journal: :Indian pediatrics 1994
S P Pandove K Singh A S Sandhu

One hundred and seventy two healthy term (T) appropriate-for-dates (AFD) singleton neonates were prospectively studied from birth until 28 days of age for changes in weight, occipitofrontal circumference (OFC), chest circumference (CC), midarm circumference (MAC), thigh circumference (TC) and crownheel length (CHL). Male babies had statistically significant (p < 0.05) higher values than females...

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

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

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