$136.43

FreeStyle Libre 2 PLUS Sensor – Pack of 2

Category:
Description

Description

‘use strict’;
function initMiniSearch() {
return {
minSearchLength: 2,
isLiveSearchEnabled: 1,
suggestions: [],
validated: true,
suggest() {
const search = this.$refs.searchInput;
this.validated = true;
if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) {
this.fetchSuggestions(search.value);
} else {
this.suggestions = [];
}
},
fetchSuggestions(term) {
fetch(
window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}),
{
headers: {
‘X-Requested-With’: ‘XMLHttpRequest’
}
}
)
.then(response => response.json())
.then(result => this.suggestions = result);
},
search(term) {
const search = this.$refs.searchInput;
term = term || search.value;
if (term.length < this.minSearchLength) {
this.validated = false;
} else {
this.validated = true;
search.value = term;
this.$refs.form.submit();
}
},
focusElement(element) {
if (element && element.nodeName === "DIV") {
element.focus();
return true;
} else {
return false;
}
}
}
}

path]:stroke-[1px] max-lgmd:text-white lgmd:[&>path]:stroke-[1.5px]” width=”23″ height=”23″ role=”img”>

search
Search

Minimum search query length is 2

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “FreeStyle Libre 2 PLUS Sensor – Pack of 2”

Your email address will not be published. Required fields are marked *

More Products

PGX DAILY SINGLES 75g packet

$18.59

PGX DAILY SINGLES – 75 g packet Description Convenient packet containing daily PGX® (PolyGlycopleX), a patented complex designed to support healthy blood sugar levels and satiety. Ideal for mixing into water, smoothies, or meals—supporting post-meal glucose control. Single-use packets make it easy to take with you and stay consistent with metabolic support. Advice to use Adults: […]

Accu-Chek FastClix Finger Pricker

$12.83

‘use strict’; function initMiniSearch() { return { minSearchLength: 2, isLiveSearchEnabled: 1, suggestions: [], validated: true, suggest() { const search = this.$refs.searchInput; this.validated = true; if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) { this.fetchSuggestions(search.value); } else { this.suggestions = []; } }, fetchSuggestions(term) { fetch( window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}), { headers: { ‘X-Requested-With’: ‘XMLHttpRequest’ […]

Tucks Personal Cleansing Pads 40 Pads

$9.13

Tucks moist personal cleansing pads are specifically formulated to cool, soothe and freshen rectal, genital and vaginal areas. UsesHemorrhoids and Personal Itching: soothes the discomfort of hemorrhoids and outer rectal and vaginal itching.Rectal Care: gently and thoroughly removes irritation causing matter, while providing a soothing protective film of lotion.Daily Genital and Vaginal Hygiene: provides the […]

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX

$25.53

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX Oh SO Dreamy! A timeless treat with a pop of orange and sweet vanilla. Classic taste with a collagen boost (3g Collagen/bar) Ingredients  Protein blend (soy protein isolate, acid casein, milk protein concentrate, milk protein isolate, whey protein isolate), vegetable oil (palm kernel, palm, sunflower, corn), […]

GlucoRx Q Blood Glucose Test – 50 Test Strips

$10.26

Buy GlucoRx Q Blood Glucose Test – 50 Test Strips GlucoRx Q Blood Glucose Test Strips utilise advanced GOD enzyme technology. 50 strips are included in this product. Strips expire 6 months after opening each pot. These strips are only compatible with the GlucoRx Q meter.   How can I test my blood sugar at […]

Replens Vaginal Moisturizer and Lubricant 35mL 14 Applications

$16.80

Vaginal Moisturizer and Lubricant  Fast Acting  Supplements the body’s natural lubrication Long Lasting Up to 30 Days 1 Reusable Applicators 14 Applications for up to 42 days #1 Pharmacist Recommended  Fast-Acting Long Lasting Relief From Vaginal Dryness  Vaginal dryness can be a serious problem for women of menopausal age and beyond, new mothers, cancer/chemotherapy patients […]