calcPageSize())" />
calcPageSize())" class="absolute inset-0 object-contain object-center w-full m-auto max-h-screen-75" :class="{ 'cursor-pointer': !fullscreen }" width="467" height="467" :loading="active!==index ? 'lazy' : 'eager'" :src="fullscreen ? image.full : image.img" x-transition.opacity.duration.500ms x-show="active===index" />Drive Medical - Authorized Distributor
PRODUCT HIGHLIGHTS
- Heavy-duty commode chair
- Comfortable padded backrest
- Effortless drop arms
- Weight capacity of 1,000 pounds
- FSA/HSA Eligible
- Fast 1-3 day shipping
- Easy returns
-
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
11135-1 | Deluxe Bariatric Drop Arm Commode from Drive Medical | Each | List Price: $287.76 Price: $250.35 |
146-11135-1 | Deluxe Bariatric Drop Arm Commode from Mckesson Fast 1-3 Day Delivery! | Each | List Price: $358.78 Price: $312.14 |
'); // 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
Drive Medical Deluxe Bariatric Drop Arm Commode Chair has a weight capacity of up to 1000 lbs, making it the perfect seat for large patients. It is designed as a heavy-duty commode with extra space for maximum comfort. It features a deep and wide seat, along with padded arms and a backrest.
The Bariatric Commode Chair (Drive Medical 11135-1) includes durable armrests that provide a sturdy and safe handle to assist with sitting and standing. It comes with tool-free drop arms that make lateral transfer easy for individuals who use a wheelchair. Constructed out of grey powder-coated steel, it is ultra-strong and stable. It also includes an extra-large, removable commode bucket.
Customers may also be interested in commode accessories, such as the Sani Bag+ Commode Liner and the MedLine Commode Liners.
Features and Benefits
- Made from Durable Steel
- Extra Wide Seat for Comfort
- Drop Arms for Easy Transfer
- Removable Commode Bucket
- Ultra Strong and Stable
Product Specifications
- Product Numbers: 11135-1
- Width Between Arms: 25.75 Inch
- Seat Width: 23.25 Inch
- Seat Depth: 22 Inch
- Weight: 21 lbs
- Weight Capacity: 1000 lbs
- Warranty: Limited Lifetime
Manuals and Documents
- Product Manual contains use and care instructions
- Product Catalog contains product catalog
Order the Drive Medical Deluxe Bariatric Drop Arm Commode Chair today for a reliable and comfortable solution.
Additional Information
Manufacturer | Drive Medical |
---|---|
FSA / HSA | Yes |
Customer 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