نتایج جستجو برای: سیستم pfm

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

2014
Mohammad Al Bataineh Lun Huang Guillermo E. Atkin

Regulatory sequence detection is a fundamental challenge in computational biology. The transcription process in protein synthesis starts with the binding of the transcription factor (TF) to its binding site. These binding sites are short DNA segments that are called motifs. Different sites can bind to the same factor. This variability in binding sequences besides their low information content a...

Journal: :Journal of Low Power Electronics and Applications 2023

A power management unit (PMU) is an essential block for diversified multi-functional low-power Internet of Things (IoT) and biomedical electronics. This paper includes a theoretical analysis high current, single-stage ac-dc, reconfigurable, dual output, regulating rectifier consisting pulse width modulation (PWM) frequency (PFM). The provides two independently regulated supply voltages 1.8 V 3....

Journal: :Journal of Applied Physics 2021

The ability to reliably measure electromechanical properties is crucial the advancement of materials design for applications in fields ranging from biology and medicine energy storage electronics. With relentless miniaturization device technology, perform this characterization on nanoscale paramount. Due its probe micro- nano-scales, piezoresponse force microscopy (PFM) has become premier tool ...

Journal: :Mathematics 2022

In this research, we address the problem of evaluating physical stability (PS) to close tailings dams (TD) from medium-sized Chilean mining using artificial intelligence (AI) algorithms. The PS can be analyzed through study critical variables TD that allow estimating different potential failure mechanisms (PFM): seismic liquefaction, slope instability, static overtopping, and piping, which may ...

طحان , ناهید, محسنی بندپی , محمدعلی,

Background and purpose: Recent research indicated that there is a co-activation of pelvic floor muscles (PFM) and abdominal muscles during voluntary and involuntary activity as a normal function, which may be impaired in women with stress urinary incontinency (SÜÏ). The purpose of the present study was to review the previously published studies concerning co-activation of abdominal and PFM wi...

Journal: :Revista brasileira de fisioterapia (Sao Carlos (Sao Paulo, Brazil)) 2012
Carla C M Chamochumbi Fabiana R Nunes Rinaldo R J Guirro Elaine C O Guirro

BACKGROUND The reduction of the pelvic floor muscles (PFM) strength is a major cause of stress urinary incontinence (SUI). OBJECTIVES To compare active and passive forces, and vaginal cavity aperture in continent and stress urinary incontinent women. METHOD The study included a total of thirty-two women, sixteen continent women (group 1--G1) and sixteen women with SUI (group 2--G2). To eval...

Journal: :Neuromodulation : journal of the International Neuromodulation Society 2013
Ruth M Maher Brian Caulfield

OBJECTIVES €‚ Neuromuscular electrical stimulation (NMES) is commonly used to treat lower urinary tract dysfunctions. This study evaluated the efficacy of a novel externally applied stimulator in the treatment of stress urinary incontinence (SUI). MATERIALS AND METHODS €‚ Nine women were included in this study. Provocative tests included a cough and jumping jack test assessed via pad weight. ...

Journal: :BJU international 2004
F Pesce

Pelvic floor muscle training (PFMT) is the most commonly recommended conservative therapy for women with SUI. PFMT is used to rehabilitate or strengthen the PFMs; it increases the ability to produce an increase in urethral resistance, provided the patient is able to perform a correct voluntary PFM contraction. It counteracts PFM weakness, increasing support for the urethra and bladder, and impr...

2017
Priscylla Helouyse Angelo Larissa Ramalho Dantas Varella Maria Clara Eugênia de Oliveira Monayane Grazielly Leite Matias Maria Aneilma Ribeiro de Azevedo Luzinete Medeiros de Almeida Paulo Roberto Medeiros de Azevedo Maria Thereza Micussi

OBJECTIVE To develop a classification scale for manometry of pelvic floor muscles (PFM) in Brazilian women, according to the modified Oxford scale. METHODS A cross sectional study, with 288 women enrolled in the Maternity, Natal, Brazil. Manometry and PFM strength data were collected and classified according to the modified Oxford scale. A simple linear regression was performed to determine t...

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

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

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