The OMRON MicroAIR
NE-U22 is a truly portable, pocketsize inhaler that will fit in any hand-bag
or briefcase. In fact, it is presently the smallest and lightest inhaler
available anywhere (no bigger than a mobile phone). It works for approx. 8 days (30 minutes each day) on just two
penlight batteries (AA size), so you don't need to recharge it after every
treatment. The simple one button operation enables immediate start of the
nebilisation. Your medication is always within reach wherever you go
whatever you do.
The MicroAir U22 comes complete with
main cover unit, medication container, mesh cap, mask adapter,
mouthpiece, flexible child's mask,
flexible adult's mask,2 batteries (AA/LR6), instruction manual, warranty card and soft carrying
case.
Mesh Technology.
4 hours nebulisation time on 2 batteries.
Virtually noiseless.
Wide medication compliance.
Various angles for inhalation possible
Simple one-button operation
Low medication residue
2 penlight batteries included
Hygienic easy to clean
Complete with mouth piece, child mask & adult mask
Carrier/Travel bag
Low medication waste
and residue
The MicroAir U22 uses up virtually all the medication. (Always consult
your doctor about your medication). Thanks to the latest technology,
medication is atomised into fine particles which reach both higher and lower
respiratory tracts more effectively. The size of the particles allows
the medication to be optimally deposited
in the deeper respiratory tracts.
You get more medication into your lungs,
Less medication is wasted through exposure to the environment. The device
is easy to clean for optimal hygiene.
Soundless
operation
The
MicroAir U22 operates soundlessly, enabling discrete use. The
absence of loud, frightening noises makes it possible to use it
under any circumstances that require calm treatment. It can even
be used to treat a sleeping child.
Wide
Medication Compliance
Most commonly used medication for the treatment of asthma, COPD (Chronic
Obstructive Pulmonary Disease) can be nebulised by the MicroAIR
including suspensions as well as solutions. Suitable for use with Steroids
and Bronchodilators. The design enables
inhalation at various angles due to its unique technology which
means you can use MicroAIR lying down in bed. It can also be used
to treat a baby or child held lying in your arms. This enables
children to take their medicine in a more relaxed manner.
$x=0;
$total_tmp=0;
$query_basket = "SELECT * FROM new_basket AS b, new_products AS p where b.codebasket='$basket_id' and b.product_id=p.code";
$result_basket=mysql_query($query_basket);
$row_basketis=mysql_num_rows($result_basket);
if ($row_basketis>0)
{
while($row_b=mysql_fetch_row($result_basket))
{
$unit_cost=$row_b[11];
$line_cost=$row_b[5];
$temp_unit_cost="";
// for speical offers and doctors net
if ($_SESSION["doctors_disc_code"]!=""){
if ($row_b[8]=="LIT2113R"){
$temp_unit_cost=68.10;
}
if ($row_b[8]=="WA97200-BI"){
$temp_unit_cost=165.00;
}
if ($row_b[8]=="CCO002a"){
$temp_unit_cost=298.00;
}
if ($row_b[8]=="CEG022"){
$temp_unit_cost=19.25;
}
}
if ($thecurrency=="USD" OR $thecurrency=="EUR"){
$unit_cost=$unit_cost*$exchnage_rate;
// format number
$unit_cost=number_format($unit_cost,2, '.', '');
$line_cost=$line_cost*$exchnage_rate;
// format number
$line_cost=number_format($line_cost,2, '.', '');
}
$xcode[$x]=$row_b[8];
$xdes[$x]=$row_b[9];;
$xprice[$x]=$row_b[5];
// for speical offers and doctors net
if ($_SESSION["doctors_disc_code"]!=""){
// for speical offers and doctors net
if ($temp_unit_cost!=""){
$unit_cost=$temp_unit_cost;
$line_cost=$temp_unit_cost*$row_b[4];
// for other currency
if ($thecurrency=="USD" OR $thecurrency=="EUR"){
$unit_cost=$unit_cost*$exchnage_rate;
// format number
$unit_cost=number_format($unit_cost,2, '.', '');;
$line_cost=$line_cost*$exchnage_rate;
// format number
$line_cost=number_format($line_cost,2, '.', '');
}
}
}
$xprice[$x]=number_format($line_cost, 2, '.', '');
$xquant[$x]=$row_b[4];
//$line_cost==number_format($line_cost, 2, '.', '');
//$unit_cost==number_format($unit_cost, 2, '.', '');
$unit_cost=number_format($unit_cost,2, '.', '');
$total_tmp=$total_tmp+$line_cost;
//echo "$temp_unit_cost ";
?>
0)
{
$doctors_net_code=$_SESSION["doctors_disc_code"];
$query_disc = "SELECT * FROM new_basket as b,new_discounts as d where b.discount_code='$doctors_net_code' and b.discount_code=d.d_code";
$result_disc = mysql_query($query_disc) or die ("couldn't execute");
$row_disc=mysql_fetch_row($result_disc);
// get property info
$sql = "SELECT * FROM new_discounts WHERE d_code='$doctors_net_code'";
$result=mysql_query($sql)
or die("Could not execute query");
$row = mysql_fetch_array($result);
extract($row);
?>