0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…

3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition

3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157
3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157
3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157
3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157

3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition

In Stock
Item Code: 350-2157

Description

Specially designed for use on infants, the 3M™ Littmann® Classic II Infant Stethoscope has a small 2.7cm diaphragm on a dual-sided chestpiece that delivers high acoustic sensitivity, for both high and low frequency sounds.

Details

  • 3/4" (1.9 cm) diameter traditional bell combined with small diaphragm sized for auscultation of infant patients
  • Floating diaphragm on one side augments the traditional bell function of the opposite side
  • Non-chill rim and diaphragm
  • Comfortably angled, anatomically correct headset
  • Available in a variety of tube colours and chestpiece finishes
  • Three-year warranty

Specifications

  • Binaural Construction: Single Lumen
  • Chestpiece Finish: Rainbow
  • Chestpiece Technology: Double-Sided
  • Chestpiece Weight: 1.05 Ounce (30 g)
  • Diaphragm Diameter: 1.06" (2.7 cm)
  • Diaphragm Material: Epoxy/Fiberglass
  • Headset Material: Wide diameter aerospace alloy/anodized aluminum
  • Overall Length: 28" (71 cm)
  • Performance: 7
  • Special Adaptors: No
  • Tube Colour: Raspberry
  • Warranty: 3 Years

Specifications

Catalog Page Number

67

Brand

Littmann

Category

Littmann® Classic II Pediatric & Infant Stethoscopes

🚚 Get it fast: Free FedEx 2-Day Shipping on orders over $50 (Mainland USA)
Starting from
$99.95 / EA
/
1
LIST PRICE $123.94
19%
- +
Compare

3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition

3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157
3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157
3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157
3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157 3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition - 350-2157

3M™ Littmann® Classic II Infant Stethoscope - Raspberry Rainbow Edition

In Stock
Item Code: 350-2157
🚚 Get it fast: Free FedEx 2-Day Shipping on orders over $50 (Mainland USA)
Starting from
$99.95 / EA
/
1
LIST PRICE $123.94
19%
- +
Compare

Description

Specially designed for use on infants, the 3M™ Littmann® Classic II Infant Stethoscope has a small 2.7cm diaphragm on a dual-sided chestpiece that delivers high acoustic sensitivity, for both high and low frequency sounds.

Details

  • 3/4" (1.9 cm) diameter traditional bell combined with small diaphragm sized for auscultation of infant patients
  • Floating diaphragm on one side augments the traditional bell function of the opposite side
  • Non-chill rim and diaphragm
  • Comfortably angled, anatomically correct headset
  • Available in a variety of tube colours and chestpiece finishes
  • Three-year warranty

Specifications

  • Binaural Construction: Single Lumen
  • Chestpiece Finish: Rainbow
  • Chestpiece Technology: Double-Sided
  • Chestpiece Weight: 1.05 Ounce (30 g)
  • Diaphragm Diameter: 1.06" (2.7 cm)
  • Diaphragm Material: Epoxy/Fiberglass
  • Headset Material: Wide diameter aerospace alloy/anodized aluminum
  • Overall Length: 28" (71 cm)
  • Performance: 7
  • Special Adaptors: No
  • Tube Colour: Raspberry
  • Warranty: 3 Years

Specifications

Catalog Page Number

67

Brand

Littmann

Category

Littmann® Classic II Pediatric & Infant Stethoscopes

SEARCH ×

/* PDP Line Reference text input */ /* "Engraving" label 3061 */ var saveCustomText = ''; var addProductTextField = function addProductTextField(savedText) { var productSummary = document.querySelector('.ex-product .product-summary.label_3061'); if (!productSummary) return; var inputWrap = document.createElement('div'); inputWrap.className = 'text-input-wrap'; inputWrap.innerHTML = /* html */"\n

OptionalFree Engraving (Normally $5.99)

\n \n \n "; var input = document.createElement('input'); input.className = 'product-text-input'; input.setAttribute('type', 'text'); input.setAttribute('name', 'product-text'); input.setAttribute('maxlength', 20); input.placeholder = 'Enter Text'; document.querySelectorAll('.product-shopping-actions-addtocart').forEach(function (item) { item.insertAdjacentHTML('beforeend', ''); }); if (savedText) { input.value = savedText; document.querySelectorAll('.lineref').forEach(function (lineref) { lineref.setAttribute('value', savedText); }); } inputWrap.append(input); inputWrap.insertAdjacentHTML('beforeend', /* html */"\n
20 Character limitcharacter(s) remaining
\n "); document.querySelectorAll('.product-summary .productdetails').forEach(function (item) { item.append(inputWrap.cloneNode(true)); }); document.querySelectorAll('.product-text-input').forEach(function (item) { item.addEventListener('keyup', function (e) { var customText = e.target.value; if (customText) { customText = customText.replaceAll(/[&/\\#,+()$~%.^'":*?<>{}]/g, ''); document.querySelectorAll('.lineref').forEach(function (lineref) { lineref.setAttribute('value', customText); }); saveCustomText = customText; var textLength = 20 - customText.length; e.target.closest('.text-input-wrap').querySelector('.char-remain').setAttribute('data-charleft', textLength); } else { e.target.closest('.text-input-wrap').querySelector('.char-remain').setAttribute('data-charleft', ''); } }); }); document.querySelectorAll('.custom-text-toggle').forEach(function (item) { item.addEventListener('click', function () { item.classList.toggle('nActive'); if (!item.classList.contains('nActive')) { item.closest('.text-input-wrap').querySelector('.product-text-input').value = ''; item.closest('.text-input-wrap').querySelector('.char-remain').setAttribute('data-charleft', ''); document.querySelectorAll('.lineref').forEach(function (lineref) { lineref.setAttribute('value', ''); }); } }); }); }; var addEngravingProduct = function addEngravingProduct() { var productSummary = document.querySelector('.ex-product .product-summary.label_3061'); if (!productSummary) return; document.addEventListener('cart-add-success', function (e) { console.log('cart-add-success'); var _e$detail$_parentEven; if ((_e$detail$_parentEven = e.detail._parentEvent.target.closest('.product-shopping-actions')) !== null && _e$detail$_parentEven !== void 0 && _e$detail$_parentEven.classList.contains('label_3061')) { var _document$querySelect; var quantity = e.detail.qty; var engravingText = (_document$querySelect = document.querySelector('.lineref')) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.value; if (engravingText) { console.log("B"); var engravingProduct = document.querySelector('.productsrelated [data-sku="ENGRAVING"]'); if (engravingProduct) { console.log(quantity); var _engravingProduct$que2; if (quantity > 1) { console.log("D"); var _engravingProduct$que; (_engravingProduct$que = engravingProduct.querySelector('.inputquantity')) === null || _engravingProduct$que === void 0 ? void 0 : _engravingProduct$que.setAttribute('value', quantity); } (_engravingProduct$que2 = engravingProduct.querySelector('.buttons.group button')) === null || _engravingProduct$que2 === void 0 ? void 0 : _engravingProduct$que2.click(); } } else { console.log('no engraving text'); } } }, false); }; addProductTextField(); addEngravingProduct(); function evoXProductChangeCallback() { addProductTextField(saveCustomText); addEngravingProduct(); }