Home Products InterventionalCardiologyAnesthesiologyInfectionPreventionProductsAccessories Honor Aboutus ContactUs Home>> Products>> Accessories>> CatheterorWireDispenserTubing>> 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(); }
  • CatheterorWireDispenserTubing

    Number:REF:               Specification:

    OEM-CWDT-0504763 Length=50cm,ID=4.7mm,OD=6.3mmfor145/150cm/260cmguidewire
    OEM-CWDT-0702740 Length=70cm,ID=2.7mm,OD=4.0mmfor70cmguidewire
    OEM-CWDT-1452740 Length=145cm,ID=2.7mm,OD=4.0mmfor145cmguidewire
    OEM-CWDT-1502740 Length=150cm,ID=2.7mm,OD=4.0mmfor150cmguidewire
    OEM-CWDT-1802740 Length=180cm,ID=2.7mm,OD=4.0mmfor180cmguidewire
    OEM-CWDT-2602740 Length=260cm,ID=2.7mm,OD=4.0mmfor260cmguidewire
    OEM-CWDT-1753042 Length=175cm,ID=3.0mm,OD=4.2mmforRxballooncatheter

    Customerizedlengh,IDandODareavailabledependingonquantities.
     
  • 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'); }