{"product_id":"philips-m1873b-canine-blood-pressure-cuff","title":"Philips M1873B Compatible Disposable Canine Blood Pressure Cuff","description":"\u003cstyle\u003e\n\/* =========================================================\n   MedLinket Veterinary Product Description\n   Product: Philips M1873B Compatible Canine Blood Pressure Cuff\n   Primary Keyword: canine blood pressure cuff\n   ========================================================= *\/\n\n.ml-canine-cuff,\n.ml-canine-cuff * {\n  box-sizing: border-box;\n}\n\n.ml-canine-cuff {\n  --ml-text: #1f2937;\n  --ml-muted: #5f6b7a;\n  --ml-border: #e3e8ee;\n  --ml-bg: #ffffff;\n  --ml-soft-bg: #f6f9fb;\n  --ml-accent: #087f8c;\n  --ml-accent-dark: #065f69;\n  --ml-highlight: #eaf7f8;\n  --ml-warning-bg: #fff9ed;\n  --ml-warning-border: #ead7a1;\n\n  width: 100%;\n  max-width: 1120px;\n  margin: 0 auto;\n  padding: 0;\n  color: var(--ml-text);\n  background: var(--ml-bg);\n  font-family: Arial, Helvetica, sans-serif;\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n.ml-canine-cuff h2,\n.ml-canine-cuff h3 {\n  color: var(--ml-text);\n  line-height: 1.3;\n  font-weight: 700;\n}\n\n.ml-canine-cuff h2 {\n  margin: 0 0 16px;\n  font-size: clamp(25px, 3vw, 36px);\n}\n\n.ml-canine-cuff h3 {\n  margin: 0 0 12px;\n  font-size: clamp(19px, 2vw, 23px);\n}\n\n.ml-canine-cuff p {\n  margin: 0 0 16px;\n}\n\n.ml-canine-cuff a {\n  color: var(--ml-accent-dark);\n  text-decoration: underline;\n  text-underline-offset: 2px;\n}\n\n.ml-canine-cuff strong {\n  font-weight: 700;\n  color: #17212b;\n}\n\n\n\/* =========================\n   Hero\n   ========================= *\/\n\n.ml-canine-hero {\n  padding: clamp(24px, 4vw, 46px);\n  border: 1px solid var(--ml-border);\n  border-radius: 16px;\n  background:\n    linear-gradient(\n      135deg,\n      #f5fbfc 0%,\n      #ffffff 58%,\n      #f8fafc 100%\n    );\n  margin-bottom: 30px;\n}\n\n.ml-canine-eyebrow {\n  display: inline-block;\n  margin-bottom: 12px;\n  padding: 5px 11px;\n  border-radius: 999px;\n  background: var(--ml-highlight);\n  color: var(--ml-accent-dark);\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.03em;\n  text-transform: uppercase;\n}\n\n.ml-canine-lead {\n  max-width: 900px;\n  color: var(--ml-muted);\n  font-size: clamp(16px, 1.7vw, 18px);\n}\n\n.ml-canine-chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 20px;\n}\n\n.ml-canine-chip {\n  display: inline-flex;\n  align-items: center;\n  min-height: 34px;\n  padding: 6px 11px;\n  border: 1px solid #d8e7e9;\n  border-radius: 999px;\n  background: #fff;\n  color: #334155;\n  font-size: 14px;\n  line-height: 1.3;\n}\n\n\n\/* =========================\n   General sections\n   ========================= *\/\n\n.ml-canine-section {\n  margin: 0 0 34px;\n}\n\n.ml-canine-section-title {\n  padding-bottom: 10px;\n  border-bottom: 2px solid var(--ml-border);\n  margin-bottom: 18px !important;\n}\n\n.ml-canine-intro-box {\n  padding: 20px 22px;\n  border-left: 4px solid var(--ml-accent);\n  border-radius: 8px;\n  background: var(--ml-soft-bg);\n}\n\n\n\/* =========================\n   Feature cards\n   ========================= *\/\n\n.ml-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 14px;\n}\n\n.ml-feature-card {\n  height: 100%;\n  padding: 18px;\n  border: 1px solid var(--ml-border);\n  border-radius: 12px;\n  background: #fff;\n}\n\n.ml-feature-card h3 {\n  margin-bottom: 7px;\n  font-size: 17px;\n}\n\n.ml-feature-card p {\n  margin: 0;\n  color: var(--ml-muted);\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\n\/* =========================\n   Veterinary selection box\n   ========================= *\/\n\n.ml-selection-box {\n  display: grid;\n  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);\n  gap: 22px;\n  padding: 22px;\n  border: 1px solid var(--ml-border);\n  border-radius: 12px;\n  background: var(--ml-soft-bg);\n}\n\n.ml-selection-range {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 130px;\n  padding: 20px;\n  border-radius: 10px;\n  background: #fff;\n  text-align: center;\n}\n\n.ml-selection-range strong {\n  display: block;\n  color: var(--ml-accent-dark);\n  font-size: clamp(29px, 4vw, 42px);\n  line-height: 1.1;\n}\n\n.ml-selection-range span {\n  display: block;\n  margin-top: 8px;\n  color: var(--ml-muted);\n  font-size: 14px;\n}\n\n\n\/* =========================\n   Specs\n   ========================= *\/\n\n.ml-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  border-top: 1px solid var(--ml-border);\n  border-left: 1px solid var(--ml-border);\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.ml-spec-item {\n  display: grid;\n  grid-template-columns: minmax(135px, 42%) minmax(0, 58%);\n  min-height: 50px;\n  border-right: 1px solid var(--ml-border);\n  border-bottom: 1px solid var(--ml-border);\n  background: #fff;\n}\n\n.ml-spec-label {\n  padding: 12px 14px;\n  background: var(--ml-soft-bg);\n  font-weight: 700;\n  color: #374151;\n}\n\n.ml-spec-value {\n  padding: 12px 14px;\n  overflow-wrap: anywhere;\n}\n\n\n\/* =========================\n   Compatibility\n   ========================= *\/\n\n.ml-compatibility-card {\n  padding: 20px;\n  border: 1px solid var(--ml-border);\n  border-radius: 12px;\n  background: #fff;\n}\n\n.ml-oem-row {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  padding: 14px 16px;\n  margin-bottom: 18px;\n  border-radius: 9px;\n  background: var(--ml-highlight);\n}\n\n.ml-oem-row span {\n  color: var(--ml-muted);\n  font-size: 14px;\n}\n\n.ml-oem-row strong {\n  color: var(--ml-accent-dark);\n  font-size: 18px;\n}\n\n.ml-model-groups {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.ml-model-group {\n  padding: 15px;\n  border: 1px solid var(--ml-border);\n  border-radius: 9px;\n  background: var(--ml-soft-bg);\n}\n\n.ml-model-group strong {\n  display: block;\n  margin-bottom: 7px;\n}\n\n.ml-model-group p {\n  margin: 0;\n  color: var(--ml-muted);\n  font-size: 14px;\n}\n\n\n\/* =========================\n   Lists\n   ========================= *\/\n\n.ml-check-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.ml-check-list li {\n  position: relative;\n  padding: 8px 0 8px 28px;\n  color: var(--ml-text);\n}\n\n.ml-check-list li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  width: 20px;\n  height: 20px;\n  color: var(--ml-accent-dark);\n  font-weight: 700;\n}\n\n\n\/* =========================\n   Note\n   ========================= *\/\n\n.ml-note {\n  padding: 17px 19px;\n  border: 1px solid var(--ml-warning-border);\n  border-radius: 10px;\n  background: var(--ml-warning-bg);\n  color: #5d5130;\n  font-size: 14px;\n}\n\n.ml-note strong {\n  color: #493f25;\n}\n\n\n\/* =========================\n   FAQ\n   ========================= *\/\n\n.ml-faq {\n  border-top: 1px solid var(--ml-border);\n}\n\n.ml-faq details {\n  border-bottom: 1px solid var(--ml-border);\n  background: #fff;\n}\n\n.ml-faq summary {\n  position: relative;\n  padding: 17px 36px 17px 4px;\n  cursor: pointer;\n  list-style: none;\n  color: var(--ml-text);\n  font-weight: 700;\n  line-height: 1.45;\n}\n\n.ml-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.ml-faq summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 7px;\n  top: 13px;\n  color: var(--ml-accent-dark);\n  font-size: 25px;\n  font-weight: 400;\n}\n\n.ml-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.ml-faq-answer {\n  padding: 0 30px 17px 4px;\n  color: var(--ml-muted);\n}\n\n.ml-faq-answer p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* =========================\n   Footer \/ trademark\n   ========================= *\/\n\n.ml-product-footer {\n  padding: 20px;\n  border-radius: 10px;\n  background: #f8fafc;\n  color: var(--ml-muted);\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   Tablet\n   ========================= *\/\n\n@media (max-width: 900px) {\n\n  .ml-feature-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ml-model-groups {\n    grid-template-columns: 1fr;\n  }\n\n  .ml-selection-box {\n    grid-template-columns: 1fr;\n  }\n\n}\n\n\n\/* =========================\n   Mobile\n   ========================= *\/\n\n@media (max-width: 640px) {\n\n  .ml-canine-cuff {\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .ml-canine-hero {\n    padding: 22px 17px;\n    border-radius: 12px;\n  }\n\n  .ml-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .ml-spec-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .ml-spec-item {\n    grid-template-columns: 42% 58%;\n  }\n\n  .ml-spec-label,\n  .ml-spec-value {\n    padding: 10px;\n    font-size: 14px;\n  }\n\n  .ml-oem-row {\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 3px;\n  }\n\n  .ml-canine-chip {\n    font-size: 13px;\n  }\n\n}\n\n\n\/* =========================\n   Very small mobile\n   ========================= *\/\n\n@media (max-width: 420px) {\n\n  .ml-spec-item {\n    display: block;\n  }\n\n  .ml-spec-label,\n  .ml-spec-value {\n    display: block;\n    width: 100%;\n  }\n\n  .ml-spec-label {\n    border-bottom: 1px solid var(--ml-border);\n  }\n\n}\n\n\n\/* =========================\n   Print\n   ========================= *\/\n\n@media print {\n\n  .ml-canine-cuff {\n    max-width: none;\n  }\n\n  .ml-canine-hero,\n  .ml-feature-card,\n  .ml-selection-box,\n  .ml-compatibility-card {\n    break-inside: avoid;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ml-canine-cuff\"\u003e\n\u003c!-- ======================================================\n       INTRO \/ SEO HERO\n       Shopify theme normally renders the product H1 above this\n       description, so this section intentionally starts with H2.\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-hero\"\u003e\u003cspan class=\"ml-canine-eyebrow\"\u003e Veterinary NIBP Accessory \u003c\/span\u003e\n\u003ch2 id=\"canine-cuff-overview\"\u003ePhilips M1873B Compatible Disposable Canine Blood Pressure Cuff\u003c\/h2\u003e\n\u003cp class=\"ml-canine-lead\"\u003eThis \u003cstrong\u003ecanine blood pressure cuff\u003c\/strong\u003e is designed for veterinary NIBP applications requiring an \u003cstrong\u003e8–15 cm measured cuff-site circumference\u003c\/strong\u003e. It is compatible with the Philips M1873B reference and combines a soft non-woven cuff, single tube, 200 mm hose and A41 new-style connector in a disposable veterinary cuff configuration.\u003c\/p\u003e\n\u003cdiv class=\"ml-canine-chips\"\u003e\n\u003cspan class=\"ml-canine-chip\"\u003eCanine \/ Veterinary NIBP\u003c\/span\u003e \u003cspan class=\"ml-canine-chip\"\u003ePhilips M1873B Compatible\u003c\/span\u003e \u003cspan class=\"ml-canine-chip\"\u003e8–15 cm Range\u003c\/span\u003e \u003cspan class=\"ml-canine-chip\"\u003eSingle Tube\u003c\/span\u003e \u003cspan class=\"ml-canine-chip\"\u003eA41 Connector\u003c\/span\u003e \u003cspan class=\"ml-canine-chip\"\u003e24 Cuffs \/ Box\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       PRODUCT OVERVIEW\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003eVeterinary Blood Pressure Cuff Overview\u003c\/h2\u003e\n\u003cdiv class=\"ml-canine-intro-box\"\u003e\n\u003cp\u003eThe M1873B-compatible cuff provides a practical \u003cstrong\u003eveterinary blood pressure cuff\u003c\/strong\u003e option for clinics, animal hospitals and veterinary monitoring environments using compatible Philips NIBP equipment.\u003c\/p\u003e\n\u003cp\u003eThe cuff uses soft non-woven fabric and a single-tube design. Its specified cuff range is \u003cstrong\u003e8–15 cm\u003c\/strong\u003e, allowing veterinary users to select the cuff according to the actual circumference of the intended measurement site rather than relying only on a general animal size description.\u003c\/p\u003e\n\u003cp\u003eBefore ordering, confirm both the \u003cstrong\u003e8–15 cm cuff range\u003c\/strong\u003e and the \u003cstrong\u003eA41 new-style connector\u003c\/strong\u003e match your veterinary monitoring setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       KEY FEATURES\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003eKey Features of This Canine NIBP Cuff\u003c\/h2\u003e\n\u003cdiv class=\"ml-feature-grid\"\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003e8–15 cm Cuff Range\u003c\/h3\u003e\n\u003cp\u003eIntended for a measured cuff-site circumference within 8–15 cm. Measure the intended site before selecting the cuff.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003eSoft Non-Woven Material\u003c\/h3\u003e\n\u003cp\u003eDisposable soft-fiber construction made from non-woven fabric for veterinary NIBP monitoring applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003eSingle Tube Design\u003c\/h3\u003e\n\u003cp\u003eUses a single white hose with an inner diameter of 2.5 mm, outer diameter of 4.8 mm and a hose length of 200 mm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003eA41 New-Style Connector\u003c\/h3\u003e\n\u003cp\u003eEquipped with an A41 distal connector for compatible Philips NIBP monitoring systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003eM1873B Compatible\u003c\/h3\u003e\n\u003cp\u003eListed as a compatible replacement cuff for Philips OEM part reference M1873B.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003eLatex-Free\u003c\/h3\u003e\n\u003cp\u003eThe product specification identifies this disposable veterinary NIBP cuff as latex-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003eDisposable Cuff\u003c\/h3\u003e\n\u003cp\u003eSoft-fiber disposable construction helps simplify cuff management in veterinary monitoring environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-feature-card\"\u003e\n\u003ch3\u003e24 Cuffs per Box\u003c\/h3\u003e\n\u003cp\u003eSupplied in a box containing 24 disposable blood pressure cuffs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       VETERINARY SIZE SELECTION\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003eSelecting This Dog Blood Pressure Cuff\u003c\/h2\u003e\n\u003cdiv class=\"ml-selection-box\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSelect by Measured Cuff-Site Circumference\u003c\/h3\u003e\n\u003cp\u003eFor veterinary NIBP monitoring, confirm the circumference of the intended measurement site before ordering. This \u003cstrong\u003edog blood pressure cuff\u003c\/strong\u003e is specified for an \u003cstrong\u003e8–15 cm\u003c\/strong\u003e cuff range.\u003c\/p\u003e\n\u003cul class=\"ml-check-list\"\u003e\n\u003cli\u003eMeasure the intended cuff site before ordering.\u003c\/li\u003e\n\u003cli\u003eUse this cuff only when the measured circumference falls within 8–15 cm.\u003c\/li\u003e\n\u003cli\u003eConfirm your monitor requires a single-tube NIBP cuff.\u003c\/li\u003e\n\u003cli\u003eConfirm compatibility with the A41 new-style connector.\u003c\/li\u003e\n\u003cli\u003eVerify the monitor model against the compatibility information below.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-selection-range\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e8–15 cm\u003c\/strong\u003e \u003cspan\u003eSpecified cuff range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       OEM CROSS REFERENCE \u0026 COMPATIBILITY\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003ePhilips M1873B Cross Reference \u0026amp; Monitor Compatibility\u003c\/h2\u003e\n\u003cdiv class=\"ml-compatibility-card\"\u003e\n\u003cdiv class=\"ml-oem-row\"\u003e\n\u003cspan\u003eOEM Part Number Cross Reference\u003c\/span\u003e \u003cstrong\u003ePhilips M1873B\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-model-groups\"\u003e\n\u003cdiv class=\"ml-model-group\"\u003e\n\u003cstrong\u003ePhilips IntelliVue MP Series\u003c\/strong\u003e\n\u003cp\u003eMP20, MP30, MP40, MP50, MP60, MP70, MP80, MP90\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-model-group\"\u003e\n\u003cstrong\u003ePhilips IntelliVue MX Series\u003c\/strong\u003e\n\u003cp\u003eMX400, MX450, MX500, MX550\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-model-group\"\u003e\n\u003cstrong\u003ePhilips SureSigns VM Series\u003c\/strong\u003e\n\u003cp\u003eVM4, VM6, VM8\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 16px;\"\u003e\n\u003cp\u003e\u003cstrong\u003eAdditional compatible Philips references\/models:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0; color: #5f6b7a;\"\u003e862474, 862478, 863063, 863069, 863073, FM20, FM30, M1008B, M1176A, M3000A, M3001A, M3002A, M3535A, M3536A, M3536M, M8102A, M8105A, M8105AS and M8105AT.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       PRODUCT SPECIFICATIONS\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003eCanine Blood Pressure Cuff Specifications\u003c\/h2\u003e\n\u003cdiv class=\"ml-spec-grid\"\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eApplication\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eVeterinary \/ Canine NIBP Monitoring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eCategory\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eNIBP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eOEM Cross Reference\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003ePhilips M1873B\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eCuff Type\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eDisposable Soft Fiber\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eCuff Material\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eNon-Woven Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eCuff Range\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003e8–15 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eVeterinary Size Selection\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eSelect according to measured cuff-site circumference\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eHose Type\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eSingle Tube\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eHose Diameter\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eInner 2.5 mm \/ Outer 4.8 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eHose Length\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003e200 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eHose Color\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eWhite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eDistal Connector\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eA41 Connector, New Style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eLatex-Free\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eSterile\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003ePackaging\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003e24 pcs \/ Box\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003ePackaging Type\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003eBox\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eListed Weight\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003e0.96 lb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-item\"\u003e\n\u003cdiv class=\"ml-spec-label\"\u003eValidity Period\u003c\/div\u003e\n\u003cdiv class=\"ml-spec-value\"\u003e3 years from manufacturing date; refer to product label\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       COMPLIANCE\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003eProduct Compliance Information\u003c\/h2\u003e\n\u003cdiv class=\"ml-canine-intro-box\"\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eProduct documentation lists: \u003cstrong\u003e FDA, CE, ISO 81060-1:2007, ISO 10993-1, ISO 10993-5, ISO 10993-10, TUV and RoHS compliant. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       PURCHASING \/ COMPATIBILITY CHECK\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003eBefore Ordering This Veterinary NIBP Cuff\u003c\/h2\u003e\n\u003cul class=\"ml-check-list\"\u003e\n\u003cli\u003eConfirm the intended cuff-site circumference is within \u003cstrong\u003e8–15 cm\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eConfirm the veterinary monitoring setup uses a \u003cstrong\u003esingle-tube NIBP cuff\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eConfirm the monitor-side configuration is compatible with the \u003cstrong\u003eA41 new-style connector\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eCheck the exact Philips monitor model against the compatibility list above.\u003c\/li\u003e\n\u003cli\u003eFor equipment not listed on this page, confirm compatibility before placing an order.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ml-note\" style=\"margin-top: 18px;\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e Monitor compatibility and cuff size are separate selection steps. A compatible Philips monitor model does not automatically mean 8–15 cm is the correct cuff size for every canine patient.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       SEO FAQ\n       ====================================================== --\u003e\n\u003csection class=\"ml-canine-section\"\u003e\n\u003ch2 class=\"ml-canine-section-title\"\u003eCanine Blood Pressure Cuff FAQ\u003c\/h2\u003e\n\u003cdiv class=\"ml-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this canine blood pressure cuff compatible with Philips M1873B?\u003c\/summary\u003e\n\u003cdiv class=\"ml-faq-answer\"\u003e\n\u003cp\u003eYes. Philips M1873B is listed as the OEM part-number cross reference for this compatible disposable cuff. The cuff uses an A41 new-style connector and a single-tube configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the size range of this dog blood pressure cuff?\u003c\/summary\u003e\n\u003cdiv class=\"ml-faq-answer\"\u003e\n\u003cp\u003eThe specified cuff range is \u003cstrong\u003e8–15 cm\u003c\/strong\u003e. Veterinary users should measure the intended cuff site and confirm that the circumference falls within this range before selecting the cuff.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a disposable veterinary blood pressure cuff?\u003c\/summary\u003e\n\u003cdiv class=\"ml-faq-answer\"\u003e\n\u003cp\u003eYes. It is a disposable soft-fiber NIBP cuff made from non-woven fabric and supplied in boxes of 24 cuffs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this canine NIBP cuff use a single tube or dual tubes?\u003c\/summary\u003e\n\u003cdiv class=\"ml-faq-answer\"\u003e\n\u003cp\u003eThis model uses a \u003cstrong\u003esingle tube\u003c\/strong\u003e. The white hose is 200 mm long with a listed inner diameter of 2.5 mm and outer diameter of 4.8 mm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat connector does the M1873B compatible cuff use?\u003c\/summary\u003e\n\u003cdiv class=\"ml-faq-answer\"\u003e\n\u003cp\u003eThe cuff uses an \u003cstrong\u003eA41 new-style connector\u003c\/strong\u003e. Always confirm the connector and monitor model before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Philips monitors are listed as compatible?\u003c\/summary\u003e\n\u003cdiv class=\"ml-faq-answer\"\u003e\n\u003cp\u003eThe listed compatibility includes Philips IntelliVue MP20, MP30, MP40, MP50, MP60, MP70, MP80 and MP90; MX400, MX450, MX500 and MX550; SureSigns VM4, VM6 and VM8; plus additional Philips models and references shown in the compatibility section above.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many veterinary blood pressure cuffs are supplied per box?\u003c\/summary\u003e\n\u003cdiv class=\"ml-faq-answer\"\u003e\n\u003cp\u003eThe standard packaging listed for this product is \u003cstrong\u003e24 cuffs per box\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       BRAND \/ COMPATIBILITY NOTICE\n       ====================================================== --\u003e\u003cfooter class=\"ml-product-footer\"\u003e\u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e This product is a compatible third-party veterinary monitoring accessory. Philips and associated product names and model numbers are used only to identify equipment compatibility and belong to their respective trademark owners. This product is not presented as an original Philips product.\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"MedLinket","offers":[{"title":"1 PCS","offer_id":48378777075918,"sku":"Y000DSN1-5#-A41","price":2.0,"currency_code":"USD","in_stock":true},{"title":"24 PCS\/BOX","offer_id":48378777108686,"sku":"Y000DSN1-5#-A42","price":48.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/7463\/5214\/files\/Y000DSN1-5_-A41-01.webp?v=1773400912","url":"https:\/\/med-linket-corp.com\/products\/philips-m1873b-canine-blood-pressure-cuff","provider":"MEDLINKET CO.，LIMITED","version":"1.0","type":"link"}