calcPageSize())" />
calcActive())">
BSN Medical - Authorized Distributor
(62) 62 Reviews
Product Highlights
- Adheres to difficult contours
- Porous material for gas exchange
- Can relieve swelling by using compression
- Large selection of widths
- Stretchable, flexible material
- Tears and applies easily
- FSA/HSA Eligible
- Fast delivery
- Easy returns
- AutoShip eligible
free shipping on $49+ -
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
5172 | 1 Inch x 2.5 Yard | Case of 144 | List Price: $476.55 Price: $419.36 |
5175 | 3 Inch x 2.5 Yard | Case of 48 | List Price: $476.55 Price: $419.36 |
5177 | 4 Inch x 2.5 Yard | Case of 36 | List Price: $476.55 Price: $419.36 |
'); // Update the button state to indicate that the modal is created for this button buttonStates[productId] = { modalCreated: true, modalId: modalId }; // Wait for the next event loop to ensure the DOM is updated setTimeout(resolve, 0); }); } // Function to interact with the autoship modal function interactWithModal(productId) { // Use the unique modal identifier var modalId = buttonStates[productId].modalId; // Find the optinSelect within the modal var optinSelect = document.querySelector('#' + modalId + ' og-offer og-select-frequency'); if (optinSelect && optinSelect.shadowRoot.querySelector('og-select')) { optinSelect.shadowRoot.querySelector('og-select').shadowRoot.querySelector('select').value = '1_3'; optinSelect.shadowRoot.querySelector('og-select').shadowRoot.querySelector('select').dispatchEvent(new Event('change')); var formSelector = '#' + modalId + ' form[data-role="toautoship-form_' + productId + '"]'; if (document.querySelector(formSelector + ' button')) { document.querySelector(formSelector + ' button').click(); } } }
Customers Also Bought
Description
Johnson & Johnson ELASTIKON Elastic Tape is a Medical Adhesive Tape that's true to its name being highly elastic to twist and conform to the body. It is a dynamic pressure dressing used for a variety of applications such as securing wound dressings and adding pressure to large drainage wounds. It is also used as an athletic tape to add support and compression to injuries such as bone fractures or sprained muscles and tendons at the elbow, knee and ankle. The larger width ELASTIKON Elastic Bandage Tape is commonly used in binding the chest after a mastectomy surgery. The stretch allows user to add the comfortable amount of compression desired.
ELASTIKON Elastic Tape is the original elastic tape and is manufactured by trusted and well-known medical supply company Johnson & Johnson. It's available in different widths to conform well to the area being treated. It's also designed to make for a smooth application with a red line centered on the backcloth for a perfect guide during taping. The underside has a rubber based adhesive to provide a strong adhesion that's applied tightly to the edge to conform well without bleeding onto the skin. ELASTIKON Elastic Tape wears comfortably and is porous to keep skin dry by allowing skin to breathe to prevent build-up moisture. Individuals with an allergy to natural latex rubber should not use this product.
Features and Benefits:
- Stretchable
- Original Elastic Tape
- Conforms to Difficult Body Areas
- Red Line Provides a Visual Guide
- Porous Construction
- Adds Compression
- Relieves Swelling
- Variety of Widths
- Easy Application
- Tape Stays in Place
Specifications:
- Manufacturer: Johnson & Johnson
- Item Number: 5172, 5175, 5177
- Quantity: Each, Box, Case of Rolls
- Width Options: 1, 2, 3 and 4 Inch
- Length: 2.5 Yards - Stretches to 5 Yards
- Color: Tan
- Latex-Free: NO
- Application: Wound Care
Vitality Medical carries a wide variety of Elastic Tape in stock. Find the perfect wound care supply today!
Additional Information
Manufacturer | BSN Medical |
---|---|
FSA / HSA | Yes |
Buyers Guide
Medical Tape Tips
Read more +
Customer Reviews
(62) 62 Reviews
Questions & Answers
' + 'Save ' + discountAmount + ' with Auto-ship ' + intervalLabel + ' which comes to ' + perOrderPrice + ' per order and ' + totalOrderPrice + ' in total during whole subscription period.' + '
'; } if (htmlContent) { document.querySelector(".subscription-savings-calculator").style.display = 'block'; } document.getElementById("saving-calculator").innerHTML = htmlContent; }, /* Calculate the number of occurrences */ calculateOccurrences(frequencyIntervalData) { let startDateObj = new Date(document.getElementById("md_subscription_start").value); let endDateObj = new Date(document.getElementById("md_subscription_end").value); let frequency = frequencyField.value; let frequencyInterval = 0; if (document.getElementById("end_by_cycle").checked) { return parseInt(document.getElementById("md_subscription_cycle").value); } else if (document.getElementById("infinite").checked) { let currentYear = parseInt(startDateObj.getFullYear()); frequencyInterval = frequencyIntervalData[frequency].no_of_interval; frequency = frequencyIntervalData[frequency].interval_type; endDateObj = new Date(currentYear + 1, startDateObj.getMonth(), startDateObj.getDate()); } else if (document.getElementById("end_by_date").checked) { if (frequencyIntervalData.hasOwnProperty(frequency)) { frequencyInterval = frequencyIntervalData[frequency].no_of_interval; frequency = frequencyIntervalData[frequency].interval_type; } } let recurringDates = this.recurringDates(startDateObj, endDateObj, frequency, frequencyInterval); /* Return the number of occurrences */ return recurringDates.length; }, /* Calculate recurring dates based on start and end dates, interval type, and value */ recurringDates(startDate, endDate, intervalType, intervalValue) { const recurringDates = []; let currentDate = new Date(startDate); intervalValue = parseInt(intervalValue); while (currentDate <= endDate) { recurringDates.push(new Date(currentDate)); switch (intervalType) { case 'day': currentDate.setDate(parseInt(currentDate.getDate()) + intervalValue); break; case 'week': currentDate.setDate(parseInt(currentDate.getDate()) + (7 * intervalValue)); break; case 'month': currentDate.setMonth(parseInt(currentDate.getMonth()) + intervalValue); break; case 'year': currentDate.setFullYear(parseInt(currentDate.getFullYear()) + intervalValue); break; default: throw new Error('Invalid interval type'); } } /* Return array of recurring dates */ return recurringDates; }, /* Initialize savings calculator and update on relevant changes */ initSavingsCalculate() { let self = this; function updateSavings() { if (document.querySelectorAll(".plan-attribute.savings-calculator").length > 0) { let discountData = JSON.parse(hiddenInput.value); let discountType = discountData.discount_type; let discountAmount = discountData.discount; self.savingsCalculate(discountAmount, discountType); } } /* Event listener for relevant changes */ document.querySelectorAll("#end_by_cycle, #infinite, #end_by_date, #md_subscription_start, #md_subscription_cycle, #md_subscription_end").forEach(function(element) { element.addEventListener('change', updateSavings); }); } } }More Items to Explore