نتایج جستجو برای: indwelling

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

Journal: :trauma monthly 0
hannu savolainen academic department of surgery, queen elizabeth hospital, bridgetown, barbados; academic department of surgery, queen elizabeth hospital, bridgetown, barbados. tel: +1-2464366450, fax: +1-2464296738 iris baumgartner swiss cardiovascular center, university hospital, 3010 berne, switzerland juerg schmidli swiss cardiovascular center, university hospital, 3010 berne, switzerland george heller swiss cardiovascular center, university hospital, 3010 berne, switzerland do-dai do swiss cardiovascular center, university hospital, 3010 berne, switzerland torsten willenberg swiss cardiovascular center, university hospital, 3010 berne, switzerland

objectives: the aim of this retrospective observational study was to identify local and clinical factors related to the need of surgical repair. patients and methods: in this retrospective study, 122 (0.06%) fpas treated among 21060 patients over a period of five years were assessed. patient characteristics and therapeutic procedures were analyzed through hospital records. results: there were 1...

2018
Yanyan Lu Chunyan Hao Wubin He Can Tang Zhenya Shao

Various types of complications arising from intravenous indwelling needles have become a challenge in clinical care. It is urgent to seek a simple and cost-effective method for prevention and treatment of phlebitis. We investigated the roles of mirabilite in preventing and treating phlebitis caused by intravenous indwelling needles and provide guidance for prevention and treatment of mechanical...

2016
Toshiki Maeda Akira Babazono Takumi Nishi Midori Yasui Yumi Harano

There is a possibility that unnecessary treatments and low-quality medical care, such as inappropriate indwelling urethral catheter use, are being provided to older Japanese individuals.The aim of this study was to investigate contextual effects relating to indwelling urethral catheters in older people with dementia and to clarify the effects of indwelling urethral catheter use on patients' mor...

Journal: :Home healthcare nurse 1998
E M Weber B J McDowell S Engberg I Brodak N Donovan

a. Reduce the incidence of asymptomatic bacteriuria in homebound patients following the removal of an indwelling catheter. b. Improve the toilet techniques of homebound elderly adults who live alone. c. Evaluate the effectiveness of behavioral interventions in enhancing continence in homebound persons after indwelling catheters were removed. d. Develop a protocol for the removal of indwelling c...

2012
Bin Yu Xiaoqing Zhang Peili Sun Shuqi Xie Qiying Pang

OBJECTIVE To investigate the feasibility of a non-stimulation needle with an external indwelling cannula for upper-limb surgery and acute postoperative pain management. METHODS 62 patients undergoing either scheduled or emergency upper-limb surgery received brachial plexus block of modified interscalene or axillary brachial and then postoperative patient-controlled analgesia (PCA) with local ...

Journal: :Journal of the American Geriatrics Society 2008
Mary A M Rogers Lona Mody Samuel R Kaufman Brant E Fries Laurence F McMahon Sanjay Saint

OBJECTIVES To assess use of urinary collection devices (external, intermittent, and indwelling catheters; pads or briefs) and examine predictors of indwelling catheters in skilled nursing facilities (SNFs). DESIGN Retrospective cohort study. SETTING SNFs in California, Florida, Michigan, New York, and Texas. PARTICIPANTS All patients admitted to SNFs in 2003 who remained there for 1 year ...

2016
Tuck Yean Yong Kareeann Sok Fun Khow

Catheter-associated urinary tract infection (CA-UTI) is a relatively common infection, especially among older people with long-term indwelling urethral catheter. The term CA-UTI is used to refer to symptomatic urinary tract infection in individuals with indwelling catheters [1]. In general, less than 30 days with an indwelling urinary catheter is considered short term while 30 days or more is d...

2015
Wei Zhang An Liu Dongcai Hu Deting Xue Chao Li Kai Zhang Honghai Ma Shigui Yan Zhijun Pan Yi-Hsien Hsieh

OBJECTIVE The purpose of this study is to compare the rates of urinary tract infection (UTI) and postoperative urinary retention (POUR) in patients undergoing lower limb arthroplasty after either indwelling urinary catheterization or intermittent urinary catheterization. METHODS We conducted a meta-analysis of relevant randomized controlled trials (RCT) to compare the rates of UTI and POUR in...

Journal: :Journal of the American Geriatrics Society 2006
Sanjay Saint Samuel R Kaufman Mary A M Rogers Paul D Baker Kathleen Ossenkop Benjamin A Lipsky

OBJECTIVES To compare condom and indwelling urinary catheters in terms of infection risk and patient satisfaction. DESIGN A prospective, randomized, unblinded, controlled trial. SETTING An academically affiliated Veterans Affairs Medical Center. PARTICIPANTS Hospitalized men aged 40 and older who required a urinary collection device. MEASUREMENTS The incidence of adverse outcomes (bacte...

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

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

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