En
腾龙在线客服19188305556 产品中心 介入心脏病学麻醉学疫情产品小配件 资质荣誉 关于我们 联系我们 腾龙在线客服19188305556>> 产品中心>> 介入心脏病学>> 一次性使用医用球囊导管>> 半顺应性>> 查看详情 $(function(){ closeModal();//body可以滑动 $(".lcitem").click(function(e){ navshow(); e.preventDefault(); openModal();//body禁止滑动 }); $("#navigationshade").click(function(e){ navhide(); e.preventDefault() closeModal(); }); $("i.HasChild").toggle(function(){ $(this).removeClass("anticlockwiseRotate").addClass("clockwiseRotateanimated").next().show().addClass("slideInRight_Halfanimated1"); },function(){ $(this).removeClass("clockwiseRotate").addClass("anticlockwiseRotate").next().removeClass("slideInRight_Half").fadeOut(100); }); functionnavshow(){ $("#navigationshade").show(); $(this).removeClass("nav_clear").addClass("nav_show"); $(".navigationlist").removeClass("click_slideOutRight").addClass("click_slideInRightanimated"); $(".navigationlistli.depth1").each(function(index){ $(this).addClass("slideInRightanimated"+(index)); }); }; functionnavhide(){ $("#navigationshade").hide(); $(this).removeClass("nav_show").addClass("nav_clear"); $(".navigationlist").removeClass("click_slideInRight").addClass("click_slideOutRightanimated").find("li").removeClass("slideInRight"); }; }) functionHasChild32(a){ $(a).parent().find("i.HasChild").click(); }
  • 半顺应性球囊导管

    编号:产品描述: 
    球囊直径(mm):1.0,1.25,1.5,1.75,2.0,2.25,2.5,2.75,3.0,3.25,3.5,3.75,4.0
    球囊长度(mm):5,8,10,12,15,20,25,30
    公称压力:6atm
    额定爆破压力:14atm
    平均爆破压力:20atm
    顺应性:Semi-compliance/半顺应性
    有效长度(cm):140
    球囊尺寸为1.0和1.25mm,用于小而狭窄的病变和cto的治疗.
  • 联系我们

    ContactUs

    腾龙在线客服19188305556

    地址:深圳市龙岗区龙城街道龙平西路4号中天信B厂区厂房一楼401

    联系人:19188305556

    电话:19188305556

    手机:19188305556

    传真:19188305556

    邮件:19188305556@139.com

    邮政编码:

  • $(function(){ $(".showWXCode").click(function(e){ $(".toollist_WxQqcode").fadeIn(100); e.preventDefault(); openModal(); }); $(".toollist_WxQqcode").click(function(e){ $(this).fadeOut(100); e.preventDefault() closeModal(); }); }); //解决弹出窗滚动时,body也滚动的问题 varModalHelper=(function(bodyCls){ varscrollTop; return{ afterOpen:function(){ scrollTop=document.scrollingElement.scrollTop; document.body.classList.add(bodyCls); document.body.style.top=-scrollTop+'px'; }, beforeClose:function(){ document.body.classList.remove(bodyCls); //scrollToplostaftersetposition:fixed,restoreitback. document.scrollingElement.scrollTop=scrollTop; } }; })('modal-open'); functionopenModal(){ ModalHelper.afterOpen(); $('.Modal').addClass('active'); } functioncloseModal(){ ModalHelper.beforeClose(); $('.Modal').removeClass('active'); }