Home Products InterventionalCardiologyAnesthesiologyInfectionPreventionProductsAccessories Honor Aboutus ContactUs Home>> Products>> InterventionalCardiology>> BalloonCatheter>> Semi-Compliance>> ViewDetails $(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(); }
  • Semicompliantballooncatheter

    Number:ProductDescription:
    Balloondiameter(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
    Balloonlength(mm):5,8,10,12,15,20,25,30
    Nominalpressure:6atm
    Ratedburstpressure:14atm
    Averageburstpressure:20atm
    Compliance:semicompliance/semicompliance
    Effectivelength(CM):140
    Theballoonsizeswere1.0and1.25mm,whichwereusedforthetreatmentofsmallandnarrowlesionsandCTO
  • ContactUs

    ContactUs

    SunnyMedicalDevice(Shenzhen)Co.,Ltd.

    Address:1/Fand401,ZhongtianxinBuildingB,LonggangDistrict,Shenzhen,Guangdong,China518172

    Contact:JoanneZhang

    Telephone:+8675584532326

    Mobile:+8613823100608

    Email:sunnymedical_cn@139.com

    Postcode:518172

  • $(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'); }