calcPageSize())" />
calcActive())">
TG Medical - Authorized Distributor
Product Highlights
- Made with thicker nitrile for puncture resistance
- Nitrile naturally forms to hand
- Extra length for forearm coverage
- Designed with superior chemical resistance
- Fast delivery
- Easy returns
- AutoShip eligible
free shipping on $49+ -
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
ET50005 | Small - Ships Free! | Case of 500 | List Price: $118.87 Price: $106.98 |
ET50010 | Medium - Ships Free! | Case of 500 | List Price: $118.87 Price: $106.98 |
ET50015 | Large - Ships Free! | Case of 500 | List Price: $118.87 Price: $106.98 |
ET50020 | X-Large - Ships Free! | Case of 500 | List Price: $118.87 Price: $106.98 |
ET50025 | XX-Large - Ships Free! | Case of 500 | List Price: $128.88 Price: $115.99 |
'); // 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
SKINTX thick Nitrile Powder-Free Exam Gloves offer optimal protection with thicker nitrile and extended cuff for enhanced coverage and safety. High risk jobs require a glove to safeguard against blood-borne pathogens, chemotherapy substances and harmful chemicals and these gloves fit the bill. The thickness paired with durable nitrile provides an exam-grade glove with superb tensile strength and puncture resistance. Synthetic nitrile forms to the hand to give more dexterity for a more natural feel and movement. This is helpful for medical professionals using precise movements. The textured palm enhances grip particularly when gloves are wet. The longer beaded cuff protects the wrist and forearm which is helpful for food processing, maintenance and janitorial work.
Manufacturer TG Medical is an industry leader in disposable gloves. These Exam Gloves are made powder-free and latex-free to avoid allergic reactions as well as touch contamination. It's important to choose a glove that fits properly to maintain the best dexterity and longest wear-time. It comes in Small, Medium, Large, X-Large and XX-Large with 50 in a box and 500 gloves in a case.
Features and Benefits:
- Thicker Nitrile
- Excellent Puncture Resistance
- Forms to Hand
- Extra Protection for Forearm
- Resistant to Most Chemicals
- Provide Added Protection and Safety
- Added Grip When Wet
Specifications:
- Manufacturer: TG Medical
- Brand: SKINTX
- Material: Synthetic Nitrile
- Color: Blue
- Exam Grade
- Powder-Free
- Textured Palm
- Non-Sterile
- Ambidextrous
- Latex-Free
- Powder-Free
- Extended Length Beaded Cuff
- Average Weight: 11.4 Grams
- Glove Thickness: 8.0 mil
- Glove Length: 12 Inches
- Quantity: 50/Box, 500/Case
- Item Numbers: ET50005 (Small), ET50010 (Medium), ET50015 (Large), ET50020 (X-Large), ET50025 (XX-Large)
Vitality Medical carries a wide variety of Nitrile Gloves in stock. Find the perfect patient care product today!
Additional Information
Manufacturer | TG Medical |
---|---|
FSA / HSA | No |
Buyers Guide
10 Best Nitrile Exam Gloves in 2025
Read more +
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