نتایج جستجو برای: intra vein immunoglobellin

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

2011
Paphon Sa-ngasoongsong Thanaphot Channoom Viroj Kawinwonggowit Patarawan Woratanarat Pongsthorn Chanplakorn Bussanee Wibulpolprasert Siwadol Wongsak Umaporn Udomsubpayakul Supaporn Wechmongkolgorn Nantaporn Lekpittaya

A high-dose local tranexamic acid has been introduced in total knee arthroplasty for bleeding control. We are not sure about the systemic absorption and side effects. The aim of this study was to evaluate the effect of low dosage of intra-articular tranexamic acid injection combined with 2-hour clamp drain in minimally bleeding computer-assisted surgery total knee replacement (CAS-TKR). A prosp...

Journal: :Circulation research 1978
P D Richardson P G Withrington

The hepatic arterial and hepatic portal venous vascular beds of the chloralose-urethane anesthetized dog were perfused simultaneously in situ. Vasopressin (10 mU = 1 unit) was injected in graded increasing doses into the hepatic artery and into the portal vein. Both intra-arterial and intraportal vasopressin elicited both hepatic arterial vasoconstriction and hepatic venous dilation; the delay ...

Journal: :The Medical journal of Malaysia 2001
N Sivalingam S Surinder

Intra-umbilical injection of oxytocin has been used to hasten placental separation in retained placenta. A randomised controlled trial was done on 35 consequent women who fulfilled the criteria for retained placenta at the Department of Obstetrics & Gynaecology Ipoh Hospital. Nineteen patients who were recruited into the study group received intraumbilical injection of 301U oxytocin in 27mls sa...

2015
Harry Chow Michael K. Ng

We discuss the first ever case of rivaroxaban causing major intra-abdominal hemorrhage found in a patient during emergency hernioplasty. The source of bleeding was not identified either intra- or postoperatively. This is on a background of treatment for deep vein thrombosis (DVT) with rivaroxaban, a complication that resulted from a total knee arthroplasty performed four weeks prior. Rivaroxaba...

2015
Manouchehr Hekmat Hamid Ghaderi Seyedeh Adeleh Mirjafari

At the final stages of a coronary artery bypass graft operation on a 64-year-old man, an experienced physician attempted to insert an intra-aortic balloon pump into the femoral artery via the Seldinger technique. However, while the balloon pump was being passed over the guide wire, the latter was completely lost. The guide wire should be held at the tip at all times to prevent passage into the ...

Journal: :Journal of Vascular Access 2021

The insertion of central venous catheters through the femoral veins is not uncommon and potentially associated with risk immediate puncture-related complications severe late as infection thrombosis. As for other access devices, use a standardized protocol correct application evidence-based strategies are beneficial in reducing complications. We proposed (S.I.F.: Safe Insertion Femorally Inserte...

Journal: :iranian journal of neurology 0
kavian ghandehari professor, department of cerebrovascular disease and neurocognitive research center, school of medicine, mashhad university of medical sciences, mashhad, iran. hamid reza riasi assistant professor, department of neurology, school of medicine, birjand university of medical sciences, birjand, iran ali noureddine resident, department of neurology, school of medicine, mashhad university of medical sciences, mashhad, iran shahram masoudinezhad resident, department of neurology, school of medicine, mashhad university of medical sciences, mashhad, iran siamak yazdani resident, department of neurology, school of medicine, mashhad university of medical sciences, mashhad, iran mohammad mousavi mirzae resident, department of neurology, school of medicine, mashhad university of medical sciences, mashhad, iran

background: anticoagulation therapy is a routine treatment in patients with hemorrhagic cerebral venous thrombosis (cvt). however, fear of hemorrhagic complications and deterioration course following anticoagulation often disturbs the responsible physician. methods: this was a prospective observational study on consecutive cvt patients with hemorrhagic venous infarction or subarachnoid hemorrha...

Journal: :The Journal of clinical investigation 1981
E W Supple W J Powell

Acetylcholine produces venoconstriction of isolated vein strip preparations. However, the effect of acetylcholine on overall vascular capacity is not known. To investigate this effect and to elucidate the mechanisms involved, 38 anesthetized dogs were placed on total cardiopulmonary bypass, splenectomized, and given intraarterial infusions of acetylcholine. Almost all of the effect on vascular ...

Journal: :The Journal of bone and joint surgery. British volume 2011
K-I Kim Y-J Cho A A Ramteke M-C Yoo

Reconstructive acetabular osteotomy is a well established and effective procedure in the treatment of acetabular dysplasia. However, the dysplasia is frequently accompanied by intra-articular pathology such as labral tears. We intended to determine whether a concomitant hip arthroscopy with peri-acetabular rotational osteotomy could identify and treat intra-articular pathology associated with d...

Journal: :acta medica iranica 0
h. sharifian f. gharekhanloo

the goal of this study was to define the normal range of diameter in the deep vein of the lower limb and to compare this range with diameter of the veins with acute thrombosis and of veins with chronic thrombosis by using color doppler sonography. the study was cross sectional. the vein diameter and vein to artery ratio in different levels were measured and the following results were obtained. ...

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

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

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