$331.30

FreeStyle Libre 3 Sensor – Pack of 3

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 3 Sensor – Pack of 3”

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

More Products

Option+ Superior Clean Toothbrush Soft

$1.82

Rounded Bristle Engs

Cheek & Tongue Cleaner

Dual Anti-Slip Grip Handle

Jamieson Vitamin B1 100 Tablets

$8.76

Converts carbs, proteins and fats to energy. Directions (Adults): Take 1 tablet daily with a meal. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B1 (Thiamine Mononitrate) – 100mg Also contains: Cellulose, dicalcium phosphate, vegetable stearic acid, modified cellulose gum, vegetable magnesium stearate, silica.  

Avamys (Fluticasone) Nasal Spray

$17.03

Hay fever and allergy nasal spray
Contains the active ingredient fluticasone
1-2 sprays in each nostril once a day
Always read the patient information leaflet before use 

SALUS FLORAVIT 500ml + 250ml

$41.83

SALUS FLORAVIT 500ml + 250ml Floravit Liquid Iron Formula is clinically proven to raise serum ferritin levels (iron levels) quickly and restore your energy. Safe for pregnancy. Naturopath and Midwife recommended. Floravit Liquid Iron Formula is clinically proven to quickly raise serum ferritin levels (iron levels) in the body, thereby restoring energy and well-being Helps […]

EMLA Cream 5% – 5g – 3 Pack

$13.37

‘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’ […]

CANPREV SLIM-PRO FORMULA 90vcaps

$30.75

OVERVIEW Slim-Pro Formula helps support healthy blood sugar metabolism and aids in weight management when used along with a program of reduced intake of dietary calories and increased physical activity. Managing weight can be a constant balancing act: you cut back on food and increase exercise hoping to land somewhere in the middle. But that’s […]