calcPageSize())" />
calcActive())">
Skil-Care - Authorized Distributor
(3.7) 15 Reviews
Product Highlights
- Non-slip surface on bottom to prevent shifting
- Cover can be cleaned and disinfected
- Designed to alleviated sacral pressure
- Helps prevent bed sores and heal exsisting sores
- Fast delivery
- Easy returns
Item# | Description | Size | Price |
---|---|---|---|
554010 | 8H x 8D x 17L Inch with Low-Shear II Cover | Pair | List Price: $54.84 Price: $49.36 |
554020 | 8H x 8D x 17L Inch without Cover | Pair | List Price: $28.80 Price: $25.92 |
'); // 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
Skil-Care 45 Degree Hospital Bed Positioning Wedge with or without Cover
Skil-Care 45° Positioning Wedge is specifically designed to promote proper hip and spine alignment. This bed wedge reduces sacral pressure to prevent pressure sores or ulcers from forming. It also helps heal existing pressure ulcers. Manufactured with convoluted foam, this pillow wedge for beds offers relief to patients with skin sores. The convoluted foam cushion is comfortable and smooth. Select between two options: without cover or with Low-Shear II Cover. The model with a cover can be easily wiped clean or spray cleaned with a disinfectant. The bottom of the cover has a non-slip surface to keep the wedge securely in place. The 45-Degree Positioning Wedge is sold in pairs. This product is ideal for both hospital and homecare settings.
Vitality Medical carries many Hospital Bed Accessories, including Medical Wedge Pillow, 30 Degree Bed Wedge Pillow, Pillow Wedge for Bed, Best Wedge Pillow and Wedge Pillow.
Pillow Wedge for Beds Product Features & Specifications
- Reduces sacral pressure to prevent decubitus ulcers.
- Non-slip matting surface on the bottom of the wedge cover keeps the wedge in place. 554010 only.
- Cover can be disinfected. 554010 only.
- Low-Shear II wipe-clean outer cover reduces skin damaging friction. 554010 only.
- Convoluted foam wedge.
- Medical wedges for bed.
Product Specifications
- Product Numbers: 554010, 554020.
- Height: 8 Inch.
- Depth/Width: 8 Inch.
- Length: 17 Inch.
- Color: Blue.
- Core Material: High-Density Convoluted Foam.
- Outer Material: Low shear.
- Application: Bed Positioning Wedge.
- Manufacturer: Skil-Care.
Product Manuals and Documents
-
Skil-Care 45-Degree Positioning Wedge contains information about the use of this hospital bed and homecare bed positioning wedge.
Order the Skil-Care 45 Degree Hospital Bed Positioning Wedge today to ensure comfort and proper alignment for patients.
Additional Information
Manufacturer | Skil-Care |
---|---|
Proposition 65 warning for Californians | WARNING: Cancer and Reproductive Harm - www.p65warnings.ca.gov |
FSA / HSA | No |
Customer Reviews
(3.7) 15 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