calcPageSize())" />
calcActive())">
Medline - Authorized Distributor
(10)
Product Highlights
- Individually wrapped for convenience
- Effectively removes adhesive and residue
- Reduces patient discomfort when removing adhesive tape
- Contains alcohol to cleanse the skin
- Fast 1-3 day shipping
- Easy returns
- AutoShip eligible
free shipping on $49+ -
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
MDS090855HH | 2-Ply Fast 1-3 Day Delivery! | Each | List Price: $1.30 Price: $1.16 |
MDS090855 | 2-Ply Fast 1-3 Day Delivery! | Box of 100 | List Price: $16.16 Price: $14.38 |
'); // 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
Medline Adhesive Remover Pads Overview
Medline Adhesive Tape Remover Pads (MDS090855) removes leftover adhesive and residue to help gently lift adhesive tape from the skin. The textured pad removes barrier films to help reduce patient discomfort when removing tape and softens the skin. This acetone-free pad is made without natural rubber latex and is suitable for those with latex sensitivities.
Vitality Medical offers a variety of medical adhesive removers. Remove adhesive easily with adhesive tape removers today!
Features and Benefits
- Textured Surface Creates Extra Adhesive Lifting Power
- Disposable Single-Use Pads Maintain Sterility Between Uses
- Acetone-Free To Prevent Dry or Irritated Skin
- Not Made With Natural Rubber Latex To Be Safe for Most Patients
Additional Resources
Safety Data Sheet
HCPCS Codes
30-Day Returns - 30-day return policy - Items must be unopened For more info view the return policy
Fast Shipping & Handling Most orders are processed and shipped within 24 hours!
Specifications
- Manufacturer: Medline
- Product Numbers: MDS090855, MDS090855HH
- Usage: Single Use Only
- Ply Count: 2
- Latex Indicator: Not Made With Natural Rubber Latex
- Sterility Indicator: Packaged Sterile
- HCPCS Code: A4456
- Ingredients: C11-12 Isoparaffin, Isopropyl Alochol, Isopropyl Palmitate, Isopropyl Myristate, Isopropyl Stearate
- Application: Adhesive Remover Pad
Additional Information
Manufacturer | Medline |
---|---|
FSA / HSA | No |
Customer Reviews
(10)
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