Oxyi
Oxyl Hillinton Pulse Oximeter measures pulse rate and oxygen saturation of children and adults. Up to 32 hours operating time with two batteries.
One-key operation and internal alarm to detect low voltage are available.
The machine can automatically power off after 8 seconds when finger out.
Oxyl Hillinton Pulse Oximeter measures pulse rate and oxygen saturation of children and adults. Up to 32 hours operating time with two batteries.
One-key operation and internal alarm to detect low voltage are available.
The machine can automatically power off after 8 seconds when finger out.
Read More
$(function () {
HILLINTON.ProductDescriptionBlock.init(
"#main_0_top_0_lblReadLess",
"#main_0_top_0_lnkReadMore",
"#main_0_top_0_divBodyBlock",
"#main_0_top_0_divExpandedDetail",
"#main_0_top_0_divProductDescription",
"False");
});
var player;
var modVP;
function myTemplateLoaded(experienceID) {
player = brightcove.api.getExperience(experienceID);
modVP = player.getModule(brightcove.api.modules.APIModules.VIDEO_PLAYER);
}
function onTemplateReady(evt) {
}
function onMediaComplete(videoid, title, desc) {
$('.video_title').empty();
$('.video_title').html(title);
$('.video_para').empty();
$('.video_para').html(desc);
modVP.loadVideoByID(videoid);
}