Medline 20” Foldable K4 Wheelchair with Swing-Back Desk-Length Arms & Elevating Legrests, 300 lbs. Capacity, Transport Chair for Adults & Seniors

$12.63
$279.99
-95%
Size:  16"x16" Seat
Quantity

Description

Brand Medline
Color Black
Item Weight 1 Pounds
Style MDS806565E K4 Basic
Item Dimensions LxWxH 34.75 x 12.5 x 32.5 inches

  • FOLDABLE, lightweight welded-steel frame collapses by lifting the seat, making this transport chair slim & portable enough to store anywhere. Easy to maneuver through doorways & around corners.
  • COMFORTABLE 20-x-16-inch seat pad & backrest safely supports up to 300 lbs. The seat is also height adjustable, providing an additional 2” to increase foot-powered mobility.
  • STURDY wheels are fitted with smooth-rolling, flat-free tires designed to handle any terrain. No air means never having to worry about losing tire pressure, no matter where you go.
  • TRANSPORT chair with elevating leg rests is ideal for patients recovering from leg or knee surgery with temporary mobility issues, or seniors & adults in need of reliable everyday aid.
  • HEALTHCARE’S #1 CHOICE in mobility & bath safety aids. Shop this wheelchair & thousands more high-quality medical products from Medline, the health industry’s most trusted provider.

Heavier weight wheelchairs are great for at-home use. Lighter weight models are more transport-friendly, easier to fold up, lift into a car and take on the go.

Swing away foot and leg rests make it easy to get in and out of the wheelchair. Elevating leg rests let the user raise and extend the leg position to help prevent swelling, relieve pressure and enhance comfort.

Comfortable and supportive, nylon upholstery is lighter weight and more breathable than vinyl. Need a seat that’s easy to clean? Vinyl upholstery is extra durable and wipes clean with little effort.

Find your perfect size. Match the width of the seat to the weight and general size of the user. We recommend the 16-inch seat for a smaller adult, the 18-inch seat for an average-size adult (most popular size) and 20-inch + larger options for a larger adult.

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.