Standard IV System
Standard IV System Features
Enhanced Design
Enhanced design reduces jarring as carriage maneuvers through curves and bends of track.
Lock Feature
Easily locks into place.
Comfort
Maintain patient comfort by not disturbing needles or tubes.
Availability
Available with 28″, 39″, 45″, 51″, 57″ and 63″ drop
We are offering the following selections :
Cube Care Classic Track – Straight
Cube Care Architectural Track with Clear Anodized finishing.( straight track )
Cube Care Classic Track – 90 degree bend
Heavy Duty Anodized Aluminum Track. 90 degree bend, 2’x2′ or 3’x3′.
Cube Care Classic Track – 45 degree bend
Heavy Duty Anodized Aluminum Track. 45 degree bend, 2’x2′ or 3’x3′.
Classic Splice
Aluminum Splice provides a seamless joint when joining two pieces of cubicle curtain track. For use with Cube Care Classic Track.
Classic Pullout
Aluminum Pull-out piece allows you to add carriers in, then it is put it back in place to ensure that carriers do not fall out.
Classic End Cap
Aluminum End caps create a finished end for Cube Care Classic Track.
Gravity Locking I.V. Carrier
Stainless Steel Twist Lock I.V. Carrier
IV Bottle Holder – 4000BH80
4 hook bottle holder for 8’0″ CH
4 hook bottle holder for 8’6″ CH
4 hook bottle holder for 9’0″ CH
4 hook bottle holder for 9’6″ CH
4 hook bottle holder for 10’0″ CH
8 hook bottle holder for 8’0″ CH. Four IV stations at the top and bottom.
8 hook bottle holder for 8’6″ CH. Four IV stations at the top and bottom.
8 hook bottle holder for 9’0″ CH. Four IV stations at the top and bottom.
8 hook bottle holder for 9’6″ CH. Four IV stations at the top and bottom.
8 hook bottle holder for 10’0″ CH. Four IV stations at the top and bottom.
Questions are good answers are BETTER !
1. Q: How can I order track if I’m not sure of exactly what parts I need?
A: If you know the length of track that you need you can order online by selecting one of our TRACK KITS. Once we receive your order we will contact you to verify the track configuration and if your order requires any angles. We will calculate how many end caps, pull outs, splices, and carriers you need!
2. Q: I had bad past experiece moving the carriers on bend tracks, does this has the same problem?
A: Our enhanced IV carriage design reduces jarring as it glides through curves and bends of a cubicle track.
3. Q: What is the bending radius in your track angles?
A: Our track includes 12” radius bends.
4. Q: What configurations are available with your Classic Track?
A: Classic track is available in straight pieces as well as 90 degree and 45 degree bends. Refer to the “Standard Track Layouts” in the Doc Library for various track configurations that can be built with our Classic Track.
5. Q: What are the dimensions of your Cube Care Classic Track?
A: Classic track is 1-3/8” wide x ¾” in depth. You can refer to the Doc Library for Shop Drawings of our tracks and carriers.
Did not find what you are looking for ?
Please contact us at 305-556-8700 or click “Contact Us” button below to chat/send email.
One of our customer care associates will be available help you between the hours of 8-5 eastern standard time.
Thank you for visiting our site.
[insert_php]
//MODIFICAR EN VALOR DE LA VARIABLE $slug POR EL SLUG DE LA CATEGORIA QUE SE DESEA BUSCAR
$slug = ‘standard-iv-system’;
$tax_query = array();
$filtro = array(
‘taxonomy’ => ‘product_cat’,
‘field’ => ‘slug’,
‘terms’ => $slug
);
array_push( $tax_query, $filtro );
$args = array(
‘post_type’ => ‘product’,
‘post_status’ => ‘publish’,
‘tax_query’ => $tax_query,
‘posts_per_page’ => -1,
‘orderby’ => array(
‘nom_clause’ => ‘ASC’
)
);
$products_query= new WP_Query( $args );
if ( ! $products_query->have_posts() ) {
//echo “NADA COMPA”;
echo ‘
‘;
}
else {
foreach ($products_query->posts as $prod) {
/*==========================*/
$img = get_the_post_thumbnail_url( $prod->ID );
$_product = wc_get_product( $prod->ID );
$precio = $_product->get_price();
$link = get_permalink($prod->ID);
echo ‘
‘;
echo ‘
‘;
echo ‘
‘.$prod->post_content.’
View Details>>
‘;
echo ‘
‘;
/*==========================*/
}
}
[/insert_php]