نتایج جستجو برای: institutionalization of rds

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

2015
Shih-Wei Huang Kwang-Hwa Chang Reuben Escorpizo Chaur-Jong Hu Wen-Chou Chi Chia-Feng Yen Hua-Fang Liao Wen-Ta Chiu Tsan-Hon Liou

World Health Organization Disability Assessment Schedule 2.0 (WHODAS 2.0) is an assessment tool and it has been applied for disability status assessment of Taiwanese dementia patients since July 2012. The aim of this study was to investigate the predicting accuracy of WHODAS 2.0 for institutionalization of dementia patients.Of these patients, 13,774 resided in a community and 4406 in a long-ter...

2014
Harriet L. Mills Samuel Johnson Matthew Hickman Nick S. Jones Caroline Colijn

BACKGROUND Respondent Driven Sampling (RDS) is a network or chain sampling method designed to access individuals from hard-to-reach populations such as people who inject drugs (PWID). RDS surveys are used to monitor behaviour and infection occurence over time; these estimations require adjusting to account for over-sampling of individuals with many contacts. Adjustment is done based on individu...

2013
Dibyendu Chakraborty Shannon M. Conley Muna I. Naash

The nuclear receptor NR2E3 promotes expression of rod photoreceptor genes while repressing cone genes. Mice lacking NR2E3 (Nr2e3(rd7/rd7) referred to here as rd7) are a model for enhanced S-cone syndrome, a disease associated with increased sensitivity to blue light and night blindness. Rd7 retinas have reduced levels of the outer segment (OS) structural protein retinal degeneration slow (RDS)....

2016
Nathan John Lachowsky Justin Tyler Sorge Henry Fisher Raymond Zishan Cui Paul Sereda Ashleigh Rich Eric A Roth Robert S Hogg David M Moore

BACKGROUND Respondent-driven sampling (RDS) is an increasingly used peer chain-recruitment method to sample "hard-to-reach" populations for whom there are no reliable sampling frames. Implementation success of RDS varies; one potential negative factor being the number of seeds used. METHODS We conducted a sensitivity analysis on estimates produced using data from an RDS study of gay, bisexual...

2012
XIAOJUAN YIN LIHUA LI HANXIAO FAN WENWEN QU LU XIE ZHICHUN FENG

The aim of this study was to investigate whether surfactant-associated protein B (SP-B) mRNA deficiency is involved in the pathogenesis of neonatal respiratory distress syndrome (RDS). A total of 60 unrelated neonates who died of RDS were recruited as the RDS group and subgrouped into a ≤32-, a 32-36(+6)- and a ≥37-week group (n=20 per group) on the basis of gestational age. In addition, 60 neo...

ملک محمدی, حمیدرضا, کمالی, یحیی,

The scholars have recommended sustainable development to solve the socio-economic and environmental problems of today’s world and it has been widely accepted by governments, international bodies, NGOs as well as corporations. This study sought to analyze the barriers and provide a model for “institutionalization” of sustainable development policy in Iran. The method of research is Grounded Theo...

2013
John L Wylie Ann M Jolly

BACKGROUND Respondent driven sampling (RDS) was designed for sampling "hidden" populations and intended as a means of generating unbiased population estimates. Its widespread use has been accompanied by increasing scrutiny as researchers attempt to understand the extent to which the population estimates produced by RDS are, in fact, generalizable to the actual population of interest. In this st...

ژورنال: مدیریت سلامت 2018

Introduction: The structure, requeirments, and background of professionalism has not yet been discussed in Iranina health sector. This study was conducted to to improve human resourcing in Iran by means of proposing a pattern for professional ethics development. Methods: The present study was carried out in two stages in 2017. In the first stage, comparative analysis was implemented to identif...

Background The respiratory distress syndrome (RDS) is one of the most common respiratory disorders in premature newborns. The aim of this study was to determine the effect of surfactant accompanied by Ventolin on the RDS in premature newborns. <...

Journal: :Psychodynamic psychiatry 2017
Nathan A Fox Charles A Nelson Charles H Zeanah

The absence of typical caregiving, including warm and responsive parenting, has been suggested to significantly affect the young child's ability to form adaptive relationships with adults and peers. The Bucharest Early Intervention Project (BEIP), a randomized controlled trial of foster/family care for young children with a history of institutionalization has provided the context to assess thes...

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

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

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